Retrieve Observations from Data Commons
dc_get_observations(
date,
variable_dcids = NULL,
entity_dcids = NULL,
entity_expression = NULL,
parent_entity = NULL,
entity_type = NULL,
select = c("date", "entity", "value", "variable"),
filter_domains = NULL,
filter_facet_ids = NULL,
api_key = Sys.getenv("DATACOMMONS_API_KEY"),
base_url = Sys.getenv("DATACOMMONS_BASE_URL", unset =
"https://api.datacommons.org/v2/"),
return_type = "json"
)A date string, "latest", or "all" to return observations for
all dates.
Optional. Vector of statistical variable DCIDs.
Optional. Vector of entity DCIDs (e.g., places). One of
entity_dcids, entity_expression, or the combination of parent_entity
and entity_type is required.
Optional. A relation expression string (used in
place of entity_dcids). One of entity_dcids, entity_expression, or the
combination of parent_entity and entity_type is required.
Optional. A parent entity DCID to be used in combination
with entity_type to construct an entity expression.
Optional. A child entity type (e.g., "County") to be
used with parent_entity to construct an entity expression.
Required. Character vector of fields to select. Must include
"entity" and "variable". Defaults to
c("date", "entity", "value", "variable").
Optional. Vector of domain names to filter facets.
Optional. Vector of facet IDs to filter observations.
Your Data Commons API key. If not provided, uses the
environment variable DATACOMMONS_API_KEY.
The base URL of the Data Commons API. Defaults to the public
endpoint. For custom deployments, must end with /core/api/v2/.
Either "list" (parsed R object), "json" (JSON string),
or "data.frame".
A list (if return_type = "list"), JSON string (if
return_type = "json"), or data frame (if return_type = "data.frame")
# Look up the statistical variables available for a given entity (place)
dc_get_observations(
date = "latest",
entity_dcids = c("country/TGO", "country/USA"),
select = c("entity", "variable")
)
#> iterating ■■■ 5% | ETA: 2m
#> [1] "{\"byVariable\":{\"worldBank/SP_POP_65UP_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvcjq8hbje6c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwczw18pp4e29\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md73wqhfjp8bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzvws689hrzdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yth5r089y52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/791xqcqs9y032\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxndj882vdn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5481gdqswq8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9j1rbzxe2dmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr8en2t0yv84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s18gqrfnptvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wvl3z7cmkr22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v626v3zglqhhd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS44-45_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35sndkq7k586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/412gc8sxhp3y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6xx6t8f3jbz1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Lubricants_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87k8pv3rzs7j9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FPRV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FoodAndBeverageStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822bqwkr6e3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2l8v91k8s1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bpqry74hrje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4m8hbq5ste11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brsp3eswp2k2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekswp3hjl6vc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blv22kpgzhyx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcn6kyc8exthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v8qprgwrmjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf4hs3rx9zq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kh2eyly977x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r10gwxwcj42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpbjkn2f5xwf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zelwf4n5n81x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtfkk2hlbssz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_75000To99999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kzz6j9tjgc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p50h6v76w3d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zllm681ck29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glybmhx5xsck6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mj5ly9f6d1b1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhq24nf4lrd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwe5qqsxps4kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g7v7s7ev686f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khjpepzwfx9qd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_PerinatalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf6fkl4dtt534\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvr0vdleczxld\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DCO2_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feq1fzx3691lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96r7vqth83ew5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eff0dfcm335z7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqr1qrqhfb4y6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z1gdwmvj11jc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyjv4kgpgd74g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CHG_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt894zwnn0epd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk83kgwjk0t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b704mpfl9vjx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y0kfhwc54l93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qch584kmr2k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl42zfhrkm6r8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/712f6nls32lv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfbtp2wfellb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc95dzc78l1sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e96dekw0798p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5504dl1d70p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41p699cgbzyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4vstfy7pwh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m782hl47qdmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv7hykvvfpgs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjm2xvqbwqn11\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_BELL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfz4bj5jgbj5h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elsdb6wrpxfn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xv67821egk3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1t0p7h4pr9e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmd0vjps6psb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4elenz620h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5998slpkcfkt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11vrv8b2193n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qkq9hb23bkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cltldzr0ke5p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgx4wselj454d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T24_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kzcmc51s3tj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygdrx7h3lxhc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlqbqqwezct1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5sk8mclylmc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_3GNTWK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyvfs8ff805xc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr6xx116tg4pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0ngkdzp1qwh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfbr93y3s5wm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_VSI_DAYS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lf9h3pmnwsp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw55wtlylpttb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bx5x4b1dev63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm0cf83j9whz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx0d8cyrb0l35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnvekepzxy176\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppw2kk7jw6dgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk071gbj9wt62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp7wdydjswj84\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kc5cx95jmz55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny54nkd1h2f0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwe8zht4fbfx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egp08w0mvjb91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp4bxg2770r9d\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwyff7ynw979\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qmtwqmwfbnl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehnrzvrlh47t9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvlfpn6146y0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp5j81zkm5kdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwqtq5kd4ls99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1ypq0mtmkfc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Solar\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0hrv4qx65bhf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhtrfjm4z98q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mleqgjfbder0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmmzdn1n3vksd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nz5ny19r3q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0z9vtkdy2208\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhkf3fe61t9e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvdtfs4vyv736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r300zpl03w5nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n7dqm3gk86vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9k5rkkqqrnxh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e8vvxyevchyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/benpk5tcc29j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3swm31trp6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzr1re6gyfv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vy5g131wmebf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA17_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yextg3b4r8v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvymd1ydchwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntpwcslsbjfc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MiscellaneousStoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkhszj87km97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5knkd7k9h69h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4stjen9df11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npge9dy40ze26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wdvn749ej2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch05v8zm32g32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryg6fe3xxdk4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp4mfrz2432hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef7kzpfr05rh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nt9jd0k8w3q3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792mhnhh3xz2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dykbjse1s1rm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3rn1nxd3fy0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44m58zljhg2m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.56-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2gk50gstpw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_0Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0te3s71k169c8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/3yshj0r8r1wt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqcdty62t22c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrggp1dcwcffg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddk0tks6sn165\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg2q3gkx4yh84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1y5qdq8z2ktc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54rr1hdd7vc23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother14OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvlmn67p739wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dp8yybrz4v76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q01dtlzg6mj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wyher77gehsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8dl3zyz6p7ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr23rh3m17md1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s072w970159b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fj628mwe1k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvtq1vzjxtfwg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhwvtrtxbx1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td8np7gzfrqmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evdsqvmvw6fg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npdn5jwtw0p53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3qgq3ln5nng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85vwh7jhrp142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br9kb67h2sedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwsnp37k9p6k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wmxfqb4t7d6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj69nvgrnyhc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7tf5z140dt26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To24Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrshebkz3pt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtlxyjtmq0p98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7ywxmbw7elq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlelrw1mft58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5syffrnqhh4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkfg2xxc88vcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjdl6cn084ht1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qd0lnc86ev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bplsdmzy8lnjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcmbbdzm10vsc\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3r9exzcscpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq74l9l6hhgv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfv4ek1fbj132\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9cn8wbkkymrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq54em4k4cr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz914ck7cqr5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1zq78wfqbmlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_75UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xpdxrcpwrlk2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tpmz5zd30ns5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vhdq289q1f1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d3ec5geg9w2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yycgbd16sxy6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_COVID19_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx4by652gwvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jplkepxn2nq5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jryhjbz66m8v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-5-MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tgzd5ky6n4z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87017f6lgpsz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yydq6nskd1jf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jpnx0x1jhw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p79h95jnf7vj7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5qsx0sy376c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprleq4d1pmkd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSL0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blsjzw9c2sht6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x30wv8l42c987\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00hnefnd93zqf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njg8nr5w1ge94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4d52r8284n59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnj1pcntfpgt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxcbt2knrsgg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3w34ryn5kj88\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kyv32xwn9rx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fhbqmtfccv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn535e94ch038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m4wy7wlsyyq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym82e881ety2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljdbrvwg5t57\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentPrimarySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy51jgje6kcmb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lgrczgmrepgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/759ym2begwst2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hqdgeg9x4lg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4s8e7tchb6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t3yvzlythry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmbesm3hertvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4me9qwgdryyc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sz9nznd3x65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1fxvgq778kqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6y7et2b471v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8b4wzxllgxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xt008lvc79d2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81qqz4elbhmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7v60r9bj35zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j65nqwn0s0n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57kmmzy9c7k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mzmv50jtgrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7x9x4kq87d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twzc3ktwcn9r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp17fg7n8j5w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bpwk3dnfshf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nq2w0d8dg0ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4vn1rwg6dwv2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqnjkgfwl6y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjxm8nvld8cn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p096e12l8l8j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvnplz1y2fnhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6edzh1kd65yy2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv95jl52k762\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n525jhrsr99b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwv5ytbvlrwc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nzdwncybc8j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nvqg6ew5wp7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw6lrfx4xvmm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc347g9gvgdvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgfs5kcyz2t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsgvq5rmelfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jynx1wp9xw46f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t7ntgkkezy2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0eq3gm2tb321\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcbfelz4bzvyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4n7hm5dpdsn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr561cp9t78hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12dehgml9k8dd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.12-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbk6n8c9p2phg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6ebgdtx58r3b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms585tb8y66t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7msjf1qm3jj63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_ExtratropicalCyclone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldx2v5wmk1sz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2cegy4v9cbp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kcseph8xlh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ynvg5cplth8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdkm5xb4b3n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Suicide_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emrex9brgyc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfhjn9q0v8k5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8f8njngfze25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chyhn3htb9vrb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_OR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0tw9j359pl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1yjxreef322\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n804302822q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh5n65m2ftn94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s254kzzcdy2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnc45l4tbnmv2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59nkh04zt6fx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hllp0mx1v7j69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4qj4znnbrbrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrwsxfndw7cdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Hernia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z76d0dk0mbtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9pghvgz55xc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vymvj72j5nmm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xywewzfv2fcb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vwsjss86061\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jts8gf39fybp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d5eh9qz0gssb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q2xky97wwly9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljtztmft101v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ys4kg96kgnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54prgm9k59y17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psvjtqlq94q39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs74vdh725pth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GRT_EXTA_CD_WD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/c276z52kxc5d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y8g2wdsq6ss\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66gg7kzs2p3sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4qdn87r6mdk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9fsxmf2lwdb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x726jqj4qvwv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evx0494zj6b7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zrbqhh3yt5rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgp3l5qwln39\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqt6v8pmp0yy5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vx81rg132hz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lkjxy05es74d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y19l6rcz9k4y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftrj9bgm926th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g28wsw7ek3et\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgj72e2knfb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cpxrh3qdhrs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm9w5xbqkxk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kkh31t9mz34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf31l2l5fzx6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpkkzz7cbx463\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5dxlc7l13hmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxkhypqpqnfv6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ybmvych1d9fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EN_ATM_CO2E_GF_KT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctey1mwr6e02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk24csncr17s8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs2ewf9hlh779\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kcs36f4md7n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gygvt0c06z7l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t16nxbkkk75b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_ROYL_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/308cd2v0x6r3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzx9h9k4ll4v3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05jf0ww7jzgxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kec40h2ds2g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvtc47m7nb3qd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PNGB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1501_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvvdjkx1pne3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRR0_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z8jpw8w5p93h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt342br6xempb\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkkj3jqbg5ef7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl207b92pk9v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt8ewrm7g65c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z54vb7ydwy02d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lps7vv491bhg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcl3qd0v3y34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgw0jyspk1yj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp7rfd8j5dl2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbd4vcc7ex616\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk9d18hg1q76g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkvcb6rxkgv79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng2bqpz38dj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb1fynnhlddb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjk548d469bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhp8cthspc65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7gbq3lp3m6h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh07h5y5p490g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsdglmzxbrlq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfddzw4yrnqp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COQIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_EE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f69fec2ns37r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tww3de6fdz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nezc5mjk0qw74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psfdc0c0p0s58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tl8k3v6ws2q4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dh7m11e6d5cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother20Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g25lsrsql08b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeLessThan1Year_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmzz19p01fed7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k1p8gqrbwdn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mky02vyeclppc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r4qqmjxw3xe\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg2cxn1cl447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3jh152h0ft1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8hem1gtc1jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzydn8mdrj0r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqnw15decrqvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ltzqp3tkzhnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txyle9vpysdjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz8rmgsmvzrj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98rwp8hplyfy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3h03qjqm2tyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrem17k8c2nl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4999sjetj8h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j0qeb6xr6j7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqeve9zwhdhgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcen1t363jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmxzy0pbbyd54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqrxbj3fqb645\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54z7k3nfe205h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b57mhmyz62h1g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7flezvlfeknsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epdj6qthr6syb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/118t4kqgmbjjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dplyh63171qhh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkekfw50rdgs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yndgrj5869mg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ydjm423pw3fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922rbxdqexgq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wedbk2vbzq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6wvlty0jszwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1m4b357nk35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kyyd3rh06vkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgq8rgm6x07tc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l270db5bh21dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3q8xsdbqws18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp6x4nse9196\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytq14evvv0kcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7844dhyhkgk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1z8hewwdx019\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjl6fy6e776qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zf9y0hdgft73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xdmn6q8qkvb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzd9s51lf95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7r9w2hteyvv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk90ch493h4g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvqy73qt7tdeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9wgjssblyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlg3v4dqxm278\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvg40wdy9s12\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrkzz3le8qhf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7rq8t243n617\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l9zw8w8h96s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h2kgzl9spt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvbl64lg29khd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k62t9y975eh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d78nhmh0f305\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qktq35d0y08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgdmkvc2eq18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el3gwvzr2jd8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdp0wmnxfz1bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmnmrmdgr156\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qywwnse11cqg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/289l1vxcm5b61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b8q2q5sz0l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c6exqpn1mpw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0746r5r9s3k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4kx63rfwz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc2cels8cmked\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9c7yfppj4636\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jr48h2f4v21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G6_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hpc4ze61ej18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8bg0pc90t63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pzmt48pnxn0f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn31c85f0lsgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R01_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jr6pm78l7kd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s7kfj7p6czy1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pz3gl9kfdgs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm209xf6bgyd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3206qsbq4r912\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnj6p42jmdt26\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1v5pm8enggy4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n868f3dpdfp14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc55ez89zg4y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnb6tjw1pdbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9v4kg93tdwh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxfhvkl87brk4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59fmc741cq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_256KT2M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckh3bc3c86g86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zsn7hd6xjlr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hes3n0xz4t93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhhlvljn20qr1\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le82n9q60rqcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlhxh5ycm8tq8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112lmhbvges11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjpfkpllz6e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lw6nrj09f3f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wr83g1t90225\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxeesjf73dpcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177zj3zevcwk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/800fpm2tq5cw4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Influenza_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fsyxvvqz8ys6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpx9k0stth72h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eddeveqgtntf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hl2vf1y0bpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs0mwwk6vsw2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f2bpymx6n12f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n42nxj5yvbv7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_R_1_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkh0ttv9x85t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqydlq4kj6pz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf476gvzsqyd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbvdfh7pbvxjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NewCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjl8fspl8hnz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6c69mjys6dx7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j55sgy0y3y0wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9m5mq5k6lv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_HealthAndEducation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To54Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqppnh3cyv8l1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz873wty09py8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/298btzlnw2lec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcf5b87xel5xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgc2dwvyvqd7d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_LGP_ACHI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02wj3esxrd6vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvvl59lgv1wt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s36dj9frtlcr\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzn031xs0s019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghzsvpb7gl8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th4965488xw98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73q5ytlzyymkh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2fbnztggqr3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8wefnj6cgjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmqk3d52mwdxc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvqxx5x5q\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ktcnj8z26ktb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqm902fgx927\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyptfqwgjpv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz0gj8gd9nsd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mtkqz0dgzyn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3exqt6m3cjxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vwc0b6cef9g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q61wp8cqbheg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btpjy7xfpq38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge55To64Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_SOCL_CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mhfxtvv6egrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my267qygq11k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqwe92d1qk14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se2mw5520jjnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhmzj45jj6l1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr4bxhh93shp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6251zsmpb39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfpw4dbhhg1tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y28r7blkf09sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5f33zgqnq4w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jszfr5wd4f7pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwmfjc6y4by72\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4nenqmtkhmgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_AGRL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec33qwjwxt3y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peglfj6n765h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf7thlr540jx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/381v9j8grz481\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb094j088q476\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/439jhep3rce92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brlpzvwnl6wc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvx37n2s90479\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpr07nxnjxbt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m6c1d6d77px2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jv6g505br0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84g8kv10vl07\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx330gg1k2f9d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFSPPT_1_F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vfqt22y435k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ydqf461j85g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r5g2xg2trq2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ddys8kjcp65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/954x890xmv2j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ynwgqebkel1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f36g6z2xf3ydb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9xj9jy37f6df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvx610sedv5p7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4yzrxe9g98w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9rzfynmynjeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrve4qbzxvcc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yppr7d23rpyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72r81n5f1546d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06w9kw57glw08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62f20kqlgbzh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t817l0j61lyhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdtlc34w2l17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3c534s1shgb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z5g6qcymhdgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzybqh7c844vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xpp71vxe0837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk1360ltj6cxg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls71s7c54500h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl0w1k1eleprg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3943pbfx03wch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjp5gs9prljh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5dk9x3cnjd31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bltphym84e4fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfmp7xgg9eepb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk284d3rfg5g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSANotReportedOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtp8jjdzczh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8gjde06q2sc1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_EXTREME\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elbp1bdk9exnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qemxqjlmq144\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpeewrqcw4771\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fs3bck5cxzxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrj9kwh4q04d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1v12ze2g55b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r26ffl8dvcfc1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IAEA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4403179eettb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wbgx480503h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwh5ww6ncr7w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g473zhhntg7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fwx4ger7k7e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/554dw08sfqrn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98qse3x6w8wc4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2djr5zv9ztz5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpl3hdefttj5d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_NOED_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06f0jf8xvzw4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rry98gg5gdme9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OHICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c5ys8djm2mbec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxlqe9g8m5x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szywv0lfrn1p9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensAndBoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m90g4dd38c77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkxkbyrcl3xbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bjrz5tm3jsd\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ev4ngq4dvl25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhf9h5r96tt55\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56yl18cw0khm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g853mz3g6scj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R53R02_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lchb855zfzry4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTPRGM\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mym5mcbrk31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhqf6vex4y77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16dhrc6kptttb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_Kerosene_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrhsnspp7wy82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzr17h42c74r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8f78jp422466\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjtysgzsezhdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm5fpz7cz74jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0np7463qcp146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqnzkzhwz5y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsye5m13dgm81\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0rxl2mpyk09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtyryn4hs1tld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tsekfw938n9c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjl3nnczf1e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nyfsf7qn2by3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bpd5l48vgd7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SheepAndLambs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FabricatedMetalProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gpc5rt8cvt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxrwe7lz07yy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m4d50np5z7t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97fwzxcy0f517\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crq1djm6bp6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25p56bhm9jry4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2qcf32exl857\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96b4k6l08ftq4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9wtctkdfq67c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktmr6ngnsqxmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4vr1te1g836c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wb6557vgsnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h98kqpq335d2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g1m5ceweqkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzlh04qy3h9y3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcmrs3klj0lb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_LBL_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fgrprtwx0lk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfddm6ht1mslg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m57k0qsx61pwf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr6qet1rllp96\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_SWEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre2k1heyrrt6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y2cmmred8y36\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_TRAF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS51_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t53mex2t5z92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwp4vgtkjdbp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbeeed1x27h3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snv4ft1xvqyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehhsxz4fbxq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp7sd0mn1b129\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACW0_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fr8mr8n58fc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lq3bgx0gq5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9mn66t4yb4qh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sj6xljvctlg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e255s71ykj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3nrqwyspbggc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_4T6_AG25T99_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl2e7b9njph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w1efkx9syqh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/819srx99xd659\":{\"byEntity\":{\"country/USA\":{}}},\"dc/env3140jqssg8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eysymer9ep7m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMV.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8399-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5fb3e9d1r7br5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe8yeb3mw4wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b61lqzf202445\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4z76mrgl8xpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shxk162zlgx02\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m24peyh0w4qe\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_COST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vncs34wz0s6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trtckkygkcf79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcp4w4trg604c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2019OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptj7757r525g9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsc9qjk9qdn13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53q37x2k38pt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q0zge9kyrer7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdw61v87d2wg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tby1462m0e7eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS11_21_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43pxcsbgjksmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw3dcj354qpn8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91nykk34qjpz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z3f2x5yj15f4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zr0jb03we0wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls3b25qjy2gjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z55z6bh6nwpn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3908m40nh8pb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kxsemx05dw3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me64hj8czs27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbkxj9dm6nzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1g73xnjplxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l64n4wz5j763c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cxrb0e6rcmmg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71swjjqcg8s94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v3tbd73flkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kw7pgpcz3b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5pje6b0rk865\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR10_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g74keqq5y28f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eplfxrfr4tx8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgvnb3wkwh5xh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lc18l9xsg4m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txsqtdn2449n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vb93sp0xrcjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gvkwbfyxpgl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj8zcx9zmwqeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j30rdygmhdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4z29w6vvhtng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x5xfdzhq3xf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.30-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htfh5dgm6jcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg7dcm46vlcn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyjeyqq2sbf3g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmqsgcrjlbnq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snz7t95m7wj7b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GDY_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kv8wgx3z4t74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28h4jhw1dns7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdxb7dltnc006\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xsdgy1vsg7pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4jefbe61e5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv7tn5wm6b3j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0bte4sffs85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trxzgq7mm1m28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct8g9y11nrz25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5dsspzr0h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gv8rle7kxkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r66kdd4bzrfb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpvbv8158pm6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84x62l847xrmg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwkdlc6yjszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98kzv2gl92s27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkhkj26ddr50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pg516w9e2yd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hz42fc1ztmqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pj0m9v7q51x\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsm7chr0k9h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_DR_1_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_NutritionalDeficiencies_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efq25hedh2jkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z43ssb8llhqt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ysv2dywwh244\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1j4qqttg5dq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4eb89hl1b2w\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin42_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88c9d0z8yszr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh99ptzqrr0mg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llz872hh7vx43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf8esvkpwht3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecqfw1lwzj78c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxvt014lsxsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5vgdzc2e0s8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Ethane_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pyz2nsfdq0nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ld5fscg5ynlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn3qtll3zkvcf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1cdy1v3xeccb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkj9mb55rq4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhcxvngcdlzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djk6ns057rwgf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3lrybbbp03xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksyrl8m2t4828\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe8qjtnkwxp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6defvqzb0xw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jgj5j5lxkf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l6rew0bj7qc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz02j16m2qh58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Overweight\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxwmlt8e6exv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srw67d0r434qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cnksr7n1b912\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv51gsr60x1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbxdm65fx75g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1pvn6pvblpb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt68htkpbqw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyrrfbwwwpm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywm9mx9l7pkng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl3b7e9443hp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfr3vesvp65e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18wk3jr0sfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0br0j6c4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7jjkewfxydd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3xrhbsklezy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1bb5ck7ygx2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqyl6h2shfksd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69hpz1rnv4wr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsmd7myhz6tg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny1vygfx4dhvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prlt3js8t5r67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x46s79rwr4m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kk8104qcggsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy8bxhdyzejd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbs3fbpwz49b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymlr0es1xe9k1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_1_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et87fnglz83bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc9wfeq68vlvf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5decv3866sgw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbw82z40d6fz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0gzt2v9et3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10vql8ncq671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qffmsnp0p4m81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1p7j144q8g01\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zq2tgbhm1942\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p18lvpq4w4jb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3s1vxnd2z63f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghccd61y403kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr06qsnsr494b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95k573cvqgf17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nym7cnegrljhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wl048jdkckv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2pkzmlvxn0k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhknw6lvgbh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h0f011gl58t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WaterTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk1pxxfe4z635\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PPP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n3r08503sdm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5hhxvjfl5d2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_89Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1empjxhy8f9j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddb47bjq841qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtwv76yfr7sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/867ehyppl4rf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx9ffzwg2brh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cfbvcy0t7eyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x20v7zd5penk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5wzmsxyngrh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rszveddxm6bg1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r3973hnbqlv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--FJ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sjemmzg5lhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/28qmd4dgbjjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dtr5z0221me3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvppeme57vpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvxdjberxqm71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9vmges0j99t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g70n3sxh3bych\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclbpg2erbtrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5g4tqgqlx6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egj3sj516q9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8szrvsn5jlnd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crfcxcgl8vh45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we1tk0srnr8m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother40To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqj74pn1l0y7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease_NeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd6b44f63m5yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z22wmdbvmhhd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbenb0xc2y65f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60et5jx6n2de7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59qsrs0lmcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqr4svsxh0xg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h56sfsvwjzyw9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9s112lccg17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2syvkc0b26nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f06xczky1m92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lx896b193wqg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqsc5k23ml2b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wsdvxp1xzpc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp93rnt1rgf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l97d2z7rbh8k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfjmjp32wcxs9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSWholesaleTrade_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzhfnl4md0dt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9909_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0n7qyy1fbjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0sq29pfdmtk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eye4rmeqempkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz6qwxns3rn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9n0dzec86e57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h894ry3wm07tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s62qdp1wbgkg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tssxht5r1eld6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5qtv9rtq01g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/016hjdr9dcgx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwk33tzfp29gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbmvm971vgkz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcb4166l7txh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59l5bd68q1zm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cd3lft0vm4f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q7srftqfrft6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y25z7rg7cf7j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfj6xlt6eqzd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj6s8ww48r09b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9sw4em51fcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pse5lw6pkkbxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38bmvm3kvnlp4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_STA_POISN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv1kxwye1cn1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knwsg4rv7xbw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxex1ywbyevd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q9b33w682yc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532jjp856p4r5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zws6dwtmd3mrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/790wlcvnxrx78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1jqs2ejyh53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tdks30xp3zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xffdlgp2z56s4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twemgefyyd5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9879emw0w73\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PECSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkkcxdlb86wv3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyt8y97bbrkpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npwlnpmx3kq42\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6cdbpe55esf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CSMG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DKAP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x8mygqpmqre1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fswy7gg71xkq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68p8dxhrncwc6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsian_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_White\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw3d3rw8fts3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c59jy07xqq52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ybx4l60z5ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq1vhkf02h0p9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352pcqx46pv39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0j80nz8fy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prcfh0zyxclx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09gv8jdbtle4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tdmz38s0n6g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8kv4x4sh4rcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbslrqg0b7gzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44k9m9pn68nm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kse57hz2f5tz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr8r1pegs5bqc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf7xjssdbpbtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjm5pyjl1nkn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqmyx8l5e5042\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/58x2fef87hfgd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0h9vjce3d0l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bggwr0mw5h1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52ddl983hesz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg86957m0gfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwkbx8hdvk4h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg4qpnl27rrqd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5l04l6d4td9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8zfm3t9374d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n81wdy53psqq3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p88sxdc5m5v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4shbdx4b1skj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y5tp7vj504g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n7y7e4j4spgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fvxebjbfm87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5qkl8jx4vwe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm938jyyhm424\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Septicemia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yp4yqn2154eh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202wemblhc0hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6beeh1gcfvczd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq7w5g2nx064d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxf05d3zpx59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0bsw3bh0m2ff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4_V\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46mxbwhn14tw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c0y81ek4wbmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c21wdl8zx4qqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4z4t83fwl5q8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d2w33v4g48mc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whh1y53fj4p69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq6tynenm3tgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4j7xhzv99sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj421v3rnegzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lthbqf0fxc8j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ye9190d95e04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehzrqzexnkng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emt7wrqbm4mq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkejmrzmfder5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdx86sedr0ne4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghe0p1kw8z7k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4y8zw3fgcdw7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_PRE_PARTN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25zpjlxwj47g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc84gcknzz318\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jk6pz465r1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyw7602qs0j6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3zqhlnk7ck67\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42vb4jfq414h5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Exports_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_5_B_T\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_INSF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2phb01m0lf43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmn3vpbhmrs3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9423j7970jt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qc0mtmcktl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkk8rrlls9f7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGC_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwnj87srx54cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12vbnr9npdrm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qyt80vcdt3w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kl1xeq2h5tf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr1w48ecj4zfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28l4mtesg5vl9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrh3yfz13lg6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdm77bx6s6n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09zrs3chkpnj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59sfw4qgz9rk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seyn3vcv5tged\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0vnr4q8dj9g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8te0p9kjye7h2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7jx9053sgjcc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4wdj513fh4q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nywzf3mpylq74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk6e9zkmhhtk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv2nzzbyqm8tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gltjst7nycf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrcdh91ss8gz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcxs0mvhnmm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61dxygkhze982\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dmgv7fkg0ldc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smfrq9zv1pe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg19ehktse0fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9k9tm8tnh77d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YiddishPennsylvaniaDutchOrOtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh608ehll1vv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drgpftp6vvs51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7fqvrz2n8lnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7zcms2fl9k29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lg9k596dw5pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbq6ktyj06m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbmzery9m7vx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54k14g4wk8n79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08xwgw8258gm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkx1q4lf0er32\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbl4026sn6njg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ksxm5gx5flc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDABP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mledlx0kb8jq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q24bbswkztm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj2g7305ddex9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wzh3qb0p8hth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fls0js1hgq9j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9121bemd7dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71prsz7hdbf32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtedb8yq04zj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz40lcr0676gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pv2qdh9191q6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3pkmd8mzd2ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc495tybfc2t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1gzl6lpd1j69\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_INTP_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkpmmm7bsz4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtykx6kmj1fg\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkgmrc8mftng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf3d3jh5tctq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4m0k9dpf4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk3blfpeechk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zyk8lp58y0wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e662x10h5f42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vspe2evwgbwx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrpj1t0472hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvyy7jg9s978f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6gmlbn5lh8d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pvnlktt5mcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmy9q4d6rys0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2t6cyywwcph1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7ldz65wc682g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n142yw35zf26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MIDA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h6ycwblqwtqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_NoCashRent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytw1l3t574w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_300To349USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b11nb4vee9n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4wpn6y26pp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qs7hpm05sqg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g3gmqlgsvp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kghbsyz8km9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykh807rbd342\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcswlr67k25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkwt79c2e49hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5rxs9k4rxw77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx7z0m0k2k901\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3lwwxq0jfdtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6ph192jzxjp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grj8xq0mmr602\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjyxf0pbw7ksg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/354h3k6yjj5h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9s7be47s8p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhevzb5v5kw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b137735fq0r99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcl80m8er5ds\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d2rkg7tl3858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnm2de118y94\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tp99l8ld85x2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_MNF_TECH_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0gsv89tvdjz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6tvr8qqkppz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4415-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv0y5vr9nqqsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79tmx3we1meh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv4k1lvt8g623\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2mv4vklxct66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtyfcwydyyldc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rejxsg81q3j0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/keshylx7q5zc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0g7w9xdl5jbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cyxpq21hhrcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrfqbl4pp832f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0gpqs34rwvm9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wn1bczlx6y56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwmyc4r7l4qmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq9wwtvddv2v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8bj8yh4btw15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14qsj7c7lh16c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d3grlvdble9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7vys0yns2gw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1c12cnwjvd9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3j83228bykyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrg96bk4wm41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j9n8l4dmmtg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2014_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf6eykf3wh59h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cjbnsz37zjw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcryhz9wzj46d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svmnf9r32p7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbd5b3hdpdxdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/754mk7qslyvyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx0ktlczlb4f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj0tp4r4x62p2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgpb0m53jpyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqy9qcn3kf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk6688t8d9ty7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_5T8_F400\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3m2wshqynm4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s62g38qbdcgvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r03xfn9pqy067\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swxje0jfb562h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q798xsytjrred\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk83x18jkyyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hffkx1xppme9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ymkcqkgd3pf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hltnpw04vjzc2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8jnyhn9ewfcb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsxsbxj6x69ff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pldg4tw7dv1ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrvf2t482d6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxdlkg9phe3wb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/593gbw5c0ww2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2e8negmcs0sc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkm8j9rs2qsjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb4yfly3vtnvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5hlkt7zdqcb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrl80shl0t2m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yljfxw94svkvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh8qx0jmpdjl3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wfw7qqhncqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5y8v4m0vd52c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_4_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trkdq0xrmxwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8fb9xphqvbx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l880g9te1n53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbcppvtxh9yx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fhp4pv8thcp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44db3v5m3lvd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/rqt6lxesqlj2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epl9n2v1ks0t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgcfstwbl943\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm2ytx3ym7lgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe6cn23vr8ftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3gmtpgtgjgt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84ddfzetlxbqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dstpcptncqnrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtcsft8yccbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zew7xm4k2g4v\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7b5d8xk25rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3f91lsmppmr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y100y3xlvdzec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxxwlhr41r0f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fgxpt7ph7yx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfqsw1xz024cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy5vr7yw73s2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkqphnwlrrstb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SG_GEN_MNST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9v6lkpw4q7jd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsl1sjkxs4p38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s01wt94ll0m37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s676zre1xymgb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnnt0xwmw407f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3m9h2etbb4z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw3t3r74kv7mc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yjgdbesqncf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knsc7kcrrxh6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc958rlhfc1zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe9heveckd5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl33dqbd1ftxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd5jevp853n2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nyylnp67fl7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf47ty76f0qz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4d25hv7wv3pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801eyz7zrq3y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kse1gw3h7zjkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6zwlcc3dn6m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nqr6hd31m68\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcdqpskmsmwc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce3fpetc5p3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew0zt8249mx7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmyk944p0g5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvqch7v6t9rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8c1wpdh1gkk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc6vb22cdnqn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj7eml9sv70f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_3Month_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeNotStated_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhw4p6b1cleqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftclrnxt3x9v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsgd44xr264h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7gbn8966x1h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knjs4nmbll3s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8en2ycfkphjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k31jtz8e4ctl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkz4fl2c91h86\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_1_G1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59xjm1kh03gnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ds6qhk305985\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t72bz97jc6ysh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2hytg45nk402\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdwbqz4t2rdz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4r8f2rw0h4kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tcmpv3ywpn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6fvlslennxp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd65hgfs68sl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionYellowFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wrccys95tkh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfhm6fex4v97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3y434v3trke8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llj3xsdh715d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrsymx696qx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vj17tmk6s44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eed4qymv5lk81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe8gmzxjh8rv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82yvfntmtf992\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9347sb8x697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2ds6fbwh9v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr4ve69p16sch\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40n3l8hssylhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zxsrwre84sz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3b3r4q4h5s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb5lysdhjjgd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgyq1pcwsxlzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m6vcf1b53je9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv37hn6q69yn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvdx8kfyj41kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hzxn5vhx7tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2rbdzcr0spm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe28lb13gxv86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmbxmy652vg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78w9vxgbqxeeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mme8xxb9dgv3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLOCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6k2f41zyxzqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqftlge3wp068\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51p9yxq9555k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyk2p6lypqvw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/185dmfhghbmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqk49rmt8zqv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/p7cpc9k61sy83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/856sh716yj5mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tslrwkfwsrzjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtggynen4f58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lm3p0jzcpc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgz5dvjgdtjq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpet6w3pbves1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kd51s6qzkwwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh0tery49mtk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xlygce0xx07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1n1e8f4n0nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtqk248623blc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sq62q03tr338\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64nwjmq23zk62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ccshzllyxdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyb127nlzydf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wn9vs2bqqkc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p884qxs6h5pzc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m97e1z5b4yjj8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/516lbmwkf5th2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq4j0ypym3z29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f666m61jzx5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSJP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs14r8564xl59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rl0cq7fdehlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lwqn09lkh4ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl1cck59cr7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6wsstbhf84q\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljj7vplrjc5bb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jsbedsqgkvl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zz4drf66j6w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3s8xmgd23ppb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m8tmetggev22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdj7e0zhes3m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f88xnztc0y586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklf55cmw7jlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzj7mj0kl86cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjh94n3whkr6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l94mhp5ndd9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6cx3yspcsgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lbxwcw43e7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx610b1nwvs2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnpaidFamilyWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghmv8tmv425h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y4v4t0c5trdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlp1k2gf21y83\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ez2geksyhk64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27j0zntwhbb65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g2qwxkjhkv33\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nknq5erwwlr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bh4jbrjbecr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2xjy6hrcj615\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RL2R9911_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwec2s8dd855d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e8zsm1dm58h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t1nk24nllnw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0prgpnqcmy577\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j7jmy39fwhw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpdlc89l1w01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1g453fdg4l69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prb3kghvm2kv2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/267t7s5x4ls21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs52s61rqdqfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tyx11qmyj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qge6qfrl9p1wh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_EG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6w9x23h1cp9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6mbym7hsmq85\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvby6xj3pn993\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HmongSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19gh5bfybn9p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mymzk1072tz3d\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j8btltr819m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws4dw6n3dbw23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3elc6er82w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skybrjjwsnltf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewdrd2vq8gg5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SS0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2rfkmsjz2nv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d08cvs9dqg4b4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8vmggs9lh3m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn1g23jcyx3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8llkcyexqn05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl3ey4mskegqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53ezb06kcpy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg2md99n3r8vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ManufacturingAndReproducingMagneticAndOpticalMediaAndAudioAndvideoEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emtzjmbbq7sx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l8kqbddj1762\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp1t8fn9vls0d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_N\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13mr72y2gsf74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/509e2j6nnkt09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6kebmbcmnr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rnbq8cwmqcx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxel9lbkk2s4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnl7vb8m0t88c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jee70jdv5gq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrc45vzg0h97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2ml4q2p9103\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlecghh81xtl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yngqg3t9fk06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ykhgfybesq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggfns9cdcmcb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqry7etfzj6fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgwpl5k209pch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/q6kgrq2htseh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cyq2engm0k7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kghw3mm3wp69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtbq57bprg1cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrqykhy29y75f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zxcskb1k0ltb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdls4fqxjetv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yl52pp63vvy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfvrc93d83r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07t9nxrq32ev1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k51ng9qq7wdlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2jxjfv17ge3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_1.25OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfcb3gts1szjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sem6tvg6dz308\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r52ygn6e3zvp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqdmm3683vch7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv6gmp2zsdp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whw6743w8w6t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21513nhydkhv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj9pkf61kg083\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvltjl45yq1l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqt9g16hlg9y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk005l41164g5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbymy92pflyg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m3k4tgdelgz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpr1nmcp4y5t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczberzfqd9kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9yx8twl1lzn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tydw698dsjp62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7cz87x97ry9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5bfcctcbjk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gn3yhs1k5rdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0tdd4zyglrn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50cj78bjrmz39\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvpy11be0t8yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TRF_TOTDL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fe84r2w2kw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dfw6n2js2qk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c9q0rc2x2nr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lndy4c477e5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wp7w0w2bmyy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxtr4vnlhhg72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2yg5ecdg6r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0vpk668f8qe3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68mkse70jez1g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtkmx8ebd7bdh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js8y9342vlk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phkym50ge44d7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n935d0em98cn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj94l3crrhvz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfe90cdjhkc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8kj263tzvseh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdydbwfx8b4l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885tljr0dmsm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqxymlkw3k6l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84g2pw2261eff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p29h8p0k6gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvgk1hrr5ypy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdd27prjpwfv5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_1_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eqxrndnvsgd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16nnj946c47jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we66ss8712ct3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntdw55yk6dmz4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hykn4k6ljqfv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5mm22hknpkp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0qg1pt27p91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1drhdfy2rxvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfmvcz8ddr327\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4rmy86812jt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj0z6s2367zqg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1drssmmzk5bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17qhtjmh4xvgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lr524nm6fsqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kyk63qx72j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dxg24hj6fgt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sf2h5vmz4gc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fjfbhyj1kml1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewh3dqgj8g8cd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_COM_PPPI\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj1sbhrm0x569\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8fn908s1n73g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nncg7w0qqkxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5crq9q2qwex24\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcvphc0sk92yb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybylnv52r1x3c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwjxj92glj85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb074lmmq63q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t10v9p5gvrzg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rp9e6byyspjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrt9n96zsggld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bjens2e1vrj1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6re7mpfk8kbnc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2ssp1w5nq9b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2r2nwb4p8c07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4jm1sxdktqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhn3swz422fc7\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Paregoric\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyl9xbdf4y5e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn3mxyzxthn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrwn4jxle5lf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mv87ptv8cvg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92h6sysg2y9nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvf1gegyxjx5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c0kvz1ev8w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vs236703m1y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz2641ljljjy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_10Year\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn0mfxd2tklh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpkykqe2cjn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8tnebf3rytk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzmkq1w14w97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km1rgh1s3jq69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em3lrxlks3c9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tfg8c5t8ehj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l52vtd248f218\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwtd8tjvgfk67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2ng3hqjs11b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vglgj8zlcn1l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy9kq828nchh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WLD_TRPOACH.PRODUCT--CITES_ANIMALS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8jkyhtf0cwd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dkr8wdkqdbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3xt00zve35e8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4egjl3d4mzlnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0ysfrvw271c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nbswz1d8lw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2reg9z47wzdb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmm3w9brqhf65\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bklvc8vg30e84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psrvep684j2s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le7493gms4k87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbf2d0by6w7m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14j0tgp4vr7xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x2270lntv3f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6rjrpz57g505\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwe8z7j1x1gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cb3bk87h18e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5ml146zmtf8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq5s23skmx9d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w79qx424yp7q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/330hylw9pq425\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f5n9x9bt3g4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxdfxjxbbtkg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zh96jp3hfqh2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_RDBN_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlke5nwjkylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1kl1mblsrsc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cbschv5xy3t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btps3zbtq959f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cn3f2j8x3cj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8dhf2crbxmg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5006t0h7wh75\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_WithTotal5Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR33_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmplpcx764c0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9kntw440db8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8er5m9bsvdze\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gpr7wyn9hz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xm8l9j5tvt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c90y966p8qt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszby6vjjf7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw5y1p27dxe4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrswz3tkhe1c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xml67zb5tg861\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkny5d118n3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d50jyzjqqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqg589jxk28tg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5nh9q00hzng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzbwg3c0tgsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lntsprmkx6j47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqz754jeqmm06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v8grevm9fhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8b037ekle28b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentalOfVideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxjnvkef979w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx5k6hsbd686g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nrgpbys1ecyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wcpxy52660dd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y5cklktcj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6svxvwt0jf52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjrj58ssqe9s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2v1rb538pjb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdces69pvsdj1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Septicemia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctqc2nffytedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7530dnh34y28\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xy3dv8brdp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ylmdnlq56jr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbq2x1cqd6qx7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7mqyvqwegtr5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5g56r95nc6zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5sls829j5x55\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gl204506nhq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st6sylqz0kbz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/678hcq2nkvyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw9vjzl9dex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x94tn7qh6k18h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_COST_ZS_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwq6deb6lww9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbkjm06hr6l2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh0t495vjm3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpkhmvccm033c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pfrrlc8l0b41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18wbcmtk3q268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f638y11wh3s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td9mndke15n3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz7qkqyf7egc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz8hmlt4jvpk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEPM.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2csyqyr1n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xksd2f68bzwfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1scj3np556p65\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djtw03bk1e362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd0r8cz6yb8r\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dz8zqe1ypzcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evyy960hmj55h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xys7ygtljv8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_Crops\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0ppp3bgv894c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcw3r91rrv512\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtgk2ekw8qsm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rwm87h8mqfs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh1v5s8g0w0g5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljrvm3lxfyl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efzcdvhsqsek9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0b5yffm09c0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btp9j9zcn8q2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6gl60nvx37n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0dvsmy026hsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p38wpn7472jn2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjxyt9mb93j6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj3jhfkk8q0g9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_18\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddyg0pklgp7t9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb19drk5lx7lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51gewmcrpb0k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m48sfm5wc35qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07b5w7evp5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlnb4g206essc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0q5xvfncbyeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zjlefk077kk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sepddbmt6hkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eejq5vzcz3251\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wyvwgwxvl275\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24t8p1jt1dm1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ggtdd9twq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qnt6k036k8xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNTP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j7ktwgm79bd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5050_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmcdrjc35vt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcn992zw949d7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nly6ye236m1t9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_OilAndGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlw00s3vjcbt6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69fkemw22z1e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmzd5wm4wgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whb7h373656k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s5v7v6r3hbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vg3r7xsyrjy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzh1m0sdtc0d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wqw6be54s5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q0qt7k71yyr\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86h53bt5sh9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj2m1568jdh61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4v77w4qtn94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5dx1yt5g5f92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnkxp00rd3tb5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fgch9n8tzghkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slx4jzv9q23rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9wldd2m1wy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k44gdygvebny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkg9x80pmcxzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjh01crf4rpj\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc951n6sjyzw6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnvh0d3w1j88\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_GasworksGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f48e27dwkxkw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zrgtzt7j0h62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eef65w12s5srf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfjth7s5j2x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_InLaborForce_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37x7qvmd4gy34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zllp63fqzrzl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82he7zyfw2d81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gjxcevk0dd25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq2p55tdpmwj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfxzkd45v6tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww3n23mn55hm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4zn4qkfeqvv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjvw3mb5jq328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdbvxlvwn3lqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mk832j0cy597\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhlstn9461wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lywec9jp8p9wf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vhvg3ehjqleg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_OTHR_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0b1vkgxrc4r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnp7vqg67jy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsp8q0jfkr72c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/770br347hg9l7\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9wty9bg1z08b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpph4sspjvrr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7787xh7rjy6y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w95b2vyldmr24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8j2dqcwc1mff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zd5fyf4vgg4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9yhvvbj8fyrf\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekrg82bjht898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m17jcf9kyrx49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrd0k3gdmfmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkpx0d0y85398\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS81_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2m5qcqky7x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tcqe4cdljy63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4v110mx3wx13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24kv6s9e1jf19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy71jy5qmm56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgpm083z8kx4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjcdb6q2589tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h002cs5gyy22b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyj7xjrvv5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/804fb0x9q6bsd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_RefineryGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Robbery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fjycdkwth34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v94dbkvqxz3c6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7fs03rmr51x4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fbh89dhxtrn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hmcx54gptcgc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psl3dl8tdxflc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5htqz0sn1xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79gk8edp4qgm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3ej6v6fwz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8e2bzz6y378b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f58bcllptv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlrde4ej1v4n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp2csjn3plff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0e0y2m6z9ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bknxntwhby9d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_PoppyStrawConcentrate\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdvz5h1tkm96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz4h2kdegetcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qcv1ccw1h1mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yshsrxcj9kv51\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfb8kctddz5p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr1lbfk7qh4r8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct858nycqk68g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2zf496bj68t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elr7kf0k7v1ph\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqgpntgrlw858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cqkb7qq2q9r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0keqzpmjywv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3e14x1r4nhtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8pd2940bgyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1jy2glt2m7e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkz8kmrgr3cfg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS33_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/496pkj4jnwdxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx51m9qqd5x92\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HealthAndPersonalCareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcyb4geq7y6r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybfmxcp375xb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_MobileHomesAndAllOtherTypesOfUnits\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c6ql0f1nym8kb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ej5zz12mdvwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_LANDFIL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4q5l4eg5c8w3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0b6dfkhpggf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5etbz79l8m6r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw7kjk5746272\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y182tq76y7dpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ebtew8rj406\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfng06hkqd1mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l74r34g0wnbt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p0k325jcf196\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckm13hj29ql62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RACPU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1pnxe2vywg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph55vppp61jmh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref1nnkg6nce8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_FRF_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypyrpe4nh3dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5trrqgymg0v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hjxfvbgm566\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py9zwn3cvr096\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnmg4l2rfb51h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxqptrs2xfts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly0fvmlf4mtf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyw3mmzkx0h4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt12evn5tj0b1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhwbn2gwh60kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x3z4zx9z6zdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4x2b6e5vtzs1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9909_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_NAGOYA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ry3qhqpb1p1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mjk9wpw8jcz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_made_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs68ex69c1f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fs4dgt3t8x15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbgfep1zdxfjd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pgem59zxd1m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w4mk9ywwgyb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvwwbwwdts9l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wj9mc00sq83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxkm62b27p3k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01hl5jj7t03j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp0wyly9l2w09\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g12lf0cnhnbp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5czq5bts4jeb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_CDDY_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dg93fjdkwbf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfnx2r5vnmfd4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6gfzs5bferf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pncb6nq99kre7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc59stxrsdk38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvxz7rpm58071\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8fkwlnyqesq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpd0xcn647xm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487wr8fqss5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zqk29rsll0n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjnz1w48szt9g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29gmq6rwtw0f8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_32Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtg78949wrfmf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez11ve28jrvr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv1lnmbdem7ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1gvqfv76e7r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8mp4nc7682m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkqsbje41zqd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_M_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jdtze1ny5x2d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43gywr60dfkkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqxc925d04h9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywqdvww8htmr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6khcnkptcdcy8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7639vzclqrqs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phl4el66r83jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnfb7ylwt2nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_5Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkewz0shyxpb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31cl2f5cwlys6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4775swn1hwy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6eml5k5w2gng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq5b1q7ft9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vbqqb48teqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx15qjdbqgb1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeUndergraduateYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rs4wcec3b1f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lpv4hqg3jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlh7mhhw929k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/394gzpr6skdy4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjnhrjswbye\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqdb4lcmp1e8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx005zg3bccmh\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck8zsm12r6ys6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9bne7mfegm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mk4e26dr17vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k188zfs163wyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5lxzzprskj8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87rew1t350nx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yr7tevfv7061\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tev6r2r15dy86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st3s8b3g9txs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl0bvy8j71gj4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7j6zjsg0d71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k42lwj031qqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txehhchs8mn68\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_FTLINJUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svc7nh91yyj85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz95m3y29tpt6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05pmyms3v3kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm2ff6mt8kb51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j91sdjje57w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d28t9fv18626\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jevf42h5p1234\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4bkhbsw5hc71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0vjkjesf3t58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2y96645t53w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqsyf108hvqf5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt1v8fdv2vesd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9z627h529tch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y76wg42h8ly1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mn6wjws3m30g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9h3sbjzt6v48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eyc1tbypq442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcflf7bk855yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlqkwf726y2n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75kpsfepz6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvl1g1g4nrgxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvjc707rp2m6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e9kew6372ttf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PR_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40yr6km34e8hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cx5tn33pcbeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x88tkpckrc1lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nnvft57wymc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bejm91sk1kk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9b2ye5wkmgeb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSDurableGoodsManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwpv174nfkfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwmk2b6b7l457\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c203zencw4pph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsy3d03rdwbrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLRIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63t3kwje7lrvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx93f3wpy7m84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc81s568zgvf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AIDS_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wy452sedcvm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55znmzhk56mf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf2tmk86znwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/332m1lcnvjfs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjylwmq5t81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhqqpt7fsb9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ym9cvk07xyt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sytpde5e5j5z3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqwdd727v5tkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3xsrmp3v67h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypp72zsy5q5mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08xq74yg4c304\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cnddqz2egl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0t3wy85c8yk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9jrssxmc2893\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6pk1bcdvc825\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CV0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lgq2dz00by0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcptt9lhzrnrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1ylfhk8l6p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4j3vqt156x93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ew9w1e76sf3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9z4p9q149cp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swhmsfgdw85j\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j282904kl7gsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emhr2cd9h9hf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db376zgdv5pe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk65mwlq8zlwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5k0y9pt698m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfcse41jjzq75\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vhpj7mdy6ln7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qhqp1tgnztwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv8l65cvy5dp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ry2jqgl8d8t8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxj5kzt7sj3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81j6klg0pc3wg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhhcq9f5zk229\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsl9pe5pc2fw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzgjj2bqp7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjlsms7sr8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhj5pgcr913l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ljk9jreqd43c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hvsj3d44bkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91n8kmr3kg43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3f1p8z9tsc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8g38d5ttpyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm8xf2h6klee3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pyr7pz19mjnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55f809994bemc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ele9jxd6s4868\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ygmwt6nrr48f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdcwg48yzvjdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c7mg53cxwk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8kfkkc6wzne3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_GroceryStoreAndPharmacy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmk3g2xx6y0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w88v1ptpm6znh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80chjkznp82v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vssrqsh461tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2rmvlfgsepl5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98fxf7s20y3xd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqg9nvqyfgn74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1cpn3p0eekf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq06h8gyj07ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dhdkh995b2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzsc30d1sk6t1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4vc6qx51t0nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9jm7p1j06qf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crz5y346p9794\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jebf8z4dket5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqyqt9g48lsgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2qhp4hswppgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp5bhvzkcrbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvgbdb780q4c9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-7-MK.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47lhkj0j2pmpd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b88g5nt71901h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gj6jwvqcgf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytvc7ccxpj87c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx3nsew3nfhx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgz3gpl15ph91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Male_AsAFractionOfCount_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkh5ydbhp2r18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk43313vcqnl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejv8vlg9flx1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4914xqfqc1wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z2xdlgrc1mrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wc2t316j7g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxzeqktf9ejvh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gbdq2kh4r9r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4df904dekdb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjq8s3yre8k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl16gjrpyb7x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyn9rjpkp1vb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt7m4kcsb7bt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesn8y5cbezsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv5pt8crf6kq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y333p2d3h7tk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x73k9t2mzzcs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5vffl2n79s6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrc8ylskbbg0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt93zwetzzjw7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ewymg9shcveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lkzgtpr94reb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6zydmfj7f2x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf09yv1pwc072\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89hk3zz4c6r67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywwppxdgbsc9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvlnmlp36ycn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfct1b3y0sbe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezv2q8jv445ng\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0neenbzyvzj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8hfd3jc5f3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblrd3wdetzjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpefq824vbl82\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_WomenClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3w4qbv8wpvk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk0kmfe59te\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plfystxh8f097\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryp7s82bc0dbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ew8n4mx4vd4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rpt0dg2xpjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbyrynx6j9zj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ycl1wmtr61l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_MainActivityProducerElectricityPowerPlants_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fs49s55qvnzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0qbwnjjd4vyb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1jnfevz8wl5y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqr2ew048bf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwxg69emkj6rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfj75g6x6qg6f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btb3cdw4zzmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwkqmq0m47r2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd8wrek8e3nc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20mp0dyq3z036\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dtbhcennme1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6hd16exh91g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrv1w4y1gzpnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlz28ngntgs3\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbdrtmm6mbc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3qk4ekfgjj58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rkcz82dk5h71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26sj9mzdbedj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqtjcl2cgs9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqq7ffhdxxgyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de06y4vwsw2s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8m609ne6763\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vgfg4qn2lp65\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80xtk8x29jwt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1sgev4ex3hg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk2rkqm8w0z63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/R00-R99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghe7xcp3210vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfzl1wprvxh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhtpl2yh2cg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q8218e1q2wqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkld2xp2qrx0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To54Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18ks4dnkpgjl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ery50kwvh83lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mphzhlxvxk3eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9l9n5pv3m1kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxbjg1c8455j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wm1hwkbzzes9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plb9n6gxy2g91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s634x391gvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljx367c5bk97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8y3fcnvwyhv9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n7ctj6esn6v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32bkr62w546cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k4nz5pzv0wrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9zcfx1qe2p3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w03696prhkw1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy9rly4dxw31c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmmy00l57kg8g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_TOTL_TF_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxr0hkjzvdgkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0bcd4p9rjswf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9mrtdmbfdz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8swdv9my4qtb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9r4bg0pt9xm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn7zyr4b53gg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5rxfklj6sl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wj50tc71h6bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnrbxsgjz5ehf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherBituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drreqlm9ch736\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddtt95rj106wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0xrx6mtpne\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbrtmyy6yne28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4rk6nzrfe8k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5050_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CDYN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ElectronicShoppingAndMailOrderHouses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pj83fhjphxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5q9p5wjrmm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p54h4dprlz49f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z58n0kwdk8lw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rvveg7ych8r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv512m8kw7hq7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8py931z2m27b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hf465q6p48l4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y7n4gvd8lsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sykn1yzgl80fd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zw8cbl9dszm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het6yz6516kn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm6879gdq8fg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS52-53_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jem6hpqdb9hwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5yk2jel7d6tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05c0j0fp272z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dltx451lmvgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpby86drmbxl6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pp0hf2cjd55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhe02d7vnfm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd7qcdzs2q8p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ysxgm75l9lwc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fs3sjtbn518\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j2re2680dgnh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pse4t8f0rl5g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r427kqhny5h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_2OrMoreRatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2529_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt4p89thxvez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxbdzc9bdnjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k7perbfwk2m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8vq7wm3rkgd1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_NaturalGasPlants_GasworksGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psz755bfcphn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qwbycyqt9d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wb5wdx59zsbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b306w91vms6f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpvexjx6z79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhpjbsx6lzw35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rljw3j160tkzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43bh8esd53qbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffmkh73r2hrcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qrpgvw3dt5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z7ps0rtvxgnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b6rvvpy4v7wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gqj235b0vv9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de2rctkdfjt7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w9ddtjr0l9kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skepj2rpe0ys6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xtphkxfkbmv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb04g9le5rgnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j382dmww0w82h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lygznlxpkj318\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpj9v09zgq116\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrqgkp3llttb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gvy4tqcqr77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bhh10rpyc363\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreqlzmh7gkj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmh3skc09rc5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--KE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blewhze2khq69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6lxdkfx3tk29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3ztvd7rrtjfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00pg409rybd12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vezvjzw8fxxvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCBB.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk7eghg666122\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1m0t5yesjg5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwygcqjldt5g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/pb458jztnx16f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cm3kjd1y0sg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx65pncxxd25g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4whz5bdffx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpvyhfyb9173d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dngf47cjq2vc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc3rgt8x66v71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m050mzv9mpqfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodAndBeverageStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm0tz8ngx99b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y9dh0rqkmxj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nepk4y5s9r9n8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0wrq7jwmgjl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel0v8ezlpv13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmh5yvx19yk55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5bqqs7vj55mb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zxxhjdgh482h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybnspxdgys388\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf8b2pe7yyd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh63n81m1br92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpvjxtzc7tmk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5thtw2wgzf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f56mh2e3z8x3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_0.5OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjw18tyjbwed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g4mcklr4tpq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5tt9vnkfzcs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gbn4l2xxfx7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g61tw3b13q5k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1140_9.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vtz04l48vjw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ejygkbqnwn7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/fz1h5zpvyzjq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9j81222c1xeh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcpfdy7dlxsdc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zp9cd9t7c1j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6eqlg1zqh3r9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtm2mrdzjfkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnt99hz1zgy69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/tz4gcdlqdw7h1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcbvr13prbkm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkpdze5d5cy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dterf8mlgzhtd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59cbvcpyzxl45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z1t2zhpr97m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3l0k4sl634s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntxe7e41mjgmc\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744gmvldskh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ckjc3crq4qzd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_T2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l13nrccjclh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7xkhbbqedve7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12xnkcq4bs6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57569lxdbmse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3l97pn1g6d3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqfdywt01sbj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nypegpnyg4pnh\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63l8m5wsvrmld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5hsxzep2bz4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6k4r4t2kt9nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815efzvnb33p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/R00-R99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smrpx1hlg6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klkbsmvnehyf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hc1wgjw5nk38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sngp4k7wkzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4yv8y633z0k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynsv402wq662\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp1qmyckh69b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jg7w3m4fthr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcft92exw69y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1d3cpevpc34\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxphr90pnm4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg72rktf3enx3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3mf7twfrn7g6\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n9crfmjl2tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj273ql5my2p3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbsw38l9zrgm7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ntbnh9z145\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2v8tkwddj5r\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9106de0vj0qz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ngeebpy0t27\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17yq3nxjw1gf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbdy4fsnz2qzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r28ql2zqvythc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ef78cree7m67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46fv9dpkg7ycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0wx6sez6wtdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ntqnge4senb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q08l37vqwjkgg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/615n7kxv3rvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fykbp1d63jzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx25g0ft7hvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqjex0q3cl193\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhw47r5nb16cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/R00-R99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92p6fspg2sd11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdwj9fcr5rqq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv42cgv68sb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3108b30s6d8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp4b9bpmjwmy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9we02xt2dly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnyev2mfr1pv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_H\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thbl30cs3bqw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bywmb4p2tjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44dqcfg038y5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0eevbw2swt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlb8sk7lqhct6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynrhxrmweq074\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94j086vbl0g98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwehw3lqe57m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slqnd1bfbyf5c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wxvgm3j0k0h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkpwwkd1nr7c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qgswy54q1shc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0s4nslrb9qm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w78f7yet9t5g\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9q67ecklmyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKL_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l9dkn9l1lpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3bp9ks86x2eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_IncorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9dk4v2z666mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzm3j1689x12b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx6d2qxd9rp91\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/117qmvs1qhwk6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qg1zn821wn0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjtmdfew998c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxb0y9n7fksrh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2wmbqtwmt55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psr2c6jn3j846\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4010-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv82nwm832e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2p776md54lr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0k55vec643\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pj9256xq04c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd07pdlm4hmwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy28qexybq6f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n5e3qvkkzq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yj45ghkqg1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n111lfnjzr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyn1f0fer1rb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq85mkz1x54y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8x63rv55g7q\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekxw52135cvqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgt769edn1n24\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3539\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_17OrLessYears_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8p0zbh29kv98\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34et8vcwvhzb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c27tq4sc36f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfzxl6tdyb4ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy1ztmxdmftd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rb83jewreqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y6jd1l9dzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn4gv6etxg0j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yymwegh1cg91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19jn3c4tjs3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyzcjljv2vvtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj3zc1egz35zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b83l2qq3xjjhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3mk7yr2j6l11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtm8tywvt8xj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3To4Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lc989dmd70w8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddq2d72k7dym8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyj6xsvvpegl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039m65wsqrxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzg2s8yhlg3pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hwqdytc51lfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b60pcsrqznpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhmjhp72kjr48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdpg7p9bqm1xb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdkcpxmdfs0f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyn0bgm58dv6c\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AviationGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c68511er7kt04\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f06x96qkk2kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj52cvzhz17j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75ebk74qtctg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8t3hx27p2v71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mzjdrzhfzpyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vzpqwkhej94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv4f3g86kqww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8lnyznt4x047\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xky2qp5kpj42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gp1v183ydf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc8w0jkxd14s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1xh6zhvzdq9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rt51f5bek95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gd3x76deze4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0d616l2exgsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27jk0449h41g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7m8hlx8x7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhgrpppjye2f2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dqbjsbz5b62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cz3ck71bjgdf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zm8t81h5kzw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vx35cq106qd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq2x2pzme3yfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mywvhn675qwz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1j1b7dm2dtn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd0jznk5n2kb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgh3x9lnmlfs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zr678871pk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zytrwtgq94p63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmd9rw6ch0ebb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mb1mhwpps3k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSRealEstateRentalLeasing_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5tme48r3xn26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0nz31p1vqmq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykkjj2m4xd735\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/065bdlsbsnbl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h58sll222m3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twg0rd3qvpvh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pyk5gf3tbgvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn382ff7s9rvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sys3p1wr7z6bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3z1h3l31mfc1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_CAPA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xewj3qdltnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj9p4zv0lv7h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2d78fm3lxyz3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgjt2we2hsl86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhhypxxh0rsyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdm3g87zlc9kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crljpvnkhyqk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c55ymp8fwzytb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzxec0x9rj681\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1k95tc6vh39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5wvchm0e081\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbrzh5gj7ek8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sybjf6br0dmb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eekgbhxdk7d0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rjhr3nkeme8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IL\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkn5y81r3jp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm2wrtlhg9sl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/245t50jjn9fb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmfb92xq8tjk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_FrenchCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmqvq3nfdl1s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4jf097cgzf27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3x9qke1pjl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slrzvqk0941j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8rc5x2jqe0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx4dvl0jcvv25\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lp2zhfe784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92n7prfeg9fq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0hneb9vv8fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bm6mmqplf206\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6m8vf5yqlcr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8th3ry5w7h26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl91v5mjrbb8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_1559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nshbn71f6ds5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7dw14523ne36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqt82nk8xdw56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts20w3sx7hrtd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkzskwc1flmb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6xvcksvcgg2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn9ebnt2e364\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwpc0zh49jf33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16s3v783017k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfd5k9hg3mp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4rrw097k9sqb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft74bz3tt25x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r22bbzth667sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0yzpvwq1bwf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztdj6lk21tx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5lmvczwqpb72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnRoadside\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_GSRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8g8cxww87nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfl7scv7cdc99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjlfdjgscy52c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202h39m8nyxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q5jkwnv2wwcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gshlptnm6wqyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS81_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41mx4vc8c3gq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vllcmhg3vcb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4spv29c0qb31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtmegt6dlp82c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l74zg6h10h9l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lw25zbfkg99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gxgjbb79ekvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zykg2blmrgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x75fe8bfep3b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjzf4qvt31ce7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hsn91r033dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8fqps3kt83th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrrx3lbcqzde2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78ky3ks7625f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfpt9lptj9q7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnn90mbxc5qz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt0jtn2yryh6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq1vy2gx9y0bg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0w888ws8yh8c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht9svdc93hh3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh93cv8pxth78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/440dybg1h3ydb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xpcm8xwmmvx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edkh21t35ng9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vz8ns406q6ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd55p95h6ylt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz5zg8hww2sl4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdslp5jwjnr9b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xqelqeq5q043\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4se5xxmvff19h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ColdTemperatureEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v48vpnk997p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8bks7g9lnfl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhj5qlvstwm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MotorVehicleAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sflnery176nk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p7s1sjjgbg4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrsj5ksbf87r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2jts6qz2z0w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g82sfs1l06tkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xezh59gslge67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksnxd6r3g8wbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e88znm28l50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v976bh4136xb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lem86q31lb8sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl6ymqll4n3cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxecjxxbmhy43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwsmx83980w3f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9xgmp62jehv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsgp8tfclrh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5jmwz4fcyhdb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjkq3dbetdy29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4vmljyefd21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kk7zm61f48z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh0m9p6zydr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrkl3822mdq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcmg0q97r0h13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9l1xbpccwym7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6889bpd3l7pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk0fqzrbln472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5mgl7w6jcc63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OilRefineries_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yb43n38ep8t6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr35v58j8p7xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9epdmlbyn4x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvnqykd47f7d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wzd8mhhzbdtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngxclh4hnb5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfz3kk3h0yy06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phsk9gj7g30s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy1k5hh6cqfq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvf4g53tzyp76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RCRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drttreqvph6lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_180To499Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hs7rh42kv31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82j4tzd70xk7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56sk4e840sv71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qztg2sg9sxeyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tqylx9q24h51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgs1rv5fzyp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egf82fmvxn31d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngvbj6yenp26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n957elb3f72fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh18s3zn6gh82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y30qp8gbzk6mg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/344tkj89b2jdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lky8jhk8pd7jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb02d6m618de1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stsdjc23cl1f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5hxq0476yw7f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcgsmjek6kw4f\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cjm09jw9q805\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnr9eqfepe9n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyd13rpplg0d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqr76qywkg0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r8r1x9x3kjrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR05_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_InwardRemittance_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60e7fzvbfeev2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs2bnj1367dj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x60qer4zl1ee4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_Miningandlogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcw2sxb54ylz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts9gy1vhn3sp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74j0eggcjm4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6rzthm7w3sx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_GreekSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zeyvdq7wtyy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k9lbvngqedp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm99ge3jwwg93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfb1slyp7wn46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytjkg094yth2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4hyh6yvbzyg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c3yb0ggcexkgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0v1ydksdyfg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm52k031ghc11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eygrkcwhd6kp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr9zqbmztqfd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2m8rlsnbxk13\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_DGRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lhmnnyskc721\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDAGSEC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lcs35z8kss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctvj166ccj2f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs6zcnwe0fz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58134sj3x4y66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1etjcx5ehmzx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvb8mgbw3pj2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sxvq8mw0ssk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20jpfl0g2d65d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qre1jwtczhtg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws53s0ne6kb27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jtz61mm7bk94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fvfgm93vh474\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c93zy7qwthjf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qztc0l0mgxl1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mxxhgfkmk1d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et74tm86w7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956396kgmgwz9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsslbp9edzgx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjjkxl1e5mkvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60z2blk0peszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bty1dt02edkk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvpl669phh65h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6704nfzj84eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2024_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmjls9gj4vt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p106f0fwvs808\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s2blbvdr2w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbvslgxb32gv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7nldkb4tt3p8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf0kbzzw31v82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31dzxne5qqkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1393_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t04jcr4eqwv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fhge87m36sj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g73hglptb281f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdeq9plv5w02\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eqwj4r6sxgl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqcgebs3d39hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpjkn0lzwtbk7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb0pl356shlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nccrb0xne26d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bpvfbnc7xrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx7edmkkrxvl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3k78xlgksf8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jbs6t3wetwx3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--VN\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgj107gpwxc74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_IR_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yrd282pcqms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvt8mcegzcqb3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6bjfvgmp56eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyr5y6k0npwjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7jgyh8qj5xg8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k0qq0wlx7kd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0l3bt3xs0bc8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfws9gchjr619\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eycp0v9wwwq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrtwder800x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk024cvd0nlr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vbn3py229pr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pwlel9001y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ths4yf4kmwl6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y3v02ttgyjv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqz7ry1z4vr4h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2q75t4ehsm45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0852p87d6d91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AIDS_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sevv0dg40sb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7phe1neyvpp35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_RenalFailure_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ths7qqybtsfn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bghc99bv9l9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bb93h2yqgkj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7t2fdsjsmfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc1bj82csd4x3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nwm00615j8p3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ykys76zk058\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6prd7rl1x021\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q5jsrrhjnjqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csetsttmk6007\":{\"byEntity\":{\"country/USA\":{}}},\"dc/encxsv8cp9ez4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD2F_PRS_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv91j50znx0mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD0_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpepqvmdr1t26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyke42glclwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weg63rhxct181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkkeb3pkk87p3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s840spfqv64h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcvy4028mk048\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvqe44kkd7nk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlr271wl6fje3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57cvglgdc74k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8gcxernde19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytgpsff0tkp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj1x0ygn9ksc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_84Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w67kmz6pv8zs7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30rxf2zkfexbf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_2Year\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6rq39pnwv2e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0f10439ms753\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LiquifiedPetroleumGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwbellrgmcfw6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfycdxwpq48c8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cmpg60zkc649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/835xwqw0211k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tezmhg2brm3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsmp80r3f3qdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt0bv9wpflmb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb1xzzpt5wj49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v74485k020x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdmdtf5hbjbyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef4n887bh7e3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1TCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/386041trdrgw1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_EL5M_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01y92t8d196e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkc6vysddc9y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6k6e2em9c6yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7219hbvs6v5h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvxghp3p89bbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vxg01318kq7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx64q6z2nnq3h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e27c5t4tbplg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnmdwfvrcxew\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OilAndMeal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kdxdlsb321x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3qhhp9q6v2e5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62562l9v1471d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwq9mhvw4xsy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkc0kd5f8rfl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sd8sxb9tkpk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6gyfg3jqkr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4xssyyw5dkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn6w48pp04d3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy80eqeq7kkj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0d09v2rtckc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1xfq8hvn2br7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftm8hrsnxgwvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yksp1dc9h30g3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--FIS_PREFIS_INC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v9ry28yd4er8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwtnl5fw07qnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x301cve86pj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym576pcth0w04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e02v0mmffv12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qkpvh1sg0b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"dc/434gdx242vp2c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k834y1mvpj013\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t05p1d0289mwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspnfjprw2v5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfvjqrpr506w\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x0y818h1hxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xhypn5br66h3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s86fkp4lffqvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z20k40rkv3kmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz935hepm1zd3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6dttz9vetx11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm3je9nhcrezc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R02_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_NO_SRC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tefw65kewpex6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h749k5gf28w73\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30zs656ncwee1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1cz0fnwfxpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/408czhrbyjv66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/004kdk099lrdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhxczvr0gkl32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c96x6w3d9795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerx5qzbn2kj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvmp4sfnlk79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_POVDLG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bylrzwv4567h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9chsfwbdclld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8326hln9zzw37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdnrdd9r5sjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htpsv4ed73m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8779s26mx7562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvqdlfcegp4hc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0509_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhvg7hs7813c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76x53fher9sv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfwdsz86rjw97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yp98hhn929df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smttvlwvs3dc2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_STNT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1mvxnk070r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpcp3ltmz7bw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sl89ghhhtbk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68kl29j1fqxw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge7kw4vd1lhq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbpsz8dg01nh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp4m2mn0tsw9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTL\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r818l02sxs1yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41v1h3t35eqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyh3wzetz9qe6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13v7snwcr2133\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s8rjdxb1j0b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37s4xjee120g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6f8k2kgnh3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hrdem0ys0y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxjqmk0zym6s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1fpgzvctr2tf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge25To44Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbsw1df2wrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pzk4lhpr3h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty4dbdt76jvvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z83wezw648db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ht9ymnbe373\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66j3v4l9shtl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltrj2fjjj2d23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvcy0kxytltzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqev0rv78t636\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherOtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re9b3efkef59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6hbyt3rvqr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzt0y890r52b1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.14-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0x9fnmyw603\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpptpdvjp1sm9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8sf4pn08y0v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Suicide_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2j7dd62025b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wncvlb018mpj9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62glvmdb90jqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655w3w0gqzlzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcm9f8r598e22\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h66ph4x5pd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1krlqct1ecnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxrg416wdr4nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8q7y061gnnc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9hrl2v32ck53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr5ce2k2q068d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2j58wtqjshzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bctvnp89gt63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zk39fqnh7kv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d23eppmrqt4q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwnfns0x2be9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57rkbvnmr98b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpd4g9n9k2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z27q5dymqyrnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhrvkt5l574s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7p444cxjxe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh5zpyb03ydfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlgkf2pevkj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_BRTC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ktk5w76z8yy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf30rtg4zxbj1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNCF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttxn0q3q9pzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pnsekkgqrwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g07qjg6fxxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh8r576ycq92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhmc24pedhnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr2pqhgnkt0lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stp8qcer02x07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzvr7ts7b0962\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnx27eekml19d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--NG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bczq57st9hd47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm85b2cgwlly2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7w23zs7zc4vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbx2vzqxx03y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq4v0mj25chv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_ForcibleRape\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15r1demdqme28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y38lkyfvcd6qf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4rsrreh4hn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mn7ppdrehtnb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_USE_ii99.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpqv2ltce57kf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l226ntg3qhq3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04twnz2tt4jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c751t8cljc4v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs5bbszcsd57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjxk6r7m39b22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj80zg5v5z17\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kz033kgqztcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtfx42ysswqrc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/100tn4ef47h88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q67vsw67reh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpekdmwjm3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV1CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rrj0st0z55w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hswkbcytjlq67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzk15rhpdqe6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stpp2peepjzxh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn4yz79mvrx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm508fdv7fptc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HAP_HBSAG.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysypne3v9devd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y3trw5g046xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwzqvyxvsmj6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6t2cd244ljc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df290dk2svr0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gz0klbjexrx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dj8h5ff0xb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpjkv585px0t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnfcg1bpxcncd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/150wslyzn6nrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ff4gzg8stdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b007ypk1e5qv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8j9y1zsv5phf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm4x1sv65r98f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh9784pr8zqw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lp68flnw5vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gztgwqmcfgv07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0dst883s9bh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3wrc3sxles6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rc914fwc02ed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqeft7zyqv47h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0np939e1v5qyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmxzpwe5crqnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t5wgz0sncy21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x28dej1ksd6pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xhn023bw1qm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvzcr343jkrg6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp5ew3bn07dz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1877m726n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y16xmn4fjfdqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex076cv2dwx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj70wfdwsw425\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfhsd6qm8ng48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02xw0eqmzesj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglezdhb0etl6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MINR_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_TBA_H2COAQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esq718mqzjdn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl29k9gc863bf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07k2w0ej2hcb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cs0rh90lc4j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r4txvmv0yvph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhnsbqjkf6t8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy6lxwnwm2944\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1vre4lpbzqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dwb39jx2yxwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj66gnbet0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gle6hs5lp1k67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq04wv1ywy812\":{\"byEntity\":{\"country/USA\":{}}},\"Count_1000OnwardsAcre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve6732hdc22y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxesd808kwsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gz573kevfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdgtzy9kf1xwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/239n1qqp9b7tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxvglkd15nlm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwjnfewh0gt12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7nllyx757rzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg2wvlweb65\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15b0k4fb1yrh5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c0lkf925rdch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G5_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tkpf8ez40vm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0514_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/cl5l6envrxm3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_ProductReclassification_Fuel_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_BIOENERGY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sljs4th09m25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg9643b6mj6d6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46m757gjhq209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/959ymwqcym46f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltt37b7nrkjgc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd7zynr0g11sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peccnyqgnwb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfmf75ny9qwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk5xxej2bqjx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kj52dd5jb2hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwdn6zkwf0ch\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ech4308zdkl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nteqj08ff747c\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_MedicalConditionIncident_COVID_19_ConfirmedOrProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22hnv9dds3r8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zpm8cp4l5wc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25mtpgf32v55\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6zress2wgep5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb25el47tst83\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4zn0slh5n73g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb20tslrjnd1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGHRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrbe0xz6fkp5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_ELECT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3m1czdc04tkl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjl2zl33www18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2dvj7dlmf1v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z925sj6r4cswh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0018vfje9qzv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsqt4by04bzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlh6hbnslc371\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjkpxrvlfvt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DNKL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4qjjkkycj72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yxy2jwcel0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h2yjzvgwvsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2m4rl9zm16z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g21hphmv651p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbbwm1fr7x7x5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrk0gqqmwwkrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l2g39mvkbf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzwfn1tf6zqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v15s9wwswsnm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57twczkpn0s72\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x0vg5h6h8j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v70rs70pwckyb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nve21vsp33jd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbd618p9bfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fvmljsg54bqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khpp35mshndyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njn45z81weg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8cfmjzh5wp1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14a_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2010To2013DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0npjd1vylbb1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rhmqf27ykxb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds0gyg5l2dfx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lsmjledsv6g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfr1mt4kn7g55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y550x6k0ec4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfqvjb47l87y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_8BDPC_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjvzk8mjrteg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15zcp535f15t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fczpr7wscs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhmpkj2p80lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf70g9th1ph58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8py441md4hh3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn650fh5s814f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0wx1jwk1kkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx3kx6swl7jpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhg4c8gfdqh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvww9sl60f3sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glr38zv7k14m9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lphgwt407sp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4m0pyd13t977\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l04gpgdqw7zd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5nm5ftdfyp16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w91mq7bmmf6jb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7dy6wjnlty7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ymk8t40v97b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdplkq8ynz9fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftmpdf7fqv8n2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wx8vyy2lffd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqzyt970qks1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2ksebem8cbfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pelplctemfn02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cn0j0lr3hx27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyg2d0egdb6k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c6vb2ejewn41\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63hdrbbqg19hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5hykrb075ymf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsr5j9jms0f72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ye5ymhnjww8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjvp50nwdlpmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbnwjmvnze1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cmydqv5ddc8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wjsdwlbsx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd7gyy4xlwy27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnvtkrrtftq81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjtdrd9wq4m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MotorVehicleAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zle32c5grk542\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6fr61hvvn3q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfdqezpcz755h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4pr94k6zjd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ts5kwppezgg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1n9bm902w3kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhqhe9dsl8588\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf25000OrLessUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwehk5q0hd5y\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc01nkrdwwq76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfmxr8g6qv2x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/336rbq4m7d6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxcl4nx58cb7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw5631q4rhp99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjh9813eql8r6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_MIBR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd3t6yctwvr\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v8tq9hw6btg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2n3p4738r09c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym8pwkds43feg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q8q423e22k75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc9380xep8wzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0y5nckwscjp2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y5ftmq52m586\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpfpt26nr924h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw24cqy6t97ff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfSulfur_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1p1bsyhnkr2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejmm0wd06nwzb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1jxtlc8nkg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5689dpdlhf5z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k0xf4rw57r01\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_GRCL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thr6qwy9fvtch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwp9js0xjmld\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crgn3jvn4bny\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_AST_NPER_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg1v5bkk039t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcmbhgmfv41s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2ms7fyqh40j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj064w7wr18r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0rez216ev002\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew81qjybxev85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpr3sbxvyrprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srh7ntt2zxzk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxklbg6t3cmn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnr096s8h21md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkp8hggmc0r98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvnwxlp3ejqb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n0wsfynelwsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rydwzpn41t59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjfg8b864vzb8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktybmbkfn8gv\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11368rk4epfp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hw5x4ycsvh35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dspdh332n9ng5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_DDAY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/d5ptn2gwnltk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sq90589gjpr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crql4rnqz5ctb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/C00-D48_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b9bcxblt0vdc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfjh4y7zspk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f7tqrvq80k9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr33et3e1ytpf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FamilyClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7y1nspm7dqb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tngegc3mld473\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybm70bnszhe9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpdz19m6c3bbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzv14cz4y7st2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84g88jewqyde7\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn43jclnjp9v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxtrh2ss239jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3d0e0rlctxz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ngy61cvw8k9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dreshq0dq4bnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3wrthv8q1cy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01bv0nbhlczp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dx4yt55w1bc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgyfbxkl8yh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtg3r4n2qnvm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkqjslkwknbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z580fgfexmlcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45v8exq3f9gc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r6jb335x9fb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c01nbmz9s6z7g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2xctvdrn8pn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b25mfp2vwc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hh4ws2ktge6h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtt9t3hw0dhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrp56w0hvs6x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv8wg9qs4w01f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Rural\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5j2xn5tyvvv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjn7yyevctfk\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvknftvw0hrb1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd00mmgc6xhqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_OV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0356np543p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh5s7j0193gc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzxz2ej1j4ys4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q282yq6tgnsvc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MAT_DOMCMPC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk0p6j3gexzv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvywp4mdjzk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tkyjdgvm18x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90feq7j5jre4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lry9hfg0kl062\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxhngzv8y33n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v33dvt1qh0l8h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1l929wxsjz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w039ndqy7qv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztht0dkw5g4wf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcc148jv0e5n7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgdsy3675nd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epnyj46q5rx74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l42z62gknr9cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jtmrjp9qz8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cw977x6rq8fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52hgbw7wfxe63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y77519mqf4b37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr5bvswh217\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x103jlhm6kgs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ht342pllk023\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mmxbem7c7xrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0ecnpkd35edg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thefxzznyj1x1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_CBECSAllMajorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty1rg50s4cx79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9c8bdxkrxdc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ElectricityGenerationFromThermalPowerPlant\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceWhiteAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llk4ynz3x9cj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3g7j8pj04134\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhhsczply6s1d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlz488mwqtzp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vze1gmt73hsbg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm54e221ftv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f2kb052xvg96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xyzs9r6dfqk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf775bdjvgb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg1y9b50wek9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hpzlv54yypb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf13xvyzsgyvf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rrc50zyft1jh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6mqpv3b9xnw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r47bzjgblx7z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2skfymlh39m0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d454xmppxjhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpwd4mj80xmdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8be02kvksq\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsp272l42yve5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h0l4x6rnydf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9egrndqe89eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzv82xzn2qlb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z86vvhz6998\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hkg74vcwfj15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3d0tggz8l4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnRoadway\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dj0b36t8p6n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fb4c7tdqvdhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxr6vgvr2n763\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v0ztzs3rpxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h67dd82mze5l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7ygwcph4gf25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te399fg6je5gc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58zte9rf30yf8\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pde55wpv6e6lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvz1lzfkxsmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcbdqz55wdvx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dhhvdtzzg7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e63cef4g24yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r38lkmeg6vw6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54rzn8pkzg0q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br13pg407ld1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nle5nydmtcpl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcdletnhynw37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lmj8cl6qp0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnqhw1htb4dh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j313wmxmls18\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb73k6vy04ns7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mb5bgerplqyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6rm4jdkkv7c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k919sp6j4hs19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Electricity_UnspecifiedSector\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9teksgh61bme9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl020llbte4wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jemgrq7e9cyhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20dhdzcw6g95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WildfireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz4932s9xepw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx5elk2vpv80g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj0tklvb6nc2g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_INTNT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nss2e954xmqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxp4bvmewz01\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmze0p9e857\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtbkcq88znzqd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytt0r8dh5mz6d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4vry2h8rdz6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srempp6c29074\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3bbtmtwb3n03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R09_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07xtnec4qrxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhsf3qw60e0b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8265xzmktlh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge9fcxcef9952\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42qt6rzhjvk89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkcy0f52ewh04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbrqlp6y86tr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esg5q5ltrn2n2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k5mz93ntld7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n666nxxzswm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvxb8mfn3vqy6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_SWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/646xygx58zbx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34lzc5s7p9jm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l69hgz5hswsgb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7srel9h0gy6y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gblsf4v5x2575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmb63307gbw37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qrs3shl5l8p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng1gmr7xq8r07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e3m5vyybg4q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj6zh74zhkbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3k2dedk18p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm2m2gmzs0sg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3q1nmsh5n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqxzrej6hdzh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k89b95yr8wsed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_AstronomicalLowTideEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctgk0ls8c5v6b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm30tjj6mwtbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtldb6f2jtg7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8wsvv19ne5td\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8sb4v1lmz0f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g39yf8jlhx899\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6gsf3xzq2mbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3m34ejjsddj7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54fwhxvh5d5wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvhnggy4n3x55\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_PrecipitationRate_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfswvjy5heh5\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cemr1e47j6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flx5zcme5smjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2qetq418rcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/311ny9qrqlh88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmqc4xsn9glvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btzmmmcg9sj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn2qp82x9lnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k17xrkk3185e2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61ygfbk4f7gx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzflghl00djd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytgj2gn70sxp8\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/514eqhyk86jm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1p12wbj33jb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj9fdgsb9wyzd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DT_TDS_MLAT_PG_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmxe6jxztk17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qq6t6jv4mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ncklt1x2z4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0ppr7c7wqddb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lysergide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8twrkl0es5he6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfsy9rgwe6k2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckqjcsx595z32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7gq6ylyjwn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxfpeqye77x62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtdx4hmhfjvgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37nyfxzw5vwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SW0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xpf2fy1jpfgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9074g04bb4qk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0ngnskz00yff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wed8xb0clcmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh1ty0k8sv4cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b5jwdvglzrdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5rxrkc2jjbd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0exenv41h8zm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21pm4q8nwfke4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkbjjv9pesws9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts35xg14m31vg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1m9wzx9x821h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8tzm4h7qzqnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnctzxplje54c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybz21bqzqghd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf1jvwfkfx6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svgn81fe7s725\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq8l4d8ejez64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r41sjge3tl71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4b13r83506y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnslhs4cpr3p\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p18p507gp0p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93v1whnrme4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nffweczep7498\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64tfmqrh5sldf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgrcq0n5tv0md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fm2c3whf31k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0q5vp9n74r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf8mchhp6cv2f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/DC_TOF_HLTHL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf35fbwbv8xqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19fhf47gxxe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lwryrdper8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nkq86mby535\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpfwnqrl74042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2s9x85vfmrl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3txfzt6k52jrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vlt7tmbkz3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsjgqjdp7vr9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8mg3ymdh5mc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elr21hp41d4jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezqyq6j93lt3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge55To64Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bvl6zm36sqm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_LGP_ACHI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c4577e2zd212\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l53hm3823tsvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbfnw9m0c34r3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573bhjsytgev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcj1661e1xwhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxf710x82e63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zm46je9nn3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9367yhz38ndj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l62s7mgmkx6j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yrmyfclsfw6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5ps1zhb20dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdy53chtb4fg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9r1w9n5597d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/808dcvqjgc822\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h916lks970gn1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms4edc6bmcj46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx9zhjte5fg5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37wz8rnqmxe87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17hwd6ww93rh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzzz3jtjlpe3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngl03qn7tqmbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h78cfw4m5m019\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqp5q21qk7s86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw5g7m8ykd0xg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c96zj23rptsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90mvznfdcqwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bj79hdvnwnkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl8wmm8r6e527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeqcezr4med08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPPM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8we0xg4dpyx44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmszszxndws5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wc8sbjf3bejf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ey9fecn9phc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv4jty0wqg6wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4sd2x29bq5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpqpjjgjm4zxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6eh9kh19mjn7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exprpnfdb8sw2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ESL_1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlrf184qhs5n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dp4eq3s88n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hcpk1mmmmgj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7cvr7d0x62g2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxnl2cdyq1t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k24q6p2qljre9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmsx5cjkx44y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz3chgqw22hj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwc1z0g3hftkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlsfkd2h2ct2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdqc969lbb2fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_WAG_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6eyry1lgef4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp42nn8jl7e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmcd3wmfp26d3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv9t0hh7ny9w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd978x0xx2bnc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhylg7l7nhbtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8f9zcejf757\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7cwfvy39pbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v47j59zsfcw34\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy5cdf0t11g51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqz8bq330j3y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds3d4gpmrg286\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemsfr41gs9xf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elq75fhb3brhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2hb4kyt85mf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewd3vm3zb17yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhewyvee0mdnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lz1n6ekzrrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/978shprr97t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgg5vy32x631g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xrejefks5d6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yz4kxpml9zm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07n4t7zndsh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td0f2nbhcrm17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v942mrktn464\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekn2j5zv4c8gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjmvgqct73hn8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAEP_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwrz4qvvwc3vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq6k0bhvmxne\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0qfql6l21477\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrgb0rj41efvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwlx3rrykc0df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8466206fx2v77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/076y6kw3kg7w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnfdesywnw1ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wteh7y1qnl1l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq088gpky2fk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1cbfdkns9cr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sxxhqfp48szd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmq350602t2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5j5wjrbn2915\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_35To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36h530p5be1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvrdgmnsdvpn2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_REPOLRES\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fvxsxdjfwqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxeq2f515h71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p56fymb5ycge7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqq2stksxgk03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtp7qy5c46xn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5rntly3ecd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzsldnjf5qqb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mftt0eb01ehc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jshhrejxn4hb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccbg0nyxz3s35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qnkc8mvysp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wldn0nfd4q954\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gmjzesz28mf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5m4vjbn5scz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrmpnzj75ng2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cyy0y0l6mwk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zg5pcpzgl5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qhz0qy9f208d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz7ezrp69qez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybm13mpl4x58d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdev61pzs9xk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2017OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybph4sl8m695\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97d3sf85p8y8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bj0njevexp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqnmflqzztkr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r51s8h37pz365\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqd05brf153z6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp3ethlntldyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c0zx20nsym4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44wpkxzq2xplh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6ctllycrc9m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdt71c9l3x9e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084s9xcr8f662\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18fxezf6e6d98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg7hfq72rl91f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75dyr8zdpm011\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p9bkr7snjtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt6t97vhv6b94\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdr0pp6dl35c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6rqn7wtqr6w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29pj9r3qsxx06\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hpp00nfbn1e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy26qdq76ll13\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b41271znvf4r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g93g7qbm6vslh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw82pwx4hrbzd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge55To64Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f4b076pe0dgb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8qtz8ksh3en\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ANV4_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90c43e5cw36hd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y7jr9k0513m4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xp7jqnmczd3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72qx9e2vscbt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jmdl74ysp2b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n3bw4x8ffzw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7rydy98j8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mdgr4f5t2b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt584wwvbbg44\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3twltxpgnxx92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spglmk0f8smef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4tgfpgvpj47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48kvxfntx2dg2\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4ksjx6nrwn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zd854p9lrpvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0bhp28n1zwdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv7zspvqfnpv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdxfeb774red5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sz7ckevjs8l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80kjscv3h6tt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtdsbrjm9xtb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxnwnxxm2rky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwrqw6r9xgegh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znm87vrlncyy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvj2g31hb1pc5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02he17h3vhv6g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3thmxwheqp1c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef4h8lmhl0x8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq34ql5ckye4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxvrkmfkd59j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0j43h1ck1l8d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl3tnrqm14je1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1fvl9nyncq66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTS0_XRS_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj80bkz13x5hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf0d0rb650w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b6zszde33me5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/864r8l8rxr6tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqcmkgmzz77p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxmq5rxfj5km4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw4c6q9mt41ch\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqklj7xk8dfk1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvflq3sv9wlh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4z6x7dy3etbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxywvxy57232c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld26bhev7hrq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rwyj6mzq8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8t3e5ydqb7e3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8n48f4qh888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2cm2yfk5q6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncezpmgj8etwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerSystemsDesignAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfckvtjq1ec42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzvl50yng312h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1nmn6cbyckh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt943zfbr0m2c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgssbtlcqy5bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmehzw6jvp2c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7chr172vxgsvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56w58ex25pm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqndnxw0j49r9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2017Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IFAD_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GE_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fwp0t4r529k05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctn8ysp6y5ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y4w0zph5g0h5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9050_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dfv99jwqngs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtdzl9cnlx0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43jl3gp45edqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k81813z36ze06\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fefx2t8vp948\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vjmwchsezk87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzxq7dgd1kyy5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SingleMotherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvz9rhpt1tpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgz9jtlnpznhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtg8nwd64n8h7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n0tgyyq6mg06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92cdv64856chh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ph94ez61jdkz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxcjnv0yn28s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sx72lsjhnvl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7er7k0z50mf13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz5zxqmq0yc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt662p5h65dp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y48vf0bwztd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvdrkvwkljw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3zjfy76pe9k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96vj26bgmzz49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t07ykm792hct4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crp8ew7t0hj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdj26sxmhk6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2ztvkwr0mpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbl78q46scm75\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zdxj9weplcb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ke4r9klrcdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hedbt17cccynd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx7xn6tf3cw91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0514_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8s3h0ezqln\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj9czy9q7rym8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5989thdbsf3z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tsh8twbvq6e7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55z8qbzlk3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj0nx3z2fwkh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q13zprkc7dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmdcq2feeet6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR26_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbs376jes3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x57qs1mzqt04\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srhjxl7eb2p94\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrfk10n8k319g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq57nbvbypj61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phenobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4qwqkfxzxkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd1z2ve4swh12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc0wn1kfe3be7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9lf4n83b79sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q7bpf61nv0l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n0l8cxsbm609\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5x06v69n6t77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sr37j2zncwyh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgqwjr8k3n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12904y2y39rr3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tryqkcr80bd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5wsdx9hpq767\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brt9pwzxqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy98c87vg55v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbes19bykx5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lcx4tmgq07c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr3vlm6f2cy4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/638h5mw82nhvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2r20tkkmm42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmerw3b0rt8pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxj07cvkxzvz8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Tuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Workplace\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gd3ezjd1x3yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6rf5k0rgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_FIN_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0whx46mztmek5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlp4dy0gymrb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqs0xlqd88wyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fyn1hflh8f0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ktsf95qnhe3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_13_01_01_who\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgdr816z61ldh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Asthma_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4ew751p3f4b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjm703tv5grc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthmg4l52h4dh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzx16s3ghj8f6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf1z94cnnys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpsfm7g91ksnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yzvxtstzjp02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py73xdg8vkd54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdvpbcvzqnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/208hqk4sk6xs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgec3t4y2bd67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl1tv6n9yhf59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls18t5pewes78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n40m82g12d6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc7ms0v0r7vy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzt72k93zej84\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5r27gehywxh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn33jremmwnvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tzxhmn6hytc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwlvgr0hhk5lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r139k4554qy44\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fqbkwl43zfe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzc0p7r9mspwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf0zjxz8crw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtjgmlbtgfj87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtfmrzk2223e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jbwnm5k386w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br4gs5hmqc839\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1s4fw11j7p48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tm6f8sl5734d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vdtx954wh146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7bw6ghbjcdz5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fd4k04mq9vw7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fszq9lslcgcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h6e0c8j098p6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_HPT_THRD_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8dklbz4cyw7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37n85njd30b96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9qcv5s86n8b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xwt4jc4gmrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vek1412zrfcc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WPRUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gw0m57tyleh3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n44bpyts0812h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj3zxen5sm4f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfme8ftkfrz8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nztb961tepfv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkbmtn3pw4xc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdnj4pxqzegq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhngg0fp3efc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75t8gqpz9hxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtf7qv7j95x\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25kk2v6b72g24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvytc41v7q7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz48c157fzk02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p6hjm7n52zk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt89v56w8lkv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hend6s69pek2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7vk7y20ez223\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch9l03sw1e4h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58kf9p4jf71j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf2rnxf4cq7kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PerformingArtsAndSpectatorSports\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13nq472v8prk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20hb0jz70e835\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h9q2x6kssgj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc79xj1xskvbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qvvl31j9r35\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/IS_AIR_PSGR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/b1k93hf6462p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hdsb654wt5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llxbzgvhy9rsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlbdekh7y4b0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szkcyrlkggv82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ct8npx3njs68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d5np0bcr06z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVEU_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gz6f2srve3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bztq062093qhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd558serslj75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2k6j3g4fq0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw0fp0q72k4d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm59y5l5fvmc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone_AsAFractionOf_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thl4jgegntphf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dymgt55w4tqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7vhpyzjc887g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm6np9lb12grc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm99v4bv9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv36hhx3n7khf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RPEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jhmvrvynnvsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s4gjqbvx1431\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3z7kw5h2hmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p56yvthb398yb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sddxb5nvdxq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bxry0tx6gb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/027jrv02nym62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1vg4bkd04yn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph83v350vrxs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wysfp83pxek0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjd3s9zlm0eth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsw18crwc100c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjn5bx6nvpjgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gf64nnhett2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxyh31gl9pjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rtth3c3qzfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hqgsjh6jjsmg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftxnq0sdfwkm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks11x6gthjs96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/383txtmb81wz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0pzr3d9pw037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hytsy6pgmm5c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rctprrbmyt4k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyr415jj32bd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj4qdg9kqwrgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ht99ff9f32jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rqpkbhvh4hrf\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehl63vjrpdhf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btnfs1r0yefe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1v0yrvtk6g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_HeartFailure_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/501brgjgxwq5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q9ebxmc1ef26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmv6hrxx75mg4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/167wzs9122v14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84z6djnyggx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g293gjhrp99g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DPEM_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs10bwqgqwvh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/500qn56sx3cd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hnh11gxgqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l3sh7v77c69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tvdw1xbl6fm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6gqcsee5th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej465g8nl90m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq27byjky96v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCServiceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w4zgz9e1llz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nq7ncsvhr60c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66erxxcqhv09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9czmdq579f69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcwrtqv4m5pkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4s0zmd6glsdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntfxl868gpn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CRL_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vyjfynhs5qxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7gkrsxeymz8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7n5eqntnkwbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27hfvhmv1ktc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw110qsnbqylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plxrc6n0skt69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrfbtj19bnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9036lpsl4zdbh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1789hw646be4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwqd2e2myrzm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h906kfzzd1d2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dwnhg5b1yv6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cgn78186nrch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syd0kw0ph8zt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tewcgmy34pq37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms585shpwk3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk19c7swv2643\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Capacity_Electricity_Wind_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2cpjv3498vrb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbf7v9cj6wy25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother50OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8z33704544c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12d162p66vn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msk1b6xr2rf15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8kj7lp12pxt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdv6x2s1k02g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0q3lyt43j1jkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3vqwthpjtdw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9j7t36938er4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14b9ehq2wt2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6nshynvjtyy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbwqkprm5lb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl7epnk2zjds1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsgr3szxlvqdf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYP_UC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkxp0gn2dnf63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywbwhm67hn536\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xfyd82b49rb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ljvg2j4be63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeh46ykyeytw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wycd3nlw5jw7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zecbgrqtkcljf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xkt16pq28cy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e02jwmn0dj35b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xv85fkxngd4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4nnqncltmf1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6we2dk6mesdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgx4vpf9q65k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2q0nn0pdew2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw52qqrrb2w11\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83jp3rgtx1mrh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc4634mjthr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5vq1pn088x2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh37jzyksrm78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx3zw6353f138\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ph6nfh1d6vj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6799h9vbb4q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tnyc8cvysc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhvp62ms5s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eggh1dmgsb6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geyrh0tgmkjc4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gr8qm2hbcwj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w3vqcne20w52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ViralHepatitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2178jvwhgzdt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srftpztp97xe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9hsjzlxfqvp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yg3snkxnt092\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9gcjhztlrxw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5gqv7leph2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftk90excm8dhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnkt5z58jgf87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tld39l4exe5pg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82gdxpfkmjr37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h31ggyy2vbdd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6stmbdg23yeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlq1rgr94w5qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdxq79l2mdfmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsy0xcz9x9cw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdvdn9m9w5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr9g1g9hz5tfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6bl4ve4k40h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmcrywfjpf4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td3n99660jbn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vppn4hz8nmgvb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54xkg42dtlc2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmh4ezn764tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpkl5smt91sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf5000To14999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kbb1mt42l0gf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b8svkn534t95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e7zp2mlz0gnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mx4t9cyq5ly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvlhsjsm781x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/838nsv9cht0n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny1zemxc4lpf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ynj0jwep3mc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjzdl10nbz5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr0wxelppwwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSQP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0399zpxnb8ttb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc2mymv8txl52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rl8es5rey9q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43xzy0ve80shc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppd5cppre5p9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndwdlrnz7bf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh5j28kpsx277\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_USER_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ymljfge1p098\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f25ldhn1esp72\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c7q3r39gt781\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzjy1l65y7efg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w5v33n8z2j09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h9lpeh745gqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srk0hxjdq8vfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhnqn4e2t6qe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R37A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pjfnfb6l51e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn0jvq25dhcx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydyfcty1wryd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thtphyc5k4dr1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cwq44zd19qwg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94z391c22hf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lc54l4vcls19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqjwy88gmvpk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npcwfe4lebg2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzjppbj1brdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4k74k4lkdeg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrqv5ryr4kf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk1bd09ejw6rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22mky0c96b6zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dws1gk80xe3p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrj83zz7z5h92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2d16hmw3e7g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcxv81gnxfe6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqcp8jd7ffew9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rdejxd2w1v39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2gxr2yve16mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc2e9yxnmpf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9rt5bvhcp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1s6hssh6mg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h6knyhsemcp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlmcp6esmyvwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25xgzpd5d02l6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSALightLevelNotReported\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS44-45_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drhkqr2t7w6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89p8rkcerqd9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_STLB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/krd9sgltxds18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjd6qd8epjw9b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/dvf6nsmdwt645\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2762j7776k3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89z1wzt1h3xxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z7z8ecfgxbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELUNP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qmjw1jjxjvy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8ryt00pdzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhxrrkkq0744b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g0kl4tr35gkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cyp5k5kyc42c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z2lf52y5l5y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PA_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v114wkrbdtq2f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjht3pz3n5qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9cr7b7ef8br8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxl9w24gzkx1c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EH\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_60To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9hqhclyz2y34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb95mkzyvv73c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r409gjh611hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y72xv7msnc4y7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06208lv5539g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv8s1x1qe39hb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbkr1ys24xhzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rzpsc46w066\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1sp7s5kg3jyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r10tfc4ss27gh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1swen2p9xs2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95f0vcs33pd84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vgwjrbslqkr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd2n0w9vqhmkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0c8cg6fmbzec\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjsq9bbjjcelb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5l7q2cfchrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckdv7qj586db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f93k3xq2sks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds70dg34s4jh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69v8xz6276gy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrhltq3e1fxef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb0xtz40dm27b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et6sc7g8kes0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q6z4831ldng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17y1s6q0dy04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fc4p6g687zec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdnhp36jfjmzc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4h5g3gkmbx1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfjchdbtt8779\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq7dwzczk3qt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wps8g1ywnjyt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue70000To79999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpfjphyg1x3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherLandTransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r0xcwebzbbw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlznsbyz7l7rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyqc5v0gfnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlvdc24z5m796\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvyzrfjtlz1kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm4sq0g81s6e1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7lkt46lzqey1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpdnepsg9qvy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1mptgm6wb3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1pnew6j8yb9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/I00-I99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_50To179Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jzjhbkp62jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85vscj3r2k8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnefs2cv5hyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p6ms6w8qdzn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0wh9yz77bzb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y33nwttnr2pwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ce4kvgjwzz31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dqh0rej8n5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56fspbwpf080f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nr4z2vxmkx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wjrg3zyp1v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp0qfhezht8h3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf0sq1254h5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxtn0jcs5zfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfr2wkf0dlx08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dn7nje0ewrz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bdzqlxf7z2ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjb4w17webj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt900ezddrf79\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lte5r9p6t435\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcx1tpl9kn904\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z36nwtxecdyth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R1_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wgt46bjxkflf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1jkhehc8mf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidEmployee_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msklql9gdwh76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp4vxdr5qdb55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j2z16wgs2e41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r0p94kvc74sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y81xwt75cyc6d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b08lmntzppltc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gq5vgee0eqdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqptcvgs732p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rst4c555ndm22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ty4f6n9t27e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l965g3gwy96b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyz8c6zcg0z8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxbs77wrfm89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zc62se21b2md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7h43eled1t7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq0sntj5fklf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5rj6n62g3ff\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdxe5sp7relkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpl8fz5f8f9g\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1h83zcrm1s1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jk7q86z8e0t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e8whfnxm6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f31er0nddn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtwtgjpw4whrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjr1g6010zns3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dj1lf8d1eez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbggbgjxxbs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg8xwnxqky9p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbr8vqw0vtl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rfq1n7hhtpqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p513njgml41rc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67x6tyvnm6769\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ElectronicsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1qnqse63bmtb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9n6bqrhsy3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv55yhljz7864\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbczx0fvxlg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x7qcjjh08c3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Anisakis_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfdyxj52q1l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvxljlt3ytsn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5608_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfq0rvg1v7164\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9p2xqjk2cw69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Energy_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Burglary_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68ms5rr8n926c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhbcmbe9hbwm5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_Nominal_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h8fdb3x68kn9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8e5ykjvvs82g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971pd9q1321sh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PIO_BSD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltyg1fbvmsnq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzl0lpyjshxe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kysxqwh81lzr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3v763wps27db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9r9c9gb4lcb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrm355blqt6j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mty48ngyyyb84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6wr71lcxdypg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4swz56bbhe9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckehkd9th1mfh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_2_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d2hk16pwkd2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcsv303lk0g6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe96q5hpkcp53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GDPRV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhyp776k2zw68\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l4k3ef6y25d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypkg0jj03kmn7\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x809tmex7zmw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r4097f0z6xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swgfvk2jj67fg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_47Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzps0l9x5y999\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygs2nn9bz1614\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f57ksm077jp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0dkbfewg0kzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt6fk81mf485g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/811v2ngpgvpjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnfllm0502wg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhp2dmgkqwm2g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07fl41gnpdg29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hrqdskqg7ft4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htcqbt0v3s6x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y19phr9t9qny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z77ecnx7lreeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CCF_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpjwe222fzk3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnwfrj65hkvgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhv4d16y950p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Female_AsFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tstzk5shr9eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9twr70z0lny7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8tmqnyxth4k5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed6h2vdydhsp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyzz473xyg9zf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdj03mg2vjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdv2qt0wdn6q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l2kbng2g21dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhhh668l1b77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfjfbd9q0fgnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd73rpn5h8qb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crh976vy1vp28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce8qrt3tjgjx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x3w9s1vq95fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgvef0xv48n8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR14_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyj8d0zwezlfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff57tvrpnzrk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ne740l37npf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j39pxyqpd49p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6blytc8ydh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcj03bvfdnrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5566d61kygh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANQS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ece6353fsjpfc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/058wsk1jcqb57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w0e8rmq3d3df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/892cbt6v0ggd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Min_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jkd5dfdh958\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz54fsv05r7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5mvn3xefp3h2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_CON_PRVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxphnz7cgshl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk8h523ccsx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vys8cpj0z6rqh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--HT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6xpdd96c16r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hrnbszd5wcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvdnfmnme3jh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8117r817xb4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m069p5ljb4x76\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3hgvp9yfscd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgm88980f8y36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SlumArea\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1eyel5ps1vw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ht2xlwlt6b3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87sjxfxy6fbx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcj7ym00d3m57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzyvkcc1n1tf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xyxb890ww5n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkdwjhvzt1l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dycqswtrgjhe\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57t1hv59gntpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lvpfk6myt306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nhkyrkvqybtc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_ROBB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvyz8w1xgt9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzfy3q9hx7801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2gyk3cme7l41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n415sywdz0qg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_AluminumProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccwrrrq5htyvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg15f9t2g4yeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb0gft9brnkpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb7f05gcswxx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5559_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sswz2wt22q3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2zhrwgrtb387\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhey5w1ggjshf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19087gpfyqkm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7egr2866eh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96zvb42vk27z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf50000To74999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxsvef3ecekq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dvcck14qb9w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nh4bqm7sh3h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lmj1dchstlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx3dytebd4m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/splerbdeqwwpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz7lhp9e4fkb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgcltmytc4xmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3h9ehhw9ytr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9046q120qgp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FloodEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jye6tssjkm332\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q20gqsx7vs7x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/561zeyghvydgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Neoplasms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_4_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngmnpzzvr6y75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qm9ep9z5e238\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjw8cregnf4s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsk2q90knkqq2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2z8x70zw2dh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbgdl1vg5sl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45840f48cdd36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8w23gydwb1k5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MMRT_NE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97chbxqgtnz02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpjg33yw2z6w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1swkmjfqw3p2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s6xrvt0hyjw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgyesx4ebj7vb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czngmr9zqlmbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv17b522c7m02\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfq5c4x53gr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjdwxt18fqpfh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50d0qsd1gepe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86p5h4sy1mmpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed72cj2ygcly3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3hs70ym37ee8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snxyz69f7kkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSManagementOfCompaniesEnterprises_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh4nwcttwcyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhwlmsfxh2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s60lmgvtmbdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbfx6yfkdlvx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg12h5zyvvtv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkkgwqrevc1y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3vtyc1vj3y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qn5yxx5ytrbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x04mwrte79d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpc4mmert4v3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj5e90wxj0z7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1v7lkldgc25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/120tx54mn9xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbx5f3l6924w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96e3evwkej71\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07sb6gf52hw03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q60mx2b554z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8q5ecfktmcc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6f593xqnq4kc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3q22lkgt4c37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhm0w8x9ppv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8e4fgb8mqbj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w59g6zs2tymv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepehgvyvpkch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0m93247v83zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0jnnlp84wlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3yes0l6emw8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y154z5k452gcd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5mc7le8wbr39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhezbs54gn8f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ce4gtnvbmr4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07cy28r3rcw41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jcrr0zk0ncv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zgyw7v964b09\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216djp90j5dx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3f84pgsjjr2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md3w02c4fpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h23z1w59txcxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsn7pk220dmb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1l0n6njw03lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4716yqgl3znj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mndwx69rgq9x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmw7srr91bj41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gprr1p7jglnc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77qzs0le2ch65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwnfelfvehwd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2rrty84ypcn4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_RTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w6dvdwpgh5k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dzxmvmk2d2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6r33qzmcctb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y8fwcve0ztx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkppm2829z3x3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jncv7txv0g0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm72vt6efdd24\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q05p54c8zyk6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf6trk6q6z47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4hw0teqwggl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1pcf42tcvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5qzfw9xtxfxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9fh948g9t64\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8pbznb20ejy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2xysdghshes6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3csmlmn9s574\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8s2vy9jnbf9b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrl8ewxbc5n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39q739hts1649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz4jzk97wg4w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38r2e2h6tq20g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s02t8588ysv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ctmk9j5yty2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svz3d4drgbesb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmcv7zgnrywgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkcyd02njpsm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycsk7r4s62crf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smtbwd4fbj3t5\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2g8w4n9m5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspr7lspmw4hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcb7bcmsdgjn2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin20_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvnjpt0n7j5z9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsqxtw93j89w9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc4ed3bnpm3p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30x5jmvt7mj2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4fs60sb5nl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg4jl7n70zrv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfz54y2skbpeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gzy7g1sl1wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zzw6tg68n9z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh83fszvlxzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp8gctqch3sc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ElectricityGeneration\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553cptttcse4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tz74jce1ykgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg4h58q6xjcy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pz3gd40kt8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj8kzfw8yw2g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21vkvhxhj8t97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg94y7ew1w1g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3866yecmd2gm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3tsvqqgs7cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6b8qr0vmtj59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbz9kfb14cx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzykzv3mvld88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmhfykrtxkeyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yj9w93r7fpyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwpl5mgvrzw3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvey9z31tr691\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3yc6ktwjrwk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb7f54tgmcpfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vll6kfzg4v34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhgwv1r7wbdb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PepticUlcer_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9y5pyd6tt8p1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7069ywhfe1l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/003jtf24fefx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w4ckl13p44jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jmn94yqdhk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjqe4cjlm91c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4rklcv9ev3n3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2n7xh1htspt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4p08phzv26pg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eb3vmct20019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqfjd84sj0n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7lkt2ww5qsn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kty3s225d3g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvh7349bmwmmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x21bsszwhsl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwjd1ngd3cvhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfpp7jwcnhvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srk8f0gz0zrq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4hrcy5peqtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4sw8b0sb6m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krq9b63v51kmh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qwmyb38sjgf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jr53j6yyfqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4kmx0n6hxt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43r3jmzck4yz6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1916k1wp82s61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfqxjtwx2h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weq7jc9hmpn14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41v3fjx5y11w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dktyfn07d64cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eck608mserl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epylsmbq70vwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhl7nz732vx43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwvj83kcd6fy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scwm1wydehbn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nfhgltestfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y1bp0gqe7vm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnbexd9selyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egcq0nq855yh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c4p0em56brwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf118jm3fdwhf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_M18_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_HLOS_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne9mj8zzxzqp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj85lejfr8rj2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_75000To99999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb06eq51xzq46\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/A00-B99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzv825r11xebg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gs2f9drhetld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2h1vz1qr32p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgpb74yrq7s77\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/j0rk1z35g85v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x5nnpg5ndr73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9gbh1vbqbc32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81t49yhjbtv1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8emz113x3d3z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb42qpwsq5zs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5znrb6y6whdf\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nez859h670evf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9pj4gyemldkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75def98n35s6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/213w21e7yzzwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez511j4yw79zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc32eggtc9fm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7036x75f7457\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/engcqzfh2kyy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39tstyfc3eg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20hbzsmx6x6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/809bhxx94jkqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqpt2qt8ml3j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc09nwk8lyns6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqlfvbn60s53f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bpzynxqjb905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0v8merm9esx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1lq25vx0lnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wd4zw8c835n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw1h7zk4s1v02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableAndSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3jbmxvn5zj15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyf9m66mvwms2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxcmbr011wff\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppzp1thwrqbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmrlcjrr5ef56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5290_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg6k2d416qft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pws8rbh1m07jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8me08bxndb46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11v238jm5ly04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzyqndyzntm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4nj9bxlnfq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfcwvfldmlhf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0mkjhczsz6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tweg940zbg593\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl24hl71jd0g9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/20d7z4jjsdczc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djnwkbc2sbnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npeq9fd1bpcz3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzfp59yrmww75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt7rsl9gpf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzex7ggncgpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ks1cxmb4qs96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lm6hwjv2d8e8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0307msgh6yp9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31pr36mwzehm\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnzzml11crb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl38j7scv9k4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm85dyb85gjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0863wh2t63f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0x0bjln5s3yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdp0jmmr4zs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6x0mjmw9cm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0yw4rv0cnp83\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlxcw41s7j25c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrz9m375r1yy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzxkt6ryyq27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5d7rzx28s724\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4bx1fksd939g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrv0brztnvrv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92dnr3pbvjml9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bsndrlpjd2sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfrdjy5yq7fx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88svnyvfqmsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zqz2tpmnblch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q7wff4q5fycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt72z8nqt0lmf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yhnydkx44szd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Energy_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fe5qey7qv261\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tzfjlpfntmrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0270xbwxpjdj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd96nhy08ynt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkx53b607lm15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r04dxnv0lpnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w47qr6k9rw69\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3k4tm6h4frc6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kvbyzdw6bwk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxejs66fskvv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_FamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szltkcg1dxnf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5etl7bch6tqg5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tf8vydsy2v0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqq06wwjr3xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vkpepx6fleg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nz6k8tgcznmg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/test1wwx5m9s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxn4g6tj5rqx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecw0mmq76njw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6vt48bd0hxxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppyr5y1envg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh91r28mbzrp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5fnxbdygdn65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz45nxx33jgj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffx51gb6ml49h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9erxh7y8sv16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j25t1p935gw6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8jrcb38l5d5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3045_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf1j3eskm0439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv3mjp946qd29\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755zc5x2xj83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtebwzxfqn2p5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scwkxyw9x36k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2017Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p4g33dqbx236\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x72j3jhxjkv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dc5dg7g54zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3lj6xspvdf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te36tdztgkrdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2k9bx77h3hr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqppt3x1bhnk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdbqsmb34w71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khrkx7tkxl09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_OP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f159lj4g9gq62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1480_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7l7146qdz3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HSDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c17wgp2nksm9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h08rnw161c1df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6lb69wjbm385\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r248n0mj5q2hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ztl2frp9j2l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73n5hm38wjn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4pr7md05g5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ylzx6e78z5md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rkd18p4vpr1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tpkccpdhndg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2751gex6zvgn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7bv67wp2rc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chyg553n9hd6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS54-56_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hkc4v0yt12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4z25hf33nk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8qh4hp1830dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfll2zd6jemm6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t83y6q4b9mb66\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CoalMines_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sdv9vhdmy8t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2le16z12j5t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9phvjekf9xde9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95wnllzlpvv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27mhgzzv8mb3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdpph6h8bq42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbd711hsghxq6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4sj68p1vklq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ldlp47nccr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3erpgb629z8w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29fwcsq1hevr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nm2qrlky2p3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfpdc62rt0kq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6j8gmnfh9ml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zcby8hgrkh06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fr73yysnk72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yxfh3lq3xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6cvb0x4wh6b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jek2l0lvlf6v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzhcgvpm5nn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldpfbcc4y5kw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77025f47s3m14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rhq13f5xw981\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlev5wtwj83wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/D50-D89_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2ghtqpbcppb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cgdyb8hm5tpb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_PER_RNK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0p7fcll1lv8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_2000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6630d3ef027nf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wftz958mhh02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtgxnmjy0qjvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qefqnxgjylk9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ec06v07e9c9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kb0qqsryq77b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gql5hy3f8f12f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8p4j8515zwrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjq9tqnmxzl14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw6f601r1mvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stwz36h4e9593\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l023mlshcw56d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vn39gf0bz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrey1v93weg02\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805xdp1kflz44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4xsey7k7n824\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3050_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w2jbmx6nvjsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r08kzfwxgrl1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lhec8zhnnw\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzc41zwn3w71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMFDB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed4jsfv3hkxz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m57vnq2bh20s9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d0x0t1qk5vr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1kkbt0zb8q1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_YLD_CREL_KG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkmw3th7rf6qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s165bdw11tvcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9tdk2szbb6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdlc41mk5ryf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkx6cxgcw8w8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/272d00g3h0zpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfnegc5xxkmf\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/279kbsvjb5ym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q5xzmjtyvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2gq8e9fwqc67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzycpzz4s3by8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b86lbcg72vfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvm1xbe6kzh91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1qs31rxzk9nh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnc0j197ey86g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2ejch8mq7zzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pydmv5vxwl4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NENR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz09kve3r9jq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt0nfzgbtbml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jfkpgb06q87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pz1cse6yndtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31xeq8zrltekd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8llvb4wf9mmgc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rrfv2x8shl84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6zqff4s9hbm\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnpk97rg39yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgtc7cdgljdw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5t5r8bkr80p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p2cr7e83yfj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9t1gfq6gh397\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnb4zpl3rh5pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1kcsq1rkj22\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdyx6hcb1w9k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt01n53gqy5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0mj33mvzzt85\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Temperature_RCP85\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/37drhlqd4crrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js56cehzj7wf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x01x3djj2f975\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlf7f0td2dgf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klbcc2x5ph9nf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwfp44msq9mz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hprfpn729475\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn9hyz2pd52d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3k1p58klfn7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40xt3nxpcf1l6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_ELECT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy3pcb065tzp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54kxzmey4nzk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecfql6gmzecc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0x29gnlryv44\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MS_56_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p043fmf97fp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l075knzxlnvn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz542hf5h1zt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7w499clk8v5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10cs2h06e504h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b87tdjczsc4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzhqkh1hxcbz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y10h5d3vr72k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqnd7ct33ltyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg3cd3tp22sm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s2bnjpwjl27f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp0lcgs48kjxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpvh2xbv52q24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kq9ynz8tx2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdglph58yh148\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgzt6jth2wg85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn4r7dt534ey8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75pmcgdrf1h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndxfbs44psqcg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_EntericFermentation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k49f7661k7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by6gem59lz0p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwcpyy0s19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xer0jtvzwbx0g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07qktgkpg0p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfqfnhv87kwf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ywbvd11mfjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l14bxy2dxew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh0fcsn09xg02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2wncjzfjc36\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6rj15d1vrr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6gmplgevmm2h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55vb10mxz9fsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g715gqz6ycmwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8bgqwezmx14h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pg5npgv4gv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brgxg67nrpbnd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_LiquifiedPetroleumGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swtfzfrsp97e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7842jpcwc5k0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7mmjqxk8j13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8xnk8cbz4l04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzhk0hem5teqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl805f9hmjyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f9202srlrx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt6dfcr1wgyt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg4zz14z42d6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgm87d3qenlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1y73v3gy8sgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0mbgf6njrz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmgpbffcdfwc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tv6q2hvv07b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgt7thnws9vx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj9p29f9jhj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q036s4v65dngd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbjpktjq7dp28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdjxpzhfmyrb1\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59q9c9yw7pjp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xym5bxj4h5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/064vqc3lshtyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/855lsdtck98h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq4qt3qdxp0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ty36gmc8ns62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3vwlemlbm7w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7b6y35sh51md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn9jnprzwz8yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gel0bh40ggy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltqfr60jym8y1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge5ldp5bj10b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmc3vzyd41eq5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn40x20edl3g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dzz57jen59yd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To19Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNoSchoolingCompleted_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8vty3zxl186\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28zkg8zz6w0l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcchljc2nlwt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dq5b74ep733b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vl4kzqy91r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xspl2gj1y7r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/D50-D89_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqjzpzzgq357\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkbvd48qth73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9hst0yb9sfwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytzhtvcktqxzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qelsfg15phxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j4z6zsv0e36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfsbfr0bvwk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e70nfwt8s6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wdrjl1b3wysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbym1yjlw5rwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l20sfp6tg34\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gdy22rty7j31\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mnp4057qrmrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0xq99gywy142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtcskjh10d7z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwb0d0zmhe0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vfr1ns39xxs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjedt6b2w76f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t7dhyfs4wdx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqz1qmkqel47b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pscrdv7gs6q8h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_TRAD_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk99b62hjx32g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxy0ek3spmbl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhms8fnkrswmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbyvdjyklfjt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjwezpd76kv69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k2ltf6xqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To24Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he17t3xxsc3yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/467ddp5evem58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k01dwhx6ed4d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc6tx27clyk75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx49g35h4p4fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2064_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkv8ww42gqtcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1s7wweh4vyqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvmjfjr87l0dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ydtvzs1qdds9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2dghh4y86ekc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_LOW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pethidine\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--TH\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/063l2rd09j5rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsf17fsxlw2c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8wp1p09tk4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0pj7qwq7jm2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4qyqpge9vgm4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11x4tr21ypfmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zsg4crhzmvx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhd2hh8qdvmmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emj34520vp883\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ykyxmh6g5npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptzmft4t3qyl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fxh0f7408n24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76hxvyhny5ng6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6js577c0db79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb03scv93lmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eklrqyqhljxvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzdf9ydyn6hl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2r70rj4nbk9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2v2twdjxhd9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_01\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9dtmdkmm6ms3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e7ev8xpq2798\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_1_SHARE_TOTAL_RE_IN_TFEC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09szykgkfnwzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hf96fhd66m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxp7129jhrbh4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6e3ehjd2fljc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbjdxwn68yfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Malnutrition_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llfyjr12z8603\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y86b1892hvx92\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1nxngm004647\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r7j99dy9ebw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqlnkp06wfp5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxq8ybw1mjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxnvtsdvq35s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq0xnlh5dhpz\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_INTNT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx6gez6frx2sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23f3q4488s8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58107zeb6hdff\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47fzblcvvcpf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ef5slf4gqvyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv3ntxef5m42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghcpy7d3x63ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx6js20qe5kf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wjsznvt6ncg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zm2h681ftqc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/631s0y7ys7ljb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njvdq9g6w368d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf268hxk3dep4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg29slp0bk37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8x8bnsk7ln63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hwt9nfmnh0g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb05gqhq9pkk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv385h6we1dj\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rm89r8kev3x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnyzf9czrtkyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmklb4w68e9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjchmdn2657y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjb6dmv95fph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1500_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dh512t8ln1nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42qsvcde3l5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k958degx1kzd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe6t3p6ddcb42\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/NE_GDI_TOTL_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8jl6lp4qbq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxl7yytrx3k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygf9lz4k1zphb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svjkwy6evxn8f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdcgrge15nqy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrkh9hvnpbc33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjg7rp75jc238\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqpw1fw2r170b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmtx733sxhqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5mhkkgl5h88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectronicsAndApplianceRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvp9x6fwlvt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ThunderstormWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx52d66bvhqgc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rb0tbjkj5k27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Impersonation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38bddzj1373l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6njcbx0v2vb48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4t6xrgtmpneh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzvj9xzkdyq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_PO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjbyrycm7pd58\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy8rj7nl04hk1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by7stxm2e1vq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0zttw305kp63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qwlldndf4g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66367yn2xqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swdm3p9lprhkh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbpblvqtxlkc3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0tmwxtfpw3c7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jym580sjt8sh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmncplhr93mxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzf0dd1j0663\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccew6t4ec9b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bscxzbbrfqvn2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04sselg8nhbq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3n0w52fym0fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1hcjg1e7jyqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3p7kf3r4408c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hknezdhzxv044\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ex7sdxd2w439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9qxz2fervjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br33jlzcf4ew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmdmylrcnf6m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp7788njygwkg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9s1qmrf3yxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9kfh70qv0zef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.0To2.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dr1g4htkyg8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FM_LBL_BMNY_IR_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xwfhg8x42j1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xr9phdzl6xm\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcx8w8e99eswh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skrz355m166b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfscypy9r1k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsx2908crw1ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPG0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8nee68g2476\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9jt6ln8ht80b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194rejyx4m62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegegjyb9te72\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs1n5lrmpxftb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PROP_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/A00-B99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrw10lfbc9kd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jedzjy17e0vyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_14Hydroxycodeinone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0fesx2fhgvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb8hy53seh51c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4lk959j0bgq\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06xce7mwzbhd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWAD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_75To84Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ted9wg56fjs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdt8p4c6ndzbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8g27pjrh7wqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydye6zygkfd08\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnx0cc6k2l9vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bnbbjt2sgms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dcv4knypmcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb4b1bsvjl5f9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60yfpcb85srg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czwkjb7zbfj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfepcmfh2esd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmjlw9h4qgdr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PipelineTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wccqdbjp8lgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcpgdyj9w121\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/q48kx4vwtnml4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thg8gz2xr5gnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7y63kerkce52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j0y05l71dxc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elp7yw416mmgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3tf4jgfqtgn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj3mbyge509m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3syplfy8j4ebb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_TECH.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2jrb4hzdkcn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwhc9vjlqz07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7198z5yzkl8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f11nk7xnwbc0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5440_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TradeTransportationUtilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR19_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hlt7njeqvhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_UsedCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h01wvxp5428f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrkgbew5skcr7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_MiningAndQuarryingIndustry\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz66vhw5bmz16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy392jfxx2pj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfjqwz98hx0fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghbkfdsdx0826\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx3gp38km5x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd5m0l555xv4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z4spkkhz1z6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xz2klhvd50gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlehze3scjn9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIR_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6t8xgf9sxbb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvmzbzm1dxvz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63z1vvgrxe007\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54p9mj8s2l8w1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_0_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGedOrAlternativeCredential\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7r85192xm57f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wvnmwbcfm0l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bytssysmlch4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x6rrb6bdvjc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp16zw5m5rt41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cwcl3x27r1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02rbmcxkdtyt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl2sym290bpxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc289qzzljwk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb3fxbktdxkjh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvz6llbf7rvt7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm23grc1r0326\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_NWCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz040x9211ggd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31mchnh834ne1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g22hyk2nh0q28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh4wdmj6z7rkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rmj980sr2ee7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3xlbfzqmwrx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxzd2xl5qqc45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_PO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j1k56nxpm6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97rbbw3rzz6h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l668yh6s229b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxxxbvvetdk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p604yqd9ekjx5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdr3q4ete90f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cts5dx7w57klg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg5gy1c1dylx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ryjkhj37pwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9hn53s7f6k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmtc5yethcx9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45xe9h8pywc53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlqf5s1lj81g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17d9kfrc3q4j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdswdy2cp47y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtvlql9gbd0f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1p7zw55m68t\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7ezbewx2kx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72252ykqppp7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv78s80qgh8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgnxwmc92n20f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trm7c9jlclw94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdqm17kmdq7f2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw4g4zwezz7h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y5vx0690q13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzvtpspbrwet5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mkpm36fb8jb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryp0dehspghx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vldkvrmk5q45f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrdp0m5fcqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfAppendix_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg0krt4deggd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rkpxgvnnex8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ngty82w6y0y3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gc3q2z5smh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vn87y6plvkl3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/P00-P96_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heb090kpw4hjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mf59cq649nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j563weqfrmnc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7pypqht58np6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382jthm7hctm\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07bs2n26wvdy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6yexl25lm9pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3fg06zs5v5v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvdb8m3bzw5xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dvwzx9sc1f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/246xjrn94yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhdfps8cpnt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_USHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2n1h3rq89dc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fgeckd6es0tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde02bef0vh84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6h8jck7t2e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherHighSchoolGraduateGedOrAlternative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0frtj8fh3v98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkkehdk9ydxxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysfgheejbmt7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkjmnwhj70z1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khjf9fy9efqq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxd982dgjyfp2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pymb239d13r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bby2mbke1f5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc449es542qq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9hhhvx1j6j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92kykfgenyyq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh9ks0sfwzk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lwgz8kpy3kqg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6skejddjdkvwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbzez7ptbcrq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00dyzp11kk35g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpfvvgh41nxph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS23_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ply41fq413y35\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177sqtt1820b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CommunicationsEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s7lp7ttmp3k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/D50-D89_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw22rznzm2496\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxg1c509bqmxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8hq38gvtrrm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VCOH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04e5990bk46bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13y2gbgcf93fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44t3x35ec1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bee94bv2nvh32\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfwqy1zh9zj2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz95l155rx0yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q2zmhepzb0r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx0tq760fglz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh7zrpett61f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y04dnlebkfq16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmznk0nfqqwc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wkyc1ck2wc4g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bxvbj6f39vp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynclh4jks4jmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsgyc2mdmq6vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3znmec4b31k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pllrkgkjsw0c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx7xpqbkk414\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp0edh0cb06yg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_GOTR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z53rq3dytknpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7gskgfsvd5e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9yeh9qy9784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4eghjzhwet33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zf72wh70l2f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ltft8drd5ef2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmncm9hsg08zc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgktn8ytjy8c9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66zy9l74m937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7q402qr6vf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvcbe9gq5mmy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fr108my3w31h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61rgbnjmv6jmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67db5qvwgetxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0xg0se9rrv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3qdzwwljkhjd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5djd1enh1df1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrmgypy5bhz09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2019OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined_AsAFractionOf_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSMiningQuarryingOilGasExtraction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61z2h93nh6zhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfk1pk725yxt4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To44Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgvv1h33tcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhz8ss87fnmh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vpsk2x614656\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjks58xzw2sk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4wbfg18350k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_MPYR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypz35r811vk98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgc9mjxlqhky\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klyrfrlqbsdhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bshstd55b7gp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp3ntmzr46pt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clfj874szc3r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2rezs82958x1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jy708vc97kk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8g34ykefbcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exdsvmkj2tbeb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnc81ke5ge0zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyxb7np3d06c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdflx60e4h9x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21cxcc110mlc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gseqw8n68gjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8rg1l2ff18yg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pmqpdsybzpn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz69g52cxlzl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj4dqy6pw6ndg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbr9t96ppdj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgb3pb4ft6pfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvqrs3jrj1ey1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s98hnhk3z7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9deys01ll7qzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCECM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg92blm0jnl65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_F400500\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqszezvks95p8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkwbhgdz4wmhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxxedxbtn95q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64e9flxrywerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn9fcqst2vjt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zbmcykcq4c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yt94zvd5fgpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tjd02nqfpq2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcqe1qn8mvpgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8z3g9ld2bt06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhf7w3km5c046\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_TRP_INTVN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9y5p0gpkbvmj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbnfhktrw9gf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0r6vmdg941z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_LigniteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w4krbv0hdq6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g20xlvctc7g14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeqs7fvdbs4g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vsje7dw5dqw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmw2gq7h78d5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wevxzjd162g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btkvt1qz79v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbrdm4errg4xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc6j53j0m3yj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4lf9s3vn0rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccqx3zxprb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/D50-D89_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8g39g0nc20cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5lj49nfxsseh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50k5kxfxp5n7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwcwsf7cgv442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz3mhw0qtqzx7\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l5l055gz5le1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcxjmtjpf2j25\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fwflbt51p6w1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FPRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16tmqj9hly209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk5r589p86t45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbyd0kskqbwp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19wx00mdctchh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thcbepzex9zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndbjhg2kknln2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ybz236m5y52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdgz531ntms18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hclcxfffpnm64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxdptdptnjfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgwpj8ptefe37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71ewn06z6v6r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_1519_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqemz52vvs01f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6rzbqpyjhp5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9entedxc3s25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7bekbkp57ke9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d46lgqk5x61cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvx28k8e7em93\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS52-53_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwflbt59nry5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33thk0967twy2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw44ccf6w7rw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn11h4qmhs332\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970d57qgwzdl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p077z0jqdw1b9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TransportEquipmentIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlcoholicLiverDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frxn3g5nh48k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmxwygrwkjgs1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q2_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ResidentialMentalHealthFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcp5xwt938clh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5b3c90cnbe78\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_AngleCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps5605sfhysf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shenbee6gmby4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLP0C_SKB_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27v5g7ve28wq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q060zp5lzes4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwz8dt6qd8v3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAPP_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t608e8ekk2639\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfq3rzj5v1fm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l3eb4dkymt58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54gdpn5k7fjy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2ltrys1chjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4xmgws74dbnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPZ_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f716yd3ez0531\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxknzqm624h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpgyrkx4nxp5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz89lkvrsdms4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177skbrbcq4m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p0zmc8rqvh21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WAT_PART\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/FX_OWN_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl5teq8yl2lwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg6tq3ke910g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsb5fbt9q8314\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96z2yxrejdxd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjh4znpnezv2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvlywbj5e2dcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vllhw5nxm94l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05tsdcrh69br\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f5201eejelhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxr564qgqhh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64t49tnwdnfc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_HealthcareExpenditure_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/568t9k8gwqych\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0R_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wegwvsdtfh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91thwyhtxvlv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl7f4zcgwwjec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57ktwdyzqz88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdcepk2ffl8qh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zc69ms0n3pjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbf1jdw83rfec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrenqw8f7hz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yps11mgj66vvd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxbynn05b2p82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb0l1hcgdhgb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/152bbegtzf1nh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qer4zgqzyeec8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve7v1wvndk8d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFMRH.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1m9je1tlgrnnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfx42nr79g76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ygdlkschpyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh1cdkccq98mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzdxp4l369g74\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhbt0pznpzpy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g801r6cftqvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t865f5ydcbpbc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3rrpww805t0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0g8l2jt7kv92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8scc7cesh19h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tlcvs0479k83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjtpbqqf1qxhf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww3nbbnm9hgr4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_25000OrLessInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11plf64p0l8n6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9gxkntch6mmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc8wk2n0ywd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7y5n6w88c86\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c01lc27r0qq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS11_21_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd51ep6vb7ny5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exx710qnedkf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyym6kl36bffc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktsq3x38bg11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c10d71nh3ev6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s92qxd8dmtetd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71vtph172w25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwzez9nb50jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Death_5To14Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qyrjlejh0rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1qjplrwrh7m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwly2fkyyz2mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vssmbd5v46jyc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f3pv82prw5b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4368vm6mtw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlknqgz6n61yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmc1998c9qgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ehjrncdtwk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1990To1999DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppnsb449bwxt2\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q7hwnhet9873\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0jnbbleh51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2lbyxsqqlxy7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxrx57ehns4l1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp62q5e012g6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt99lrx6tzm65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r08w6t0788tz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_IMM_IDPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e0fc4bwrj1m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71nps43znff1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj4k67w5xlrlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3j1be30w3ew6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn0pttrye6en9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lncd1nzp1m3m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnd9e3nctqzv3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25kvlcm6vvhzg\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f8ll6h51kl3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34rqecl712yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kvggmbrnp8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy16j80c3yrfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5j82jyg7v8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z884c55cp9594\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t0wve4kjesz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn67jkq0qg2b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5zs24p4pvgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61gg4dxk313b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhgdsw5thms4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5h8celspnr2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p390nwl1ek55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98edcesebcc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9hxybjefczj\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhlgd51f0mm6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsw20p79fhsw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r433c052tl2w3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdt3yg7mrk6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6dyd33g2rjf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js1jhpwfg7m01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkg1m1p6vfnkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm436qxd8lycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw2xh3pngbxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp119xt6w3vb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_PharmaciesAndDrugStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhcvjkfm9w9h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdv677x8m8e64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz13254ppxd22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14epvm4et3582\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl31386kq4vw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzqm6sqyq8n91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9m59dwdzfq9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9e43dy9pcy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bb14btm908h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qz6fg1mp9ye5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xxkt5x6pw47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8z0hn0mxfct1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlxsc08t3t2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl3texscywqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4fl62cc48fm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhz1d2spmevf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3169486kgbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mvywjeps03h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr195ly6g6xs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zbp2hyqvx4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp84v2zemvmb3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx5677cjgmsd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd15bxpzelf4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2brpjx6tnqdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgdkm5x0vnhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvjv4be1g0g65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ql1f8w1gczz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41wexnnh4pev7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7egfjthpnv08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2024_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/PET.E_EPOBGR0_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blwsmjb9jqz42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk93t5tbwpvr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f9w99qby2kmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3kdetkvnwk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwk2nw80w88b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wm1nkzmvnq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wymkstbyqy876\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67mqrfc0nr4zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edg5jr75r8t85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wp11h2q3w823\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf2gk2q53r7r7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VVB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sp83pgrtdnbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvpgrbf1rr713\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73c2drk4t26eh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36effnw9h61yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3zn3g3nhkxsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kgd9v94e6ykh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxq4pm6nmhvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2c2939qkmmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh65h8q0kzvsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fewmkp96d6sh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6798-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz83lmdh5yfpg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j78dvkcfn6kw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t17xe6z5wp8qg\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rz8kjd7jy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm4ly8yznl565\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT8B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92qzkjefjqek1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66v3g4er8yny9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z85btwyhxwc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92jbg3tmyz1md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27htf4x77mnxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yb5gj0ce7zd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5nd0exnxcfd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7v66dblxdnx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119nr6kvklh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyclfssckpqnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk68pgwdr6q75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shb38l5tvdcg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b5v8y9lylns5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex8g5jr0hgsmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0cgcqnltc7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft7drlz5fmme8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqvrvx8cr63m7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_GF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bb6wb41l1x1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gmn5d7xc6f73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dc7n0wejbq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx3fq8z687d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tppymvk8nb0r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0bhmmq77szr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqsf90xeeegh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4nvbz9tsfhr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s9f0vtm33ewf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0frnkg22ms44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj6rdhd27nn25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b68pwnd1pd0l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpw1nrrgyjqt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtees6mcxvhw5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_TRAF.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3vmg1n4zc028\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwg1fd37gbky4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te16d4hz7zgdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwvtj784jvv85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m615rq99fwf2c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj9zd7wmtnq6h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_BRTH_MF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_TIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gs3qlctz57e2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PL_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442e9gs79kb91\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76316ll352jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n426nthjjx1w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzpktc2d916gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgfdq3k35655g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwjvkrt89v69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zhylt2mlbfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncjc7p2m9s4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5ny7n2etwb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycpeg7n3wxyz\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86je2nnh58c1g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc675yb8k8w9d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn9sfwgejccqb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1erzwcxtq731\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np7fhm7gzdf1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wl6k4l6vdgl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79r6958qe5pzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgfpkhrh137b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_1524_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1wgy1c4epx96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89d7jxnn4nfk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkcmzvdhy7m41\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqq77xnyxjsk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybhlcbpkm3bv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzhj1mqmp2nlh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqvs1necvvvs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsxl1n60yz1sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d72cmxey8mprb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbft0jlccyp64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmlw9ptrz52t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h992efgcrb8kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg5w6j9dcxzz8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkvzqwl3xq9z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn3jlh5nd2w6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8vmfys9wscc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nxm6vlf28mlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wt79wr15dl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q55pdq445rt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqmtv7k7xl22h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNoSchoolingCompleted_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yss7z6gk5j1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j62sf79kr6f99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc199yz23kkk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DI_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41qvt2nxlef8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/022pltkz50h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0hy767t4lkyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_IschemicHeartDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfqqn7hgvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Fuel_CrudeOil_Refinery\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5d500j7754qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9qwb1eck1gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zpmdjp8wf4v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5swp3y8he3rn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5921ytlc7r3l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4451y4509y5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd5dw8tydbnbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndxlpdw1h9z2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5l6q3k8qt719\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s77b38579k0b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc0h85tcjz1g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PublicSewerageWithoutTreatment_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7mp9q349mh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm3gwzydw5t5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq1zyhbqgqmmf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb25pesj741qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71th8f6mqcdk9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_ETOP\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0hy9wvg3myg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90jtzecnhtfn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkdwjezvg6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th1cdnw59fez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkmh6xxmwcw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2mjl7qsw27z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rttgezv852kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch9j82e4byez6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks33fdhce6tnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ee51fmxypn26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wx8mcccjrh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27znxr19jtgn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx7q6h65srbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2qjycg4pkr4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxyy4cmt21l4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_CEL_SETS_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nh8frrz1w495\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x1vth6m5qfh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h2kyhkcjkx38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lbws8hm9m9ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bl264cjec5j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctyst89916q4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j0el3vt8h5f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_GDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b852xv87kl5p6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6dh1ccdm0cz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe4x20stjh231\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2zyx48xp6cbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.56-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F600_F\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ACTIVITY--ISIC4_BTU\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbbp4g4kg5t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3336wq8shxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2jd50qxe10y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k3f27kyzf24g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfr7wtf5wer9h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65vw6p8j1qdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbse7n56jvcr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfmzp444fj5r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3jwy5c38e1zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddyzle67rskhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exgjd9s8tbzw\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ElectricityGeneration\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfy7jg0fdd4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk7qjgytldn34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94nw61lgzm561\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sj8bb01wl096\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzecyytxdwky7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_PrimaryCredit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rq6q2840czq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l3k82tps97j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6281nd5lc4lh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcrlejvwgdh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brzk542f9et6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4twxey04ssjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980gxwt3hwcbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk3s1vj5qym6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbtkysbd5f1mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ybn63pepg6fd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hdfne666c9yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsytnfv5g65d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l6xl6h79qfy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf3mvg8ywxgv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shwketwz1gf3g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stslqs6e1v31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g1937ksq8bk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzjltlwt6tmwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvmrg4yx3jxw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnpc3phnpbrv5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l98f0hqhypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfm2dnw4gg2e7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrbdjd5tftm29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztzgn5ncyed6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yccrl8cks4z9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/546pxezw6dffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98bhg9nlnqyb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6lkdnw9r4dmb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherLandTransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjy2nmgpnl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz5vrmn95j8rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8c8617y1mtbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5303_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0wzhc23qme\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dypes641nvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsy9lrx6jpt88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19ssrmtkbjxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plcd0h925w8cb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfd5tnzc2py\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj5kbd47shxy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3f7sm43qqy6f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bj50cnxjb0kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqny2c6l705lh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbv9jvwv2yx79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvr57bh7e75sg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9kwg64bdp4w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wczw03d2hdwb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj6kkxdwgdpe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Bribery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70t3lnrs4p8sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/945jebjzsppl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em3061yr218h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssq9qdqhlpm2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdsgktjmmr5mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy0vexjgffdb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e8clnbwvb6p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njpcswn9gp4rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_40_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebxtg70nt9tv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_STT_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt70lygrs3dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqf2ezl2nxrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xe7jhjc7jth1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_WhiteSpirit_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xy9t88gtmmp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/C00-D48_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlcoholicLiverDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5fdjcx8rkjf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b75wb4eht04cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7djlke40704f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwqve6w3wb6gh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vjbefh1y1bdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0mn5zd5vpzb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1000000To1499999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68gen7f7fvvtf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge88tmpvgdmhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8jhtsbmt8nx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AFGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prw8sk33jwf93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ye151zctjph\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc9vlxbezqnp4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw9tb3wqvp542\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v1jyx33zy2j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d72kvds5m3c1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sts96h7nlpddd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btjr6yxstq2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6cns0xfrcd72\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/174tt1vrjy483\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTI1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qplh7vrfzms5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hwx7x6t1rpj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpg3n1vr859hd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf9f9sd4r4nw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g08j37y6jkj02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeq82czlm8gx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhc0zrdd1dnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSLB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k7gw0p3t7nkh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Capacity_Electricity_PumpedHydro_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ft3r5qhtl76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f8rjnn2rer12\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrj2k4w4gttrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55xgwfn87tyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3495c5pgqf4hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8eftbm41fe5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9f3mpdcqf9p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt9h6pt54w0x4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38evwx0evynrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9btxq6jj23jw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrpws0z2p50w1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfysnc0wdp5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c4y3mssfwrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbscb3phc9dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd0bwqwf5dgt5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_AggravatedAssault\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CT0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjj4x2nkv7c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7b1mdd8jyqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flqxccse0yeg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSTransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey04vc1t5ndy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xgcn5l3s2w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlkv5hv3b3yy3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejq99v10q7rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p78tyhtbpd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nvb97xxhwrd6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n94wjjlc1yxm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InsuranceCarriersAndRelatedActivities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmm1n8xv2dm91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz2j7bmkjz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trzwlmc7e2jy\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tqk7ndhc9kz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm0lmv2x5zg89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_COVID19_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s714ytdn8eq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m4mpgqjcysvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkdwdz422p5nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec2x9vlwexph3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyb6gghxvw2td\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpjk0pf26ls8d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ent6zbrbb9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f01756f52msj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1124mhzq0kc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e07s2blmwxke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0qlrymc735kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvjekdst3c458\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03288qhhv2df4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1ghjk4c4g53\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1242s89cmx87\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1rn6pmnqlhw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcj16dx671yh1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WildlandFireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjvrrgz987s7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tcjwwcq5v743\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb0yfhkql79lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0b4gxw8ht55d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg2zvvrcl1fh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zq8dvhez6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4z1ye45y1rb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1xp8kr0jln4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxhdlhkqfhj73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0rq8917dhw26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxtj75yx5vrz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jscre2kg67p81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cw92jc8d79\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_CO2GDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnje7pwxxye97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwwynl8lsjgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k3sdfd7j72j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Neoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfed9kp5y713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8zl523n119k5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snenjr4shzmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jngfxy8dt88jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw96gdck5em4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jr40tt2msc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7mg13qnkpn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ntr91njxbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885k22rgf06cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg2cp0wwv2yj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hzl7zf0yh3r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p4d8pt75xf75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn53vnyeq3hl4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5d1yxmqbtq81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9y7kjwp20gyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Agriculture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e447867yc0xld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/370ck7eg5kp4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6xegxbxtlql\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SI_COV_MATNL.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin30_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etwbnld6r7p8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjlyptscqjyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkhfc1h60kq1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqrxhc0k29bnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczn64gt2ht7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m47hkvxyv6mr5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_UsedMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbxbhdecc4fj6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plhqwtptrht5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf35g4fhct2h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shs1xd5crgep\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsmst4894b965\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd6xd5gyf4vk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cx35v3c90h24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t0s4wjybr7x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tldxrtqymmys5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bct1lb1gw4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzbyv6035k3l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z64cm23mx5d43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37jsll9f2e1gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85bskb03h1ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1r9qd3hvhfl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PlasticsAndRubberProductsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj0r2k2nx9ft3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g29x8hvdel2rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n24vvy308c6yc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS52-53_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgqf6lswrx1j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkwqk8944czf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7y60mkk6s2m9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzlc7bm299qd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3v7s8ybdx9l4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_DM_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9vbnkxjwbzwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6sh86w900zw1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5esl6k69cpcf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DustStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ml4t98fyxjff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl9lnw58lqlv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_TropicalDisturbance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4vz9qewyr9hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfc808bwsdj19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5drw7trcrnqnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z6wmxds50mz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e94vc82qpfw8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667qwkwlt0b4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49n77g1q1drnd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_AdditivesOxygenates_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p5gq2ec6yx66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nkt990nhzvy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjgp59pvy73y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgyjc468rdl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7knngx377y1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9meb59ls8exrb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37xyyf1v695t6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gjx9b2v3slf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xzvzebkgdm8\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c341mllv01b4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8g1smxk0mw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrmxtlvvf1mk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk45mzhz3g4sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VolcanicAshEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/078eqxgpq8m63\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6d9tecp5hdlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cg35swh5kbw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kj3bgm6p85h9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekql70v16e6v3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvjey5019j776\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct4c9q5b7md18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrfyrgtsyr3g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dtems5yknpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt024vh30qt34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1e8vwh2gk3lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd2mrl14lceyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpr6we3d2mf8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GOER_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/xzy7l7nc8s6cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z17r3vmylvnph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbwj7gqx99h34\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS11_21_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6w7t6tgkhe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68ssmvn6btsb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ec90c404s3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cs9tztk9gkc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp5m4n66d4mk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znxq4rwxfjv93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qtn9mhpzp4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxezqbfpp6521\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgjt5tv9hj8q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsvj0jpnmfvh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6yrfr6q96j9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyy6v1f44yxf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34p8xlx9yx0gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plkd7jm28ghx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygfft3p3rem28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw4p76k1srek1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjrhxx536w066\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlb78vdx53gs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxh7x4n7ypvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestClearing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/VC_VAW_PHYPYV.AGE--Y1T14\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e77hdjkh7err7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wegn6xttfv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_EXP_GBSVR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw0qs9yef50d5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9szmzkfmheq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyz2j63zmkn62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ktbpm9zsgz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f66bvgxl3fcsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3060_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MeningococcalInfection_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reme2s94t2pj9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JP\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kmcgtbyvj29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnzjsrct4spyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtdgcgmdzdeb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgdg8bh0clj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvvt9e5lslj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5wpcf80sj3e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4c6ws0y87m68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slttpwcgs72z2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13gh6qhjc2kqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s6hps4z1qced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tw97c1wm8y69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slln4kqq5ztx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NoAdverseWeatherCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfzvw1rpwyk74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kh1dp9qwqerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j0r6cmljecyd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71czed22yf58b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m23hrmklb6fh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ch5xmerrg6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqdn0w91b79k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wglc8s0zht0x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbn4knwpzgq36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zwn6690l0j28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v56661jwpre7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nyz320hjb903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nky4x9yqw08xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv84wr4dv1wwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pql3r6mhczlh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yprkb6skwldsf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38kbyenslt0w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rtd8vc47v665\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rky7gs6t4bxec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedsp19kqr0e1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03ye2j1l6ht69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18zledd7b9vhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d388ejrzqms4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FP_CPI_TOTL_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrylhsncj3l53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3m5pmh67j4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3g7gss2l43\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24d7852x7mlvh\":{\"byEntity\":{\"country/USA\":{}}},\"Adjusted_GrowthRate_GrossDomesticProduct_EconomicActivity_QuarterOnChange\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yjt1f0m4c6y7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x8mhvev002yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzr1mnksc7hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwn2x24rbwbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq8mey2smdzp6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF121\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lgjcgwf56gz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1hlfk6qf6s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy558kfr9tfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k1k1gxh7kgg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2qkssc65dg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--FIS_POSTFIS_CON_INC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv2qnde26tt94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd0xymhkfeceh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzq1q24r1f0h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hq9j3vtep4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4we9m65qdnks9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EG_ELC_ACCS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgjv2ec5p4k27\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_I\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gshmnx8yk92h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e48d13e46yvv\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20h3j2njdtc8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql2hhqwzw4je5\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gh5650dxz2m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1n4cnc6vswq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf7vhzcw9sgsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922qz95kqwk3b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1260_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txr8x4mjxdlx9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j28wth46qhrcg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8kqy8snezfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh9g5q8dt39x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j7h0rfw6e3q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld5f4smnkyjeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt2m2yd6kne8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swg618r7js523\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkdezk2yvq77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3tlhqw9tbgx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sxqkpvhtxsl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7r4hk9t58nq3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j60fy8e2drnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm09n4kbhgr3b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9dw8ss3sqy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxlgstjve7ylc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp5nywhrw1r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46rrk6mm43n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8m1dnhwppvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2grnr49c9jv33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gdpzqs8jvf0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h75gbkx7clqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mhjs8s6yhbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb0gc6781775\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnjzfesxb0ew6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yc9fddeh9hwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherAsianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjtst79x3xv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf4x7kshbh4d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89e0y0bvfhq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkz0bwkztys9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftyglvcxr6sl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sljpsc4q1cv3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2lfbfrds3eeg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2bx4bvrnn17\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f4v7kpgybq52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AirTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n6y5w4jw5xc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpn8jvd9f0ed9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj2m7rz6w9cld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40m8xv144sj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvy3pk8lvc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqtxset9lfe7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nl59bhms1nth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw2870fkm8nxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6x93jpkvsef\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wm9l8s61f3r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rk3tb4v1wqyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8weqszxq6ctz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vpqvxfl6wbdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yb4yg614r351\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/870mk82ld8ke9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex512x043klq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbcwp5lxcwd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9412bbjwg0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmgxjleqf36qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hp55wm8729pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc91cdv9gvl58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bhtkvg5g4559\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhtx4zel4hjnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/788gzn3pkwcv2\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcerb9y2qme5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2pxjkf8f06w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF22\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de11c8kevjkqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v59tjjsghfqt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2q6hkm96s65f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18hf7c8n71ntg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkgbxh0hyef12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg8cr936pwjf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml6rnj09vjh35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sel42948pz53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j369pj1grdb3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjl6f27wt2p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzre0fq23k4ef\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymxh01ew4l1cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgywywl59f462\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtd40ym5pep1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5peend51v191\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl8t9fqn2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thmg1btz4gzk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7ddpyh78rtk1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9x2kppt5h5kg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck5vc9p97mt76\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf5lc46kfbzy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtr6vpng99f08\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5rgpb0zggm7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zw03g942n8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqmygylz47cx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpshs9f1p68g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595xn0mhq9zw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh8kgm8dt5j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvxfbghv7dkq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfqgpxreqnbk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfzxpk89d5vfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f5zg76fh0nx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9ngwgxs783yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpj4jb0c3p1y\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63fmb9qzzl3hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyq4pzf0dhh12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjfznlr1xqf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0l5wb370985c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ArchitecturalAndEngineeringServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp3pegjsj552c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0e2rexcy81lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlnf3d7ejff2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_100000OrMoreInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8tegz6ggsfv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmggsmr6975yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsp6b2yenlzh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fbc3rrg6jj54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f11pd2cd306f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l2g0xmkctqk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83jw73dx0b1lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dej4qfnswwyy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEENB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9hen8vef8jn5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnwbhjymmes4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4d67kdp2rs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywhr05hmkg4r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/025xxxyp7d0s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j5rtz8lcvtxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5106n9elfcz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxzshbgl59k65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3jwx7xvq8z4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl96jn5r2gx0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzq9sq2822b58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmdqjhy8zlbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f22qy0kng59fc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyj12bp94brs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tct2t8pl57wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tmtgse81gpng\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmpek5bgkf58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prt0tbcq4gqdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8f533nfxxnn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dwgddrw0h0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12x520gwqpq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l2frty8q44rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg95lgey78gq1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_4Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Female_AsAFractionOfCount_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F800_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_WAST_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bzx10lbz56yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw100w7s919k3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s54wctk5gt905\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67xzbydjzj3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5n7wl6f1jbx2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k9t23s2fd6e2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/dzdxdynzqtef7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1fswq2pt5y61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7kwlrs34jgw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhwfeg5n6855h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpg2538bp0h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqdksqd7qn2cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxbyxj8edfmgd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e41bgyyw386h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wy2sjs2gs5g6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r10kk1fmpjmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0793em7txvz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7h2mxs07vht1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb1rtjt1htwsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9fzp78hfgd33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyrqpsdbb485\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhv50ecdpjz98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rptcrlpkcmvhh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_8Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82vx87mkltts3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CoalProducts_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvblbsn61yep\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3d859flr0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/690jr0mlfdlv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXWSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7plbfknyj6t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy8nmlsp65tbh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0t9rp6pm378\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjppy6gkfmbn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1mdmnv9xhh5f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9rjhbvkp17b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentProfessionalSchoolDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkzkjz38jlp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bre1we3n0l1gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kznzykf0vxth1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klk0psgpkvy86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx77f5mvmjwkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bg7cxe7lejhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg2blnxpgjb54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kphd5w0g5dgj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVDCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y187l6m46kwe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w6j5r6ns4j7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyddx4vr2w22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snd6ekn7zpyxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1zzs3l9zzzh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshepr76tqsv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm6pgbd0dlgw2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f00qwz87fmvvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1nw44l2lvg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p24vb02jm064\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgvvtqpf42eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydkpmfq876m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bt4dpr0hrdt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej2jtb0y4qn98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm18mrtp1mje4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23778f8dcbjp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1xlc8lhklsn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn58qb2hb3x07\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl6km7gll7fjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvdrc7k8bt59h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrswz7pxxpep7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqyxv059hclc2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qh6zc958xjs6\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x54bqs09glm1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_FUK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyl8zr94qy5y\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhj0zhbyklnv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms0fss7w2bbe8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26grnpb9bjvs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjese28q75fjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcbbk3lcb24mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh3r2gv11hee\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kssf4c19jqyp2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ez2v2ccwrt81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nq6sl3h46248\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysmh5pbfxxhs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8mhvmwtjr7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s53wf9wxh530b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w1fss7ss3p8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddercmmgc66n\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p1vek5zj2je8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr14tkfgxnzz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07507skl5l5k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqp3g5nrwgd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0qfcgybecbwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh3vqypbzmw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbjwlwxn0cqvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1hccp60t5r86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66l2rd35j773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhzgr47hn6g2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6dftmf4sp821\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b63s1b2gvbh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnnf16bdrteb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rdsnbxblj1v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/422ejfpfvmxh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_MANGC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e05xdp1gglzg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geewdrxj2kngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tx2kr2kw7tjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4psdfnng2jb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jk4kwfwl2qwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p02802xdwmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79tc6trpnxlg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1clyh0gfn1lkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efsvlmq58c57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtlvetgww6me8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/042pth5lyx2n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjr74r9pcqyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916hwmyyn00s8\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyq2cm4c1g0p\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty8s5xhc640tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqc36kzd0rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhbxd66ck96q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5xrh1ebwvk6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mybl1knc62vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9x4k4cw54rh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejcmrfq5p0rzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfqkseqydzw\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Malnutrition_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcjvwl18zy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760ggtdblgd22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t1y6vvq2jtm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m756fm04e3tb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyq0k854cdvmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ycszzhnlwz4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With1Person_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeywr20ve1tn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgcexqpjv7x44\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pveg08xxlm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqszmrz6261d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8pwerxj9psh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p0n5gw6v4cdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qjp2f865s4v3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jjj5203rwjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfzdj15zj2306\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdd3xdyzpt17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlwx52srqh591\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2ez6q44tc6q8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f142sw5tzk14f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvsbwlr1jf9pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8mgvq3jjwdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkvrj5pxnq0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6wllq7slv2v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6n9pd0232rh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmxmpw2z3xj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4s04st7qs86\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqscygrxpne0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53e08wkf0me6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqbtr261ym2v5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j6xfmrrpx6mf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kjelnlfdfgc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzcpmf6rbxt2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqy7wynhjcb4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg98yv0yhvl47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pentobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fhcn3d4flcwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvh2dymdx04k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_NonCongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5f6xzmmtesh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4kdjhd6wlwq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0338ezfb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fg0wbnrwjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9eejqr79dz14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5qbeqqzxlx89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6hj15v39b0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2vefbq16dyq1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fermylkzw39ff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother32Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2mdvcsntxv65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5cezfsls0lmb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_FallingWater_HydraulicResources\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40gtbn51g8sb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1fpcr9gdscs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2h2ndemm05m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh5g813nfcev\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d7gdqvp4vff9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qmv1dvsjjp4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6x95wtgdlb6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_PTD_MTN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmmqkql8d88r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kb4kyrnrqth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2nhzn43kj45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ketxvnxtjxyq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe7k8jmqzcw9c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Malnutrition_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtfsq9gw6w6l6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfw98384cy5x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdwml6ecjhe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1bbcbz2x7cnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nttk6n4be068\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rbwztk4jmdt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxhpme909keb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpk0b8wbr597c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx11sprwxdz56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2bt9ytt131f9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd33657d8x0j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd05tvzghbxx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0ccky7vbpsz3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeAdjusted_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crkdqqm5cnjs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ec317c21h855\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y1nt6wcytms2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1getef3vl4n\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jve39zrr2rxd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knbyhmc8nb71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnyn488b9xfj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8brrljy8b5mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w34x7kjkzww7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3py9n0q8vsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56vf131h84t78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2rklpl79mzp5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/redh1q644pn3b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e98b5ksbe68b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pp6ng1xb6kwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6v8p9ml8pe4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7nzq4jscne78\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tr06z1yzdr51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcp6h9bwr0k16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmp0646e61d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eth4lgz7d4ns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6vkgp2th17tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp9zegc6jc5k6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85kzb5ge6jwj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce2mdnhjmw9vf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80qv563fvjc42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqq4020kwv059\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_GTT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tb7rg7sdbf5c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsyrdep0nm64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e10xjn7vmlbe4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w01m6q9rk1ed4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxq1hzb8z1y4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zlhyqlz5p26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb1jjrzcbpjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm158f3fvxh32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FM_LBL_BMNY_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf9clk6zmtq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk41vw8myyqw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS42_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2vvjy7dcyl42\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llewkgm70wje7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcx6tb8033f7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s22rj8gcbr3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dldh0p4jv3l7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtls5fv2q6e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cffdlewjgs9z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbc8j9h41s7e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch8l40h1j26wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwglxq3jkqh1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67qnbtt4ssg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8l3dnzpqte4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7901myzndh41\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs39b96pgsk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3jb6jdhpk1ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxfsw880jhyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb03d25cfdvh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4106bbnbe31s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4dr7rzksjk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d61whnm35v641\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1dn7z2r9wcp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s30qtr8xy00f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t02zt74402x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MotorVehicleAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b7ll9mefrsjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zewsrf3jxv764\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HealthAndPersonalCareRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4819g23qt8hsf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsm9xv2tfpmg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pyn1sg6nxe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcqqbenqm0te8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_KORL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vnw45qemwwkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hrwte1kfwn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6vybesphls5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jte57hsk75l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_EWT_GENPCAP\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.68-2-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_72Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c74hck5lk5j37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvmyxjp01vnjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfv8eq8bvg3x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2hvxy4yfp85\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7lxkcjze64c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgqml2hfwznwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv0ktyscptrrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg4blsztg5fdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k9zs4z1bpye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m21ejksn697g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7wrz6n6wcez9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_06\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp0b8bvkblj5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNPB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5tv9rrx96423\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ManagedSoils\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b64mcy7r1dfm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3ej80jh908nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4m66rylk7vn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwnw9syv0hb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttw21ncrx9hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk14ffmy7vnr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfexhxn0r1d86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlrsej34p1g57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0slkl22yrj198\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6f3kxlws9wd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8b8jh1j3dlm\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq5dyj1vtrgrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Water_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hegmw7j5spyt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37e2dq2qr29m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eq0y6wj0e3n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6f9m0k0x0h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snn405xvf3ef6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_19Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x0btejgs4kmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryf2rfwn3r9fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxyj7pq09vmj9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_OfficeAdministrativeServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2z5ysmpewqd1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Morpholine_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4618qcgt47z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0ewf8ldy8g09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzpe6hgb8se23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnb59cvlw0tmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6p00pk300qf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0rc143z882zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7web1czgn524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrh8j4pf41ts3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktp3lh2214td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz6rtdjrxh361\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpv9zhmh18d3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h3htwyks7tfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df51zg508p703\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc121zjqqsphb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HVCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxlhlwzx850c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3yklwgqgrr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz1h395rjdk0d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv5c6xw5l4wqd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsxql72l8zdxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ycgfjxx8rgjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfdsq1pe2v9lc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwej5c9hxd27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52dmk5pg7k7w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4qk0k99lhfn3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj3f9nyrqkh19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c17956ycs0bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0yjn8heys192\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26rkhq21ryh42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpq7rj52cjbq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FM_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14qnbnlqxfwf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqjv1qj9tg17d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqvm105qcpq67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_USCONST_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m36p1pp8se3yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To39Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv9357498bwwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lerpec9kjnx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51f379yvr7d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6yelcz6pswe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5hvfrpk991hc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z24w9b1y5by4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esl3tmvfdtje1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0cqfr0lx7l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrkyetd2ghy0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmq415sv4jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rkc55qyp07s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3pg8c2q3en9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9bfnxwz4npd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyvcsecl5lgy4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_DIABTS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3shhsx3mtpqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dzkejzv538m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FluorinatedGases\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2q9n4w653cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxx3bcnjl5kp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n52q0nm00jq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djf57948slvw\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GSR_NFCY_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreyjx93ffcj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ypp0xcxbfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f087pt4lqn7wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j32yf49ekd837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdscr1p245lh6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_OatsForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnfssx81m2v88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp4x0c6s0pe31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc1cll2ft0lwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cef1qxcqjrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kkvbxtwd24v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gml1m56yv2v99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkb62mc8ykybb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfs1hf6dje98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gr8l0wpc6y62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrxtmwphnpync\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8nddtmm7nyl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1j8r560vv4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9rjqdq9xzhh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg99420hpw4x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm2tkdxw4ydm6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1mg2kg0sgskb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qty4q6bbp4c67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz2je0m7tyn46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr9mtvklqeh4d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn52h34bpbf83\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbqhpljgx8vr7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3mw5fgxt7p11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjcv4x42hlft\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx7ynck0286h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvz5v1p5dl782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqf75bxjf6b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8r5bxfjtgzgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8tdmrxzdqjwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpvk1bcq92th1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDDBML\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_NHR_CMPLNC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r0m0sf236ed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdcgpm81jzpnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jetdc2z0m57w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyb3ndgv0dhvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnh9r1bqt50d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1yzzm41c2yd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t45l1z2bljm59\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l1czyc5k5617\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1562_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgbj94p70043b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CTFE_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fst6xg46ngx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/938xr48xyz1v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5wwvvpltzh0f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015d58s9xh8kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69nbvess8m5wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq09csyn2s7yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10yzbxg5eet\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb46906q7hxcg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mlt4gyh2cdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5dg301l83fr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpf6wt1wsqp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VF9_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mvrw6e1zbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqf7402cck6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q09lbm22p0js9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_ILOG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x05494232flf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22y076829xs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db2vy9pwps92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6dvlnpln5tpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3j9mjfky2qq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1q7jzdlhzl3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9zshfntqhdn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4vtx6ef5l7w4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpxlh0jd6pql5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chzf7xepk1h3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8gxm8906dc13\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb8ytyynbx7j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5l2l173etkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35g0t1pvtxxz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l49bvyk3csfzg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f086qb4jn26d3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1036n5tqwfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9kcb1q0vwq5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j4plwr4d6l96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgv51zw1detf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07gxpts48s6q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpbgvfdnpkgzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3539_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zcfm8jp8tdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp78ny7472mh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vh718v8j1vbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zksxrycc570c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdh1trpcx2jq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment4ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5hghrls1zhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgkenwd8q3867\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8xjm5xlt7y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flj6m5v42vxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gklyzbjr55qh4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gz07zc72d175\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46t0x3hdkh2ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0f10ghnkhpmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj9v0vqzp9vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye7e0g071x484\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zswhgzk0r05h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885952djces9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hppfzz3qdj0g7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Industry_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px4zn7cmk83qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vne5qqmd70rf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpxhshelzkwgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfc9k25swzm83\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--_U__SEX--_U\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6383cwjjkmd33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gnqh682xxjk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj5tsyykynhxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5bnggeqdrlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybrms1bx8b1jc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr5s2deq1hp42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt86py8184vg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7zdj352zrq45\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fp8fkddfhw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7p0jfex7lnx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9090_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edm4y2gsgqn35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb06dtqb9kv55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz56t7hvh2jn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgd8zh5vsme15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiabetesMellitus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr0by0w5f30v\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fmf209lm4lv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggx918j9p5tnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0l32c3sw8dl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbkhjkx4b5wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq9nzkr03yg3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1tg321c9fqlth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b7z5h7hnl3nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btb946twlrqgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6s6fhbx0b3w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS51_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6n3e1ysy12p1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xsc8p6x97114\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn0tbe812ttz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqj6nxzq1hg9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8f3dc8f8ptg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3gk07p3vgqcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g415n9ckmt70b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqn1nqym4cr0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhc2vbvkhtycd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl07e13yt8868\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d22h9wfhmwzbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elnypfnvget38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1gdwmttq0jv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pqb4j20ck5g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvcj64dytmls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c32v14el26qc6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12To14Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw44q5bc52d92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352wtbm37xtzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wzn8pj1xd4ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmdwpl3fjskeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfphzz3301jf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt9cq96phw6nf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5t63srvztzwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv70qwthmkbkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njfd8xze87x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55mmplskq5j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zr0zx1yje61\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_10Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_Vaccine_COVID_19_Administered\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34qy2pv35h681\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SportingGoodsStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pfhxfg9djrf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct5qmyp8gy6l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m38fmrp9e6x8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljqcq83lbjkb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2vqpybs3e932\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R02_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnqmph3jqkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebbcm059v7xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvzg0l6hn3szc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7nze6dzj3vq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_GEN_EQU\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwsk4g52exnr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtltwkr7hkrt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le5smrx21sxm5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q48rpq7m8qzn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx6cvrn4kyveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2579rltnvghs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fg21glen1qy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewrs6pqc9rg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km6bkrqbsp1nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mfv4d56m94td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2jp6t3vnt2s5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrjskzrc943t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hec9yfkdp7cg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2fc25s2c1t69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24jrn1zbmjq6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c279rk3bbm7jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Hernia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4dctve6d4r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjh4wrl0l3p79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjxjpl1f7cnbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6118qnnp00w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7jd94gjt0y8g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpwcf2wkszh63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxql6b7fgj9x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqk7pmtn6v6zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/des1nwk68b5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7c0m362f2fbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wr6sspk9nrjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94zpfqcyh1828\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfl5k8tdldwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkbv4px61nwd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gvpfwyfqqeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2y2pdfg10mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmptsx6cr5z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mny5df6e1m56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eellmq620fyq6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvj63yh5pzx7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn1qpf0fgbm8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38byx7ezy63eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicareCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlty68c3zpnqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys49z0lqtj9g3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb54l47nywwq7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx6w5g3p4wfpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_CapacityOutage_Nuclear_ForEnergyGeneration_AsAFractionOf_Capacity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3flqyndrzk5y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mwd9374q23c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6s2k2kmg1cb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0496mslcc0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyshcfdfbhq1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6064\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvfjbqxlqkhsd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bm4wrrgm8yy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr395hwjwwwd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erxd3v1l6beb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yznyky23xxrz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3352hcg96c9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wzb02nseltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6rmhxfgrkx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnzrkqzj9ws34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3v9ef4xk59g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnswkxzr2s8qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v75pz8r3fclb2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhvdl0qpn4ffc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbw20vp9tdr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l0qnzg0z6kng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8ykv1y6k685\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgtfv2enwyjz\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BeerWineAndLiquorStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy2m6y5tge867\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6d0jy6ttstxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erbzhm74b4zwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4s02t9jy8n17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5dpsj6zfm9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q04k5xymn7ebc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97316wdtwe4s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3jtexs4czt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvcgrvx4kzefb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltk6pq36kg6z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylzqvrnccblxh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsv7xpsghnnh6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgrrdg1flrsy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9wrtp62w7eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbcj504qxk103\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72bd3r0b7lqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp1pddwqlvcy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywl4dhtzgynmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpwekz90p6tm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2mt8en849f9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eqvdbb0hbf8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_MORT_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrgkrs25pfj8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk7vqcfx39wq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss0t6ewncbld7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lktz2bqdtf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73vk0chpvcl7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6rqjc6hq34h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3emm85qxn34p5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llc5w954mcfh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydeq3eb43w68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1m58k2d67lz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbs5zmb3fh6v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dlzylhxnhnfb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b1ve7yekssh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtpfkngw1ym1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lw6c78zmwt7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjnh4gc6vpcz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq4rwej9sxhm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p59ev25lkfw23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7cj5pblby69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfyqpm80ev8pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs6b2j9r0tpy9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin14a_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpg32b1lfhb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczps7k2dgrm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_2_REN_ELECTRICITY_OUTPUT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/306pewv4p95ec\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_EverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdch31np7wcfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yzy99zr9t9h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qs3y3n3xlj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mppex5f3wmv05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk782exz4v8e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rf86zt870jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4jl5r7w0v339\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evqxlpdltcwg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zgbhyej0lnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgl5l7q4z6d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1ck69yek9t2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y5393c4e55df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njx5wenp235z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gcxenr85sr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b89071t5wxc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_650To699USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kwg5me2ewjvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pdmre5vktz76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe37scfjfmgfg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l90y0d00nnkq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b2e1d3cwn6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb3m6g6em86f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncqm5bswrzqvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2020OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyk6zdmwdc0e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnh1yq6s8t9df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0pepl92ycpyd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5e1ngz7y887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d3kdqh4126jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx6vfslzbwjh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grxqng28bzq0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6ezg1gqttg4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk6vty7869g8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r94njcet32c05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgsqkrg668vw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjsdvq7fj4ws5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dlh1ntdf932\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_Government\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d30m7p1t02z\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/223q98wg62ntg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3rgl6bjvkxzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0blbm6tlbzt8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b77d97hbyf923\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sel1p71e7gh94\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2l8wcbvz1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2ly42mj0lych\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2759r3tgcy53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvf43gpxp0nz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_Smoking_AsFractionOf_Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtnf09hj4g279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjb3xfj7epc4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_MORT_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/6xlgs1gxmc7x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntdxr9tp73d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2yp0c78d9112\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqgtw95h3pl\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_SF_KT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96kqk7mrr2re6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bp1jjejbpbj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxv537qk9jjfb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06fq96wqz5n7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnincorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7qhlq7wnskmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdfh8488b5rkh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgv66vsexz9gg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NontransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32gfq6pvp1t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/465e11bh8jy9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m08rg35h5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxhwxp7grjxt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4n0w5m2nxn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypcyxmxy8vnv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1561_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz8mlk6q0wbq4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rm7mn8ph34fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77z2vpr2xzbw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vzdtcv9c3xm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh9wcd6zv7hkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqmb8chfr6yd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvexbwryvejmf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTC0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kms3x4rb2c2l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4psvrphm1w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9t3fvpvkpnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9sgpsqc4s4ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf60wyqd1379g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93vc1mzwsz3x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zwf17my4d4dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z323zrhfgcy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7jvfb4fv1db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rgr94j2xs68h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve01vrq0ld1rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mt2xb7endtvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ehrjq4bcbkq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyrgmfwe2ymj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxmc82pqtspb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc9cgrk78hg7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5e5xzs2r1eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57vb6epc3hv69\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2019OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pje7g3460yn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ble866h5hdqz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2cwx6m6xn3b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kzqbqv0vqq6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e371czbr4pq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmusementsGamblingAndRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngqdt71fgezg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgjzjxbzfy71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhplek799m2s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nvftdkhgbzc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x8qcedr09362\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ne5srthd8w73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmhtndg5td3sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r045ht0t5g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wj7jn13jwzp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5y6zz5jx0zzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l3ewn7ywp3qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwjlwl6nnms9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s5v81f48yww5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lb41rms0vx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5zqb8qyypmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfylqvr964d26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Incest_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ltdjfegydr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eenv7wdlewbt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5wfzj7kycv45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kpcxqkfl9g77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9elm7g42w5e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snmsk82em6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx9vwzyrh3kvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcnsbfbgktjh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snvqvqvt6hen8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khjb9tdj49md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tje7t59y5y02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8mec44dpc192\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4qqsb8ncvd4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3sb8fj5k2gg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwx15w9c4pbl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07h2g1b9wdh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfky84np81b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzvp45p8k5ycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz6wmgs0s4xp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxf3vxykb0r8g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/terdfgprg3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9133_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7v4d2jpr626\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fb92let21fr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8d6fmjvvllw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ContinuingCareAssistedLivingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t911ndm8d644\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t8b67m1y8z0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nktzvjhp7kt4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2570ctxvqsgt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hqb90x8s7es3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_25000To49999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlyp6xc7vxd79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlsr20hvrmgq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlxhz99rw8zr\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctev7958mx74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmbkv60y78l2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpzb7fpy9x26b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgxkw1k79sp49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8hdwlf53ghf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjnqzkhq2fq37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smjl68dkknr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2ejxz6kl5kvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wdwkwhhcmbr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rjwhk21q2lxh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbkh3jq4e5nsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2zd64wvw9wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdqxrbqv8f809\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8msf70z82brf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk1y7mxtttvk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2y5qk8wpd38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygsc0b1wdcr39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z99jrljyv2ycf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5ns118cfg37g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29wlfkv9epgt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw34ld2jf4m71\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7lfq1h6s2493\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcqpgl0rw896h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28e9ygpgvvkt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwz4hfnrtztv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6k9nwdl6qyeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb84mez2eyv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d0ng5skm2vd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mks63e7yts014\":{\"byEntity\":{\"country/USA\":{}}},\"LifeExpectancy_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4sy6g26zf4tf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec0nzr58dr5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6r5cgdv6dj23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz3xjjc0t95j9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollegeOrUniversityCampus\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_CREL_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ny7szkfxmjsnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s32tnbyrf9ej1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2zbhmmrtj484\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qy9yd617r1f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5efysrnj0jev4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr643r1e9b8h4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_KLT_DINV_CD_WD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_71Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hgklew9n8pv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/841xe7lexhf7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lltpf35j57np8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NE_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he280zt043w04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s1gkwfkqe133\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrjm28kzvvv26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfq8vpypb3c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7hv4pq63326\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet8771rn29n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmszn8fx2rd98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfxk1lkyywp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k1z0793mh55b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5q59fyye562\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lisdexamfetamine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwflvf9fyy9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qrzn9sxqydzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38h9m415merl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8kp7vvjdn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mytkqmjxbh975\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s5bc89mzyxp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm263pk8yyes3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhgm6esnes5p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmm7kd2lyst12\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ec1eszfmj6n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xg26c0l9yf42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9050_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en826wdxv182\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnry1bn4j4szf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G3_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Area_Farm_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzfbj73pz96n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnl925ft6wl44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reyh08lxh1el9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dmfdz6xj34ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgcegwq5m8d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82j08pz5pvxr4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5tv2lvnv2002\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyb46br982cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs988n8evf9hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25vw50g3rez7b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j753hhnm0d7s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrl5g0jkmyfg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxr3pz8hgrl2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej97qsymkker9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx5zz7xppdx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvqk35lrr189\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5wz84891j0jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06pwt7m454mz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27ytfnq43jz4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gwqh9bnycp62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2529_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2p4enkzjb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eczn8j4zs257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3dcbpkks257\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q9sxhxwgd0mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehql2jnvxzq3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwj1pe35yrb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em9zz8xjtj863\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy31hnz39n6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7p00elhqpk5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8cfygbqz0d17\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7l76q7bhc2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtypqnv6c82e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3r3l8266nm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkywpwshj3ttb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmd2lvnsys5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xvgkzrfww9e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elp26e950x754\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbtjx35lqzlx7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q1rxfjtrkrj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw2blnywzs0v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rzrgg0jysdk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mljpcjgl32qg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t6vfwpk4pns9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kz9lpjr00ys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j866jdl4gkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0dp5ppyhc452\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh535f95wn3g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfj448qpj113\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_T\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hffz2yj5kf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz3frlxyh4lc5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6wv53wbqklch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76ttvel64qy37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m7qsh6pc2nef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c246lqdbf3wec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssnbfmcvqkdzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcc0ccymr57v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngyvy8pzp6hg7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgpenlj8r73r4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p6q4108ds5b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22qz7k6tf5ft7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9860vprvw87y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ldmtps3hkg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtytrrttznlf4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wc9b5qbh9nzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p3v0rxwbv3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1j7bfc9dc088\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jsg1bsydhd8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e7d4xz2f60c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzl0ehnvhbdz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2zeq33ew2p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2796hvt15kb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rzgysrr9v7cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsgte71jdvl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94ky336pqhjj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyp8h09nnnwkc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdb1zrqyq9lb2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_WASHL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71xvwhzsshbr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd0ejtgd6m5g2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nme452y05wqy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9jrntg8qtvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmjfe3xrhdln5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxtdzb59frkf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwscftsve9t1h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rfvnmb0m23l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_NepaliMarathiOrOtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7dfhb4fr2y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zny73e9nxb42\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AIDS_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7y80m4pct62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9rhcdps6n112\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f893pc6ndyrm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2zfqwk7xngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfhv7qkzpp07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzt9xyb2esjh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc08rdpx7cm02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr3lrenen7jf8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzskdpd60lzxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jntf0wkwhw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h80ymqblvkl69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/356wqpd3ntlpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr5c4hs9p33wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfgt12nf9gt5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dc2clzpynlxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gcrn657e7vj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d06bze4kl0mrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbq05lkgsx8b6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k6zhe4j4jpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/818k4qp1vm481\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqsknrmfww2h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss9y7y25g0ry\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18v3smftcxvcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkl74ml76qg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlw93kf3ywzx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tvyn0ckl3v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgfp77zv40l3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CementProduction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_FEP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw5yzq0fk6d04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q02jfh39f9je6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx0b2dr550y3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz0pjq7s36rsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3ys1vzrzxg84\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_LBL_TOTL_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ghqnex97cxbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrtfz4nw2gh3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnvypcp1x1ms4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsyzqkhk8wjmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqmg000snrk94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgbwtd95fx0h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j7g8gqn71zm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58q4xp0nbpy49\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4efmyr0xk738h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkvkkqn1v28pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1dryb58nk4h1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmyybjgtxf2h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ls2pfnre7q03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ns7xke0hy06\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x28t8yhsk2eg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk5h6rhmk8qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk2tmjlh015c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhf8k69pdblb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slh72ljhl00b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfwkjgtpd15f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6nepte70892\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37pmk5cmkkbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rggfr0f1nh6l4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_YiddishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k030eszcxq9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7pwzzwkqpsb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s05p7331dysq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xkmsf0y2v6tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvh683vhjj1lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fwf5f631ml8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy4nh65q35e9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbd06yv845pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxplhsv9vhe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lydxcwvbr9bkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50gf53mjz5sv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m151n3pr2z5t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91h6gnssg0045\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fderbecv6rpnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWCDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwyvgk6mbmzsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj9gv169dn22d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e90chq05mhxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph388r0xl7682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trs36107rtrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xek1ggr543xlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh8vvwy1vdk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgy1npr6xsdbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f88ewjfmvy157\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfze5gd6rdkpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv115f6ypfez7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78t4yc8j21m34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc71n1ter3qf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqhfvqch1p173\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3435wyrj6h58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh5b4vpc3zmg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v0b2vlf58gc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbcr588wpgt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother46Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/141xfbd3czxyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rpjt8s6mlhr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb5y1xfjt3mk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj83ll9tzxvn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdk2rlj0es7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpkqpt3e20fq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4esx6r0zzcsld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wf8v0zncf6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1wft7ek70x81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f97k79vfg1611\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yed2hby8lec7g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin42_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfvrpczx23rb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p3mg30kg3qmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36tmr48pqcxv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nbz7955z6fj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08t35gd2p2h02\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn66tmxcdm8sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3b630n2d1p91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwy8v8rmjw7e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819LPG_MGAL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcfzkw3z1c99c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r1l0z1p5cmpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngm341kcvgrhc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqy299w7dh9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lsgzsnbbrlyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7m553e0n3rbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3j3892hhc7p8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AIDS_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt8s5595qxdv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc8yqn34gtfh4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F600\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te37kv0e3xdb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phencyclidine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhmz76dgmr96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t605l1f1kt4j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hbdl4373737b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67qh6xpcejj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/691x9fwtg74e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8b38fl01h9kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SportingGoodsHobbyMusicalInstrumentBookAndMiscellaneousRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Max_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w398yp2kb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gb611f9y52cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgy2sl09n0gbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VGTH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87zgj9pc63pv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FunnelCloudEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q65pyq787lkk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pm0lb217gm86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vt1131q1g6s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj4n7pyy5ll4\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v06lrskr5nb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hm579tw1de9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmejk8hwhgbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FR_INR_RINR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgd9g1c0gh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n7lg9zxl0f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lf3vq295hqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gy19s96rfs6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_84Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr6ycs0h2s60d\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3e4h6pzyhf14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hjrf4fc3k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g1yfg2pr99x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz9e0z2csv6r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn2ggfz30vv9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qkprhtgvpk15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx8srl3x681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqflhpzf21yxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwbblqjd8e7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI4P.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_OFFNL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze18lpdtw7hx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smkx4bwryxnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsfs6xn17fx1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj17nh0llvyv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2zde19f73qn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4kd3ttgzmhc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_1950To1959DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfpfecqnsxdv8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04g947nsl6le9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R10_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlzheimersDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eznjv91dtnq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqs636m1z3m49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkjrgtpdf2s13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8shck0sp32ccd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j19req4mc09g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedxx7xwtk8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktxm11tvqvhm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjlvvwdwqyw5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k6hmb1w7qbwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqb0l4cejlfyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86wlwkce55d7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/764gk41kck572\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c06h8ptty8lk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dy61vx7bw0jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p0188gc3k3pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brq7t8mc4pn1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw6v8m9kvt4cb\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r4mb2e2rxcf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_Count_Establishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ypsw1z0ntv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhpp19s6s7lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesExceptFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqpb8z6b2ffm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5103_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfrjvcr3m5w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt5wct7fv6w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l11ts2zl2n3p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf1ts360ksd07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148vplnfb9fn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwebp95yk30r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jme7w3y1bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rgbqxqrj6eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brs2x8elcl9n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1250To1499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rych3v6v09j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cthmgfrbwch33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MeningococcalInfection_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pryl44blypef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc0zt9294fn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj1wh2jktk867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlzht8zb19gp1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_EQPWNN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2hq9b26gnr7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m3kt36rdfs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptvfpv63pq6v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8pdj8j7hd21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1f7w56e42m76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krede3q660l8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wfltblq1py1g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_07_gender\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_Orchards\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7tejsqqw6zs\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/531b4697t9ct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nbmcchkqnkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqz7j0fq5cj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf56k89qn125\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bw00zsm4res7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhy14rqfmmkz5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPGR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhsvlgekwtndh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0stsvgdf0d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxcq2gsn18zch\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjezqsejv28p6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD0ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnxx53k5py3z6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MMTL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0ezrl3373tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2qbkg26w3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvfeqgfbfgqd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0vbpyhcg7vmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5bktcz2hwyy8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d1kjvdw7y6q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcew3730ptv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8pjf4bv1bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqzn6ph8sp0sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6ek2zr63h2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctyf89qlz8f47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qwe7ls32ntpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61f4ypkry24zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtzhdr0pzks2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqvv1slyrzjkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p66j8grdc3pk\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lbtp5jhbf3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p2bff1ts0g16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msyn9vt4sntsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn1g94fty268b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5mvk49fekkq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c79647qq2rd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcss8m7qn2mq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_PEF_TOTL_CD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t1p0z83jz5vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ezxkw29bf7k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvfc16vk5613\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85y37tglymn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5jrqp0esh2l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e94q3pbj61w7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dblknr5x8wh9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl583je263p02\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xq4h3q4hnx33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8e06gd5dlc27\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkedFullTime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5qtchbrfgnb4\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lpknrleymp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rwme4sxgl14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbh24pdrd0ck5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qt17gpn9z5bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj2h4nz5z1tl9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_OilProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R06_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z74eb9bvtkbf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvmeptwtqmh47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygnl7n10q116b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v5ydwfp3h2h2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6cqre2l6cr04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41ch7cbkwlv8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6y6qrvwrszj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc9hl2q5dlpz8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf7ys9893w46c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fbg0507qz2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb5ls19x61xtc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h5c50lb78qkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd7q1xsj4vw4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgfkxqh8hbq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativeHawaiian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqznddrvmsek7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe5yzpdh2z1gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx73e9lntcv41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfq5ey9c0h8p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5g6mecyj7t83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45dp265t7101\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5fmsmtrh93h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9736nblxxbhg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3emzbjj3nwmnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vb5d2mchxhch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy2b9qmnd2jp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt81lh8ewwj8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdetwdvweyk74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nbpvhznxz5h9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpqw9mxcb4cxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np85ppzvq3312\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl866rg0clh91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.13-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Electricity_EnergyIndustry_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wbpr8ztfm3n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpbwmzfc39537\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z8b964ld1xg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8hfqrvtk8v77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vsfp451dg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9pggv1r32p2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2sdkdc1wemr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mee5vve9q7vxg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lyv4vx461cv9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nyfz54tn02h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk5nzcbhs7j54\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sgk9v103f61b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm995nd458t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryy03c6xptpf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71p63scs3g4qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76k4vsyzq965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qywkdepgdec63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxgyycbsgv8y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn0k1ph0esm66\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntet2jhlrqp05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0ch8we15mvtc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qz9hrzm5rtng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58vjd8z2flmqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9fn88b153tjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/938k1psc07hl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2lqq3zpdgmy7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_DR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSConstruction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ews03qb2d7p86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7jwwdvdj2wf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/008y220h20hhh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclzv7kkypfz9\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0x5833mh2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2m6b0c5rn9f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkswbj1j4744\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b738yehw228d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t66cy3ds4mzgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d13swljpwqn08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr1nmwv22m2r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8969xlc692kp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kngv92b21351\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1519_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh99v96r0gez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr1qbtvf4k6cf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_AGRI_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jjh21p3qwbh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tgkg794frgn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjt0qp7zyjsyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17mg77f5yme\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmmrfr9gmnnlb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNFP_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cr24qtx3vdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2wkvs0r6vll9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hqqbgpv4xq4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgg51w3r2jq6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_OatsForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s6jxjyh7e5p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1tmqgc63b73h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmj5l2egv9ds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6jc0wer7g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyqq10s973824\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63kbd4cv4dcsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccgcbd5d0pzn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p34k4tm3pf486\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptqzltqmcfygb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSConstruction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ppg4zemt7c7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl948ddmh1vtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdd4wn07hplkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev6eck2g0bxx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shp401d7c31q6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmc59cqdhjjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w8rwy9v0xdr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh4zhxmsgyvtg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1243fj077bwt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en0fwn3gj716\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6hr21qmyn8yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5fphey1xxp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4hbhe8lftmsh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4hq9qmymxbm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bzxmtxlt1195\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkd32en9ng3y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg1zfjendxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tyg3z8394x43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq76d3wz9lpd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1170_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx1h63fc31q85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e30jl0rdf2zh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj9sbznw2h1c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp9e6qbp3v4ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tc2c3lyxtkmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6n2z7vh9sy31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmw1441jxjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/930c180vkd3rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8zll532snr6h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_54Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by06we3zy6qj\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3gt420xl9lqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mwrbcfhe2w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjnd516v4e91b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d6y1skd89jn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vxeexzpxejh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qrppfegw84b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx5y3brs0kr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9vq31fznsced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp0tfztbryts6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1f791s27r194\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e01e4cfpbh5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z45j90hke8n76\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Households_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrr39fbkk5w16\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zcwbk8d7js22\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fxvs8kywt858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmjh0d6eqgp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9msr4khmkp4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxt5xplbtml3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my5ywfjwkm2z\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q5rbc53qvpvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rstrk7y0v0ts5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rzv0vybwq32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjgqngdldgc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypmrvdtd4e159\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccnck0v55tt12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0z7j2bw5pb4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y217dhcnm88r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbq43fc1h4c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1px0d4vqce6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lw9j37fs7x97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ysn8nrjn4eqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rggdv759sv0q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xr09bj6mftcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn8vjc6tvqmvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05wcqml7rh6mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6hnzhh3n18rd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceAsianAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmn5bk9de75mg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sylz81rlgrl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_Female_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wg9gsvg9fh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbkbtverk1x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81gkggtxkfep3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9gylw73ks189\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x85cfxvp3s3hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymnbtkpw2qbdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hnwjw8zyldn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98llfjtqmgdec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlg1lzppk5206\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_OTHR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/526s3xejkz7n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y119pw8ff6nc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_XPD_EARN10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nj13r1gs8yc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbj0f5ndxhw8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs80y1gtdw723\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_T_23_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9pb62kvn9ngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw9427wyy40zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1806dqlnl59wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8txzzy0qjt8k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8qr6jpnnpy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cbw71ld5zex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c00fbb87spjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk6wtp47webgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkbm2mtzffc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/374gwjycvbfq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj0x39lk6l1e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ld3h02p8ljy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2myb6rx4vy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l047pqsvesr62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqrzj5049lwb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2rzprefvjmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcmpbbylew72d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygj0x13sem4pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytnhhzekjsyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1892eezqhg354\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmegn9v7b7l7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3t9bv7tw9s5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfk02nwmm4xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wz81jpygkzgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr33rmxdq1vx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FUEL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm4ps3dr5yb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyv7b4p9t9v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9chnqv38wtxq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vcg9wffjzv4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ll24hb9qy3t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq0g3xe4yw409\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lj2kw21r8kr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19ltd2pvlrc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5hxnd5q2j578\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exj813yt7zjlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pdpm899v99yc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71pqhep9r60f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xht5z4wbr39cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3tns27wsjhlg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5qd7psht0e1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwrp5etmsn14d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tjd940qx0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etzp1sfe8lth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b40ll5j8yfv27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st5l40xtfhz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1nscqp28jlvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w1n7nmhgcx0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgchblc6dw8s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7t43zwsp9mv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/997685rmdhrq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsrvysc3n5hgh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lq4x9hwp7yxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyqde348qb43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jte8658l1ch4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwcn514pdy6g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfnmfs4kfg1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtzjkwbs6s5nc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqq8cczhb2fkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slpkjp2yqnwr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zb9lvgypc01b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07dvzc915ng2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--AU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8608jhrnv5ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chbtnhtfhkwjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3n2f227fxgmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trqlltvj6qp43\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xfx4bks47gbd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m6fd63m181c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hylkq6qsk4qt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td7dnvseek1gc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r94g761fqq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mmzg72y8exb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvycj2mhmx675\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4tgg5vwdcez\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y81zp7d6vvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f255yek8zhbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xks5c8kvg5wsc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgygrt215k9e9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4431l20st1fm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1fdbjfshdns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x16jtsvyfz83b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qelhwl47ks8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_PCV3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejy5tmjh10dm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b74sg6px9mw25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7c5fz8qj27nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0vwp9y3179pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm0tyj8dv822d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fb2cy53rcfgg\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125lppyffw65h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PCBK_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9lfrh8p9vjvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmkxvgcp9qt9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fycjyszyvk7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnq1qfhep0qeg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6q09jwe83vv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ftwqw4mz7q4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WinterWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg392qes18p6c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tgdshfn3erw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn6qwr7y0qk6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8rn03evwzvb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_18OrMoreYears_Civilian_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtw9t4xjdkm03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzps0w3bghfn9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l41svkg5q4413\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9shm77wtpqq9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4k25mfw8dhh9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ndcpp72zkek4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvt8zptm1y7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5ysd2tlxp053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6d0158t101s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9436m4mfdl7w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg056bhz9mrnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h4934ks3p3dg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yjhfgpmth3j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p94j7jmvcblgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkstfzyjpw4q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vst9640d3l396\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt6b5bycqmd41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr847l915gpvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp16ktfht0h4c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k6pb09jmkl0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ftw96rg5bs8\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hrnk9xrlxbk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnrtw0m2h6465\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbfl3x084nszg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczsr2bhx6jl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhmfr6lrnn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlw6zhjyyqbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7s6vgwtnx849\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64kx06stq4yc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbdqngk78d0bf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76lt3kf42nmq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkh3pbycww2yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxkq2hgey688\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0db0x8k8w6bdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_28_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yygdendwknwn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref2ynj27hpv8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60qm0903df7s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmdcpbq8zw3j9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h955gsmy8ydy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq4kky6g5r0jg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/per_sa_allsa_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0szkezh15305\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dbpc5jlrdsr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmeqfhbns8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzny7e6r1qe5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1qkt9c5n6wwd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpzr94bwjen3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhw711zrhghbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1snw6m27ww9lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2s8yev4fqe24\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5th3nt4knkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09eq0x4sctt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwpxltr0lvs8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7bmnq502mh8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djjzw6bnyksk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ShipmentsOrReceipts_Establishment_NAICSMiningQuarryingOilGasExtraction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70y0ec89scffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1z1d95w860h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ysywzn5cy04b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNNP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29d32tht48ek1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmfmsyzw7nhd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylywnbnywjcj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r4xktbf94vf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldlf3sdgxhwp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqezmvbdrbpf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5dhpd3d9sq12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1561_10.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp7g90pergz9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr1jwke4gr4e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb7f95jf1xb5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nybhtmjz7w575\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc4mc57zwxjx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwhkzqtkns3lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jp07brw3g26h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mylgp997djwvd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ws1tyn5gqdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkx6t6nm02h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klgvb7bte6f6g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m95hrsc525kd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lm21fvefb7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfnv6lmcdl1s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys65wbhne73lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7lyqebvw9jnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn6dvm8wrsmh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nsqnp379cd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dllpyc77439d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntlsjvsc9464\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nt0dd37ezn8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskecdb0z2rs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vyblm74l4fb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxx3v49m0xl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q89r9e1d8p5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj5ledjlq6jx\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfxm5jn6211vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2kt2zth09hzf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_Charcoal\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1xvdl70nyqn7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/der3pjjc8sle\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkpm179bbh822\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12nskyg4qr1l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbglsgjn50ry\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm08sly0984c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8edkpb5s83447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr639h78lgl05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlkc0dr8cdrr9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6p2msjhlnwhk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skes9hcrc3y33\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/520qh5dmeses3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ges75jndrfcp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phe25glbgy7y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpt7vsl4dp7hf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48738yc7pvgcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh5s832m69rgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dzztz23thpzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frdy4p18cn059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e9v5yq2zzj2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqxx534vg08cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9yb58snpfzw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69q5yezk8b3qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qhyzpgk7hs7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwt0bnq1c5skf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/898y00m1n7ff5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xqp5whz3tpz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtq9nxrxm8m24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460fjmk7yr9c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctkn20qb2scqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13vhpl5pd55lf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzn8hsxh3be3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w0v150twjkp5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqq67zerkskl7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3nf31hskjhn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62179c590kxw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nss2f8esebgh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnqyyj3v1hs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkj0jsgktxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpm9ytrr8xyrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/recwz57lt1m09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43zyhvyb4g385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myyxfp7nf8jp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r18dzhwp21e26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzdmtfgszkyr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1cectgnbmlr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2r79zet9q33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ne6fkg7wn8nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pkfcldw30455\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr5m8jdprkvqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh36k0074eh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/174nyl7xvgke1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n58pnx059s9sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s42xlls9q2329\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j6w5y46wj606\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vhqxr2crllwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2s64pepnx431\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk1kjvzz4eyg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn7wslslxm7v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5741nrrv2v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6yjbe67rn7v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s88l3c7kvd68\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_TRF_CURR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91grp2mhpmlpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crb8jq1sljcrh\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7c5z2bg5yy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj0v1ttqw8lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8778m3nqctfc8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hdll6jfx9jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7e6yt73nfs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvk0ew1nrwfd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_TXTL_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ez6rzg67bt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whtr1wm6qqt5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zslvcylg1fsrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_Before1939DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/melkyh1epqzm3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gzxwr5jltsd2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezp2hsc3gczp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkwd79qqxh3rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppvye24eemnxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6k8n4891g46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhd76hd2g8zx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlg9njh006722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5fbqf5de9sh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AllOtherHomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7cgm2s2xglm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dgvj5zxs1fjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2j8kvkwrstq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GNS_ICTR_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1znrpj4h8m25c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnd4zhgevv3cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n52mkm2n84lv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5wfjcj2fjv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3l3rfl1ms85f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj07b2m7rdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwf6rdfrp0y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t63nwh7llfpd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk8pn2j9jk3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwl6qylfjjxq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb5pc6r89cpkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqfswh2rnwzwc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_06_matern\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfge5eez00czd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wmx8mm9rmc6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxzfqq0sbx62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwyre451027td\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44dt9ky0k7nn\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbmqlycm52yyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jz9b2sq222z1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns9w1sw6z33eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jp0qshm308df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j39148yn79zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dntfssl72r5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxs7k039nrpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h4d3lnd77447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2mq640z3rk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdc4hlefslj3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthAfrica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3m2g2m2bnv58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1324lsylrf17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjkpcwgsq2fs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb0lwez0jglyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5pzqcl9shs1g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ej5e08cqt6t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2rrwlx98ft8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm9j8sk0tz6c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s34sbs23n7dpc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2wpx963jleb4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emw4ky3yzwq55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ydwnw8nlc36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l4vc77ghznph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwq5bhbt5924\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsdk47ftbmes9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.BIT.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp0tswl377n63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w50f494j2qrj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm6t1hs3g4cp2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3th7d19menh34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rcn077hv93nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2z196myy04h1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0hgn34dg2ej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b133ffn1hd359\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xye20vs2t74w2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbe5efyzh5x08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64tv9yl0bce9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym1b0wgenwqj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPVP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me6wd7mrg1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nfdpb85dpjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2yp9rbve4539\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snp3pcqnrvcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l23s5xpqhf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vd2bfxt9mq7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yys8n5b6t7kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crzc3rqy1jsy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvls082yv3qef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3cmsjgmbbn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcrpx77tl21j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebe2wtgsej37\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwxv4fn2kzvg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk10w98lzlq95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9nhjlntm6nk2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fsxndn877p7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pgjdgcehtnf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b9x6q7278gs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0eelg5l6yt45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sv95qnmvjbhd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzzf6yv14ct6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51nsyc4br0mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5rzv9cmrp4ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcye66d932vs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORDB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eym0wcgnh12tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbsgfl7x72f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33fbb1d2j8h54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mm7m27ptxlz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b77rw0jvtz017\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxsrdcl3djcd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1392_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29vy1f58gdm0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c58pmqcglk1ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0mwn8y9s366\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qwbzcygm5632\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3gjj17z3tc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teslv11z3hlcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxgg8mx68gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv6493rmfq355\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swkxwbld8phbd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f432r3he936t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjebky1c54rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt574phxg5hn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q19e8yhzgz35b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejjjjv13xng9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8djqt1zpl9js3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27kv305w28qeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49cwmsj5s9wm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7st63yed0l4x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtmdspjc5s35c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvg91k8h8gdk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MeningococcalInfection_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2z56084fnglc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqh7fmzr5jnr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn4evfd1c6evh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smllgferr9b05\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.LIG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz01e8cwwjsrd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8z4254nqhgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njxg4wgj3lj57\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw848zpdl6nz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9xxgsxlbjp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj7cvhr91sff5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e661cs9k63vf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2m0b31f1p1nc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjx1v8t3wkq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q3r3w13wmk5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d14flxkywcd27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs18kfgm17km\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0npb83ncq8m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8cz9p6zd204\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wqq7v4cwvy9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dq2ce4mg66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/641seeykb0y21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv595wxh7wmy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwqcj8fg754mb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn12d1fqh1ny5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH90N\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd91kq39d9l3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_8BDPC_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tqfpxpfvb6mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1n1s2d392s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnvsjz80e7d11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfm9w9rbe8mvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcj17hxckk6d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xqsrzt0ql39g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BZ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyf3fjw1vj8j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyggyz2hywe86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndgbp4jpzjh36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5lqj0shd0kkh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R05_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/485kwnl3mymz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x53pt6ejeejsd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_RSB_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1hkz1etr8jtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq7z9m49d8d15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdr9ml0js6sn9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58mc5q5lhj0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et9lzcdvpwzm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1kg1x4zgtpe3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6216c2tyyb2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vsp4h87fs9v2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59khz8wq6me1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_RefineryFeedstocks_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_3539_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73q0wh3trj669\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ffyj5m1hj3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwn1gl7rqthc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc821ctszm13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gknpxnxxhl0n2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_OilRefineries_Refinery_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bexg0tdqccyz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kdxlfbhp50h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x0kx236kpdf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycs8qm2gs6sbh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1es5x6t0mbj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/Q00-Q99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s87e4m3jpg0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbvg6shfxs035\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcd8tx7x8g649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr8plrvrwkjb9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym1cn2jb8fr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fzc2896781kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbszdztlw6m2c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460gn8srnx9y6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FR_INR_LEND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_COMM_SA_CD\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myge3eymt7cfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds0m0phhrhj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pr7m3jkfjzp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m93x1blnlf6h3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_BIR_THRD_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bwlx9sjw2zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3reers8yxfff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6tvzrb2cs56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py2dpbhnmf9c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2chlwxxknsvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4e1t76d5n4f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/I00-I99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv6xpefgs2v33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgv7szs87xt2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s25gt9rshwh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfevp32bqs5v2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qz6rn09042gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rfs67735xwhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkqw1kqw4bdk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y08zldryq3l08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpxcyb8fgk1w5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypdnvs2lpkmvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj4ere1jtpz19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y748n9m458hqf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0y8dkt0mhh77\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbfpszp5rg4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/DT_DOD_DIMF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p47fcxrf1vbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls3svzs1bqm36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33gds3q0c7p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhhrfv0gcecd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp68xfckbfqkg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsmglergfnm82\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wldfn2z64f3d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4pdkzk2zqjb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxt6073xd6ws7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dxwm3lgzc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72ygwqwgnq862\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_INFRAL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44hdf0zzx3ks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl8snwt59n45g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35xlp0eet3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzrewn5mv9xhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6he4h8xqmbzpb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_RES_INCL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2v8sqlwyvehf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2kd8sfesb1rf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l80w4y9bbqw96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeLessThan1Year_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lytggff71jle4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ShigellosisAndAmebiasis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9090_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vdm3wdx83fz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl50r2y91m0y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xndg9lchdd9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwy2len0d21c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv6h91xtzt6hc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYP_LC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60ejxwzxp0s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkxpr82bz7z05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc3s8kxn1bzc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ches3f9bhwpfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t9kvf837mqk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76pjy2n37cd9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfyxv54v5eszg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rse30rrxyxse8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjljnc231vf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk2x2lnbz0p5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjn1vhpd2beh6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p008elv4vrph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ymye7x4tvbjg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml4qxsvlbqs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35ngrmvz3zlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_RailTransport\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl0y4jvbknbl8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4s220tqn9546\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs88ldbmq9wq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt8gdq9qmw4t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqsx5d9sfxr2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_TransportEquipmentIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s9fg0lj3k8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20v586lqjkwld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj6ze1v2f3q5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkvbtgtexnb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfmhy2d205k1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx90xb0eg1b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v209tex71l48c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esz14rhp9phs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvg2lkgbzh1m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49nvr01qhbtn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sxqtwf5t3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12p3y49bv1373\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x116tddglsl7c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbfxhgv1sr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56fbjzz981x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlwvrvtws5262\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9qm6gqfmgzn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cjw1vz1bkxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4ebx1pq16cf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x14mt0w3826rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwy4tmb8bv2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqyzlnpflt79h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewnpwfm03c5y4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc0pcw9p6p5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1pcs0lt7wqs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5k4j9mggvn9c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3rm7fpj5te9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze40cng1sv3bf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w9m4mpq01tk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdht3cq1m1pd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ele3eftvy8b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfzstnr86yf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ped833flsvc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwl0c1wm0zlbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blnr334erf121\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk18yfnj5zt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0c9cledyghc2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v98ymtd3xl07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsrl4gzqdklk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22jpqdlk4jveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x39lmxjrjcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jctfjne8e5h47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xt2qzeldxm1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxxfpbhfd4hj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg9j3yfm6gvt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/457llz8l7lws\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llhtgwg7t08q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkzrzmjsz1yr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto6Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nyfbe2s5y633\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydnhv1m4vl6p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkbsfsb3jxq46\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srv2d2xtjxme5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42frrr39ebjg6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pns9kpvt9jl36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmptff87v07w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dyec7zwyljk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5d224h76g74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6799-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/ST_EEV_ACCSEEA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bgbm3eg34jjw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1mcw30n1dyb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bevmf5t48ssqg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc2k5dddc0wh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx73y58hed107\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjv1857d42qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhced31171vsc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8nppdee1wsjg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_4044\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8wc9l9q0s3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq453jkk0ge93\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56hcbmlwxtp41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djtrl1z2hrn07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4x4c444l8wn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yznbekr0z53g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xwrkzfrn5gdf\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PocketPicking_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn2h9yfcgbkg2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94hgdlxcsx0v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wc3cqrm0cm3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qqrlmx5qnrh5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bqfeyvw57819\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d92rlv9t0cx2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn01r9bxepyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqjthptj7bc0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxze7nq501th9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r61yxtsf61p69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zxm9ylfmth88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_MalayalamKannadaOrOtherDravidianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bfz871m80ek2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0pfscegzktgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvlqq1p288ek5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS48-49_22_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r8jr8nfm24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2efkhm4q1f59h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jew83h8y902t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw1jlf8rzjj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k2x0hgsv3j1f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsm1f4j5scvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvp87dxqle6f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr4d5erm2yh68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/711rp33b3t648\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehm7ehw2ledsh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqy2dgwh8tmlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv5qsqm8x7dkh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sgvncy0bp033\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkm2mmzp99mf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq9fspbwzeqg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/php87mcmrlfj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbt12seqzg5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r535gs2lnxt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmezd9z5dhz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd5g31pcj0zr3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j288btg9z5k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv3se7m8p9sk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqbxc8gc6tge4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh87jwhherdwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl46e1310wfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk426zyk9f8x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de49gg5mb3jnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy30mlqf4m26h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/171fnfpl8dvbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkfp4vw6r7d3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th735rqedk762\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bkbrjbb0hgz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktscekn0e7mqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4y2le9k5lpeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqbgn7nrzmxj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5cs6df9llrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s73bv08s5mp84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg36wrwcyy4sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv8myhnhc2vg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0546vsbqtz3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylh8dx7djp81h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wv73v2rme3rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02mzb5krymet9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qn2k79derbs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k65n1nks15l68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00hr3l1bpcsxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrjhb2x8wbqm8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmg6sxjpddbr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_ShortCycleTertiaryEducation_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4px3c9jkhxznc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9lcwr42qs4t5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bzq371gfmjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ty0lwes3krl9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17smkzqfb7ftd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43sqmlcw06n32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8en9ep7bwh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm64e25yfgwqb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmq0t6fwvteh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk33tyk1853e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvg4sdxvy10y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mmbsjry40f54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptls5dd78h8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/324lrmjj6xkn9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46865hpkvjqtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8910fwbqfkbp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frefy14ke2nzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fscf8kvskqwx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l781me2d4917\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csxfxh2n8xk54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2wqzkxtz833\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18n1v5m4lqfl3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4cgl9ytl07b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp9fgml70bltb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_38_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvr9lztkl2zqh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l2yepp1q7s7g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1snxdj0wdc1t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq96dn7ffb30c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bzxvdj9klkdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me2csegnnhq7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r7fexsm10llc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1rsc2vzze323\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bemhjeqzwk8hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/001qmh9sdqzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wvrbbgvqf2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kee5k37xnq9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3374c6skr5nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ts54w5b5hyx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypdmb4mcrem4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_8BDPC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ns5xc224579\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n69fey6vcjf06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/redllh43nqvd5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/R00-R99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c40ceqhencrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt63z2ht54lf8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4d81x6cjs02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyykk8vnr4q4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfq6hmn02t7wf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l112y7qsjz0tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjrbl2z11c37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k19xl140wbpef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntl1n865dm4w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fefhezp2lhf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97q2d4tpfnrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9flkvr8g4lj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt45szgphwgfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHD0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgby6ns6pvq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpnlnwddtzvl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_ScaledForPartTimeUnemploymentBenefits\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/522fgzc51y1rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bdwrwzp1cf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0w2vzx09gb6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06gydjmnzfxcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xprjbeb0138\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5500_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--GH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2ch6j51vhbxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9bweqgm0zwy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5ewnb0xtrrp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x36m6b7ddm33h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVDCN.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqlpnvxvgltdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6x3gxswr84w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3y259g8mzbj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/m88e35byve302\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6myscwjs22626\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ky9nlxq6pfr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm8bsry1rewbd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WelfareFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqfjbssqnmly9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd10eh6ewgc1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s65vt80y6kzg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/borrow_any_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_KeroseneJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhnb4bvsv9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl901qw6wl941\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqh1vbyc2mpbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zerl1c6j8cxr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1fflnjdnkcz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dh1qpn071k3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blyghn22rvy27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bl4y274ptpn6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_07\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr7zwe2j9zmm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccfs0ckg1vqb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hes5edfvx8hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7fw7wtbnkpr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv58yeth9tm0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2llz9nssbe9h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OilProducts_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cnf5q2fz1l03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgmpw1nbf1sgf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Geothermal_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5e72mn2lzmx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg1ellnbwwsj6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5442jwz06dc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q671j78jy3pp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhe67f8s8c0kc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef8050vch5c22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47tdp0epnvt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxs9wqcwpeq9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rf9322k31plg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_23_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn1cgt0fkee94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhylt0fmh7t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y2qlr64wkll3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfm3brd2b55jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njx1fg0728q54\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_FEP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk42wqy7v6xzd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zr0bfb7en809\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew0lqm9k3np2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t0prj1622jx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ye73phgn8f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtvhp5gzw2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2xl61665vjqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r54d0yrkybmm5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jqcxks4r7t6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nge0bp5kd96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jyfg2r2d6yj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrk8dxbcmns6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de0cy7nqnr71b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CY\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xbnbv6nepxz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4740km545jfr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0yx2ycz2zh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CerebrovascularDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjvhzx4lgb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1s77w3cr061\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjd2mw73q8rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vvdsvzw2tth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmr6kvef7wnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcq9zvrle4sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzrg6s2b5n4ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c3csb89rten3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdlnrxd3gdxc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s706h1m8b2r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84lvwbdwde455\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7751qcx1rld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffr8mwk1q71z3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdqwpvc4z0k22\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FNP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfeshy6wlzhl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnecmw54e6wl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frm3znzgjpmbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DIMF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1q1dvnht0de3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wet32hf632ny3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynv6d914zt8pd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4fdb39ldrhgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qxrvvl54e4g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl111ev0e3nph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtzdb8webnknc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm9xrhz74d5lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjdh3w6hjyly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4eyb3ep25c6h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11bq8d3hm2p37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgv45jcl73951\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwetd8bby83s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht4dcr5m2sp67\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5To9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qn98mn4jjev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxbelmx0qhde7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/979vdwfrrrtb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36qffrq6vyrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nndt8tv6cyxdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760xhjwtbhcw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w32ny39c0dsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/782ywygl00m7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddlr04zpps5tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t9ltv11mhxr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v16l4y13lny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hc46zq5h61r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mp7qxt4tpbe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lrzgz9pfk63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvrfbh7lq9z78\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsw3et64m9kkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlgrybrmblkz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk69ve3v89ncb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14zdxebdn05k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cvpyqk94n6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb2tf35x077c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlk3r5vg95qc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07r2z8jwd5p9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f9s1spcwjjn9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_HU_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqe93fz04dk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2cdd6wwfeq61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01swnz71g340h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83r2qqtlly7z4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nl4fvbfpfbf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5xpwlbz6lne1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqv9c54kx7zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b207tefrytnz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcldhncmt4815\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzhbtbnc4413\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fyly2lmyfgk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xrhgvw75fe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfx51tjwntdr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_LSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssgscmlpdgj8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7etkplj767kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsczk5jx65q8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS71-72_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx417wpqkfzf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cc3bcj7nnv94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je417z5rfye98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw59nsy8erfs9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9khrg8y24cxr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy7kdv5wgf80b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj2jqbxvzt2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpmjqmsc1evq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/238ze6xf33ehh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyyhrdy3zq3h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plcky19lb1h64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpnwtchy6r3d5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ecf40xx3snf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70trx4dd8g8hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6swbfsrjc9e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p0q52k4g1gef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c1d9eplklee7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vr3hljym4bf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5lbvqfqm619\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8s15hjg5ezh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pre1z29wk2w77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9ngglfmxv5rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z98d64lrnpgn4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm32b1ls2qdj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc9v9h3q8l8n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn12e23yfh2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qds67gwpnktf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1qjltfcqrg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57j5xs7msy9j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwf7h3984n37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TRFT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0bmrcsr92m87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5s10m0697lb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_SMAM_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tr4e0pbkq0r8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwq6rdcpmtj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egpnjj1d8mmm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rsgc1cfd60b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f41rr9kw5yzs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkqk796209gy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xldnxy03d0rmf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34bxcfhmwdtg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5shgn694byn64\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnyf6szbzd8jb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf5tskm2kwq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3v1qjykmnfyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF122\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn7sjj6cp5zfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpz414j3cd6nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28rrf871m77z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9953qh42p4le1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7p2nzfvfn9x2\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc2zx98t1v1t3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ykkls3wl3jt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893vkwcth00w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0hwvktdh4z9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v69fflkm638m8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_93Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr02t5ksghv97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv9tzn21trwhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv4njmmcm3mbb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnw9zz8x7hs32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybhkllbjv56m3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpd2gblw4s2sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhx35nxdzbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg3bd1zwct5mh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_FuelTransformationIndustry_SolarThermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9yk4rym9wbt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mcgy5kpkk2k4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmv304cyzv1pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88dp13scg6tf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_256KT2M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ktnjwq53tv34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zh8l497h38d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckspl4gd81gld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g31h1j7ry2fmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4f31hmm3h4s1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0exf8wzrw3n2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37kd3c8g508p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ln1d0n0qt0vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bv1q7yz1xl4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm5q8rjvvhxh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcm6x4px0cws1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4nqnbdskvhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2qc9mdqex1fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp6chptewk2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qe8ydmxv6r4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqxc814k47fc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PNPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfr02wdw6p9xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp03qxpm51q5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xkndj6y0fcs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkn7hcq1wlff6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0bsdh5rqrz\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13xfm9m44ejpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zvwte8pm2y4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdscsyxw8ct07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtewhk7rlet2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tbxqv51vsd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w10z11j8yc48\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_60UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2q9mhbgw93q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcckd4sk2e4jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d06m32wstwxf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q94thp69mjp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce8y2g8z4tqk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6616mv68ex2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtpx9knflyj1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23l61x5zk7rgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpvgd81vsl7z3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17dp3tk55kwg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52h6zzqcn2yr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwfkfsvbw5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll0p8vrjc3fef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws45vtxytxvg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypy4sjpls43y8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hbmt02llsj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epv7s4v9qhlx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gveeyxv4qxh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymk7esemzzmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yst5ph834xn2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7373p0xv56g8\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ex8ylqcbw6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ln5f54dvdl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pytcw96cy0wkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emwdb5gjkmewd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpgztps257p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67zd9b0hly8cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phy1w4e9zdqc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlkqxf10dk9e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lk2exgrywcx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsqxz8s5rm63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200050\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GDP_PETR_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarThermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br62vx9k7t348\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbs8tlm4vz928\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_01_01_01_indust\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etsh1s5040dm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tjb8s6qv6135\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7qnfpnlyv4z3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9hczpsdkepfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqeh1p8wxtpt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PROD_DIST_STOCKS.TOT.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmerreynhqtfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfj74wegz8ec7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8blq1hh2se32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p52k6x419l8qc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm0vzne4pwl1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eld89ytsys0v7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvb5yebkwwpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg6nec3v7qtt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxfjpz43e5bw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzqyctk47ngc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015ss6gd0wl2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pp93q1rlz592\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_PRCP_MM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PersianInclFarsiDariSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HealthAndPersonalCareStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62p9bx87z1qq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ldlqkzz5t424\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36spwrjsxrcb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03ld1xe2rw984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fdknez91f361\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twn1jr3scyrhd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_GBP_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yqxfb79bkfg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6325h3rw6ltd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lphl71vbc4cc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcqlvysxfxlw2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dll8n8mkyedrg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_VocationalRehabilitationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wph4dmygw0nd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1st0rwxqv7nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnvgnm9k087g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p01zfmqydk5b3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OM_02\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zsxt9geg6zcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmpm1kxknhlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn760r96ewp0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ScientificResearchAndDevelopmentServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RespiratoryTuberculosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls7fr9c9fhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3lsdnvprxv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqw4mt7hqy09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm95lle7mg12h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dpk3534r48t3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwwgc5s9nj4b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf4jr5n662x39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3k4dyk778v3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmqke3hbj19g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6le1j9vnr9dc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mjr7tnj3pz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsqpxxsqtc8gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y1s6n0q1g7cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7sx8ksnshr3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f11dzrjp9fcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vlltwv90n1y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j10hlx9kbn824\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhq138tvlf5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr9v3rk74nys6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c357yd61ggssg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10dnqx92cybzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brw74djdbcwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/065dmg2ls1heb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9175h5g52n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq4mn1kll0848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlbkfgrklxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tdjcq47l9tp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfmync2ytcpd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1qg8dpfng4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r79y1e3jgg132\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynq0k94cp0dxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cn8ezejlest7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssjb8cs91t3w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvn9nlsjgbhn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_FE_P5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e64v2xe2vn7rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n99t0lnl3fch6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDAN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9djrdnc4zctn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtytcm98xw8b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k81fwhsd70s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3zrxm47dybbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1qskkdq77dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1w8wz04hc1g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysznr6hl8vse3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbc1y1e2y7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f923gjc7lv6t4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqy4hfw3mpd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5mv6lhvbwhf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5888kggvgte85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGMPK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz6p9nfg626z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtzevckjqm1j7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl4w3kqw5rlm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c3glwn0v7pp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rdg336xtt6mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejt84yppzc5v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9kvmm90msfj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25l5pxs81vps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veh8bbc91k4vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1psd5fxmv4v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NontransportAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6j3qt6096kf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fwtfzmzwx34f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njxd9dhhcbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dneks4e5304ed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61b8srx7z7022\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyekcp1h8y6db\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj8h6xb6jdvf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrweq9r22xhc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6rfj7w7zz25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62t23jhs1t5ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9lcvs9ejg9db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx10e0x17qe9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rlhsdfvxh0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv7k4fpjg2t06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gx4qytb4thmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgnwmc47j0qg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwzec7m5f0hzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxh84549mjrw3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_FSH_AQUA_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gg5h6dqk9eec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R0F_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfkc2g09501z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4penvt3lgf64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfzw7bnyg48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqq66z61wl2g9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjdrjsmk9ef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2gr9vyqrtwdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1e3pfte76sw4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c06ls8y0shp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q8bqr747dcz4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g60gtwjdsk1g7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k29whrebly72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf198r3yftj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5dz37cv7n17c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jec71ctlft1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zfxbzxspg7kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gc3q2zpm4db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9ns3v2ch1z39\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jl25by9n47m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwx4r7w12928\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbcmc4enwyh1b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kqpdkmxm008\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l33zyje2ysm5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfdjkvvkrhjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sm2vc8wb9bn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcbkh6nqvseff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_1_G6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5895bhlk4v04\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bqmsjmk8sb05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq7n4hgm3hsd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxs5y5bzj5ce8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8pqflv9cgl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnc2qs9qff7db\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flxms10dksvk2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw3cp6l6hh0sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz0v9t3sc58w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3k7sz5m74nn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex5gvbzxb1jp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5ezngc5cnx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngnhr96kpd3p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v25fjf2lwvxz3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_BlowingSandOrSoilOrDirt\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3214qctbzh811\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdcwxpzvy3mtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5yjjk53zl7g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk4lgc1sqd554\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpx5hkzgc3tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvsyqs0qfkynd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wq6zw8j91tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fyw3kvktczph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqc2hq4g3sq29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgbz073t0lj63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc6gfse3px2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9wjdq6gnxnc2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_Economy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hspep54c61my4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjd4nb6mvhz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81cnr6ecjbe48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yv0ry7tjmwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbketrhbd533\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4qk8pv93wl5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fd05ltlyhsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lllrc8l61zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9btlghx3v0dg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7vbbjrt3eb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m54jzbjjne98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvygywe659h1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djyl74kbjv759\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14rt74jpb797\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z372dxlr9vwcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CODPU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9664ny51xvk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prqnbe30hzv3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2990x5qffrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0f235nj2xwmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3x8qjl73jxn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tb16yh578zh6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ESPL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm2vjd9ke6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wm4789gllxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klc9jp9gj8jw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4kj5nyz21y6h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffj58mc6pn3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e5cbblz5h5m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v3etf4f9cq8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekytyk3fhe4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47pbhn4etkyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml4j5dkb07fk6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TRF_NCTR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7d7e4y8hkcmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2w035955wkhh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpqkhsvj5ytdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8kzx3eyce63d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk0w28l12le52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjfgkrtvh0epd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye1576ccqz587\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wh4d5mcsrh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ch9vqdjeylkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkmhgkk4xmqh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cezfs0hmsv45\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_TOCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dbgfmf0f9cld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrxvj1lwf3zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq74095xk6vx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40q9bkzw1v6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n81dmchf4r7mb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_MPRT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NCPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2f5p4k9t85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5e4bhwph82b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Min_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynmmren18xv96\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8qmxymjkdn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxn6n08txs8l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7r62mcwnvf0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgch7zskmfbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ts57ktzlfbz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6y52e4qrk343\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_SingleMotherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq87chbl1x5qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkycyzl5q0x21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcm7nh64zypfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPL0XP_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqryglrm9pwgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3b07mgwn0xc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xqwyppxybq32\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sccymw1smdld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09gk1qbck32n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqzyg2b0st5eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfkrc1xhqdsf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rtj1c94syvj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gr9x0qq8pq8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njvdbteys5xz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn2vjcnnb6xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtzqr8y3mtnz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fcz8k5pbzxd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd3c1n7y2w1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my5hd42wjnhvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/640c34b2jrlrc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s329gsy4vfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svxhpt3gpndv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NativeHawaiianOrOtherPacificIslanderAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lynjrwetnbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xshrqy08k0l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7e0j97rwgytg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrcwmsbq32gt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dl4rsg2yl888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh683hn0ecky5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvdgy6k352w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsx7r7yyfftvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22b_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22fyjjers40bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvwlr0x2n7867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmtr4gjj3w5g\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10ctdy8p12p26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_TIM_UWRK_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h1e7p58hw75c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg8qzglr89x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgk0ylzp037w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqky6rctwmds8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjwslxhcqz3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdjn1kkcpby3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqkrmmbqje8dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzdbmbwhlqrp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rdclsz9b5wf1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m53m9pjksdh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5p9p74686mwc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94qz01dwnbww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkgnp92dwg0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksmmyvhsz1hpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15hhr5st9ft7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es1q25s49jyv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we0d9c1cc75z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzbrfhrlw9qrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705f71540hlmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72wppevwfh129\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5fhxlctkf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03wqmq686n779\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebwknhsb4mvlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj3fycqtzkk2g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6bx16xqwzm99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fseb0gp3wjxp1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4db7ddgmlx421\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s111jl7b7t5s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7j80r55028d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ll6n0ne60f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vx2ffxvvgzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3en94mqfybt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejw15r4cfbl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1h7p0mpgl3v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpcre2q1gwcy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal6Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr5pgtxbkk359\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczlb83pbelpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg0yvys2g9jn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7clrt714h7g65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb6w3t9zxdr33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn83hd0gkb001\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61jkm08y5zwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp33fmq9509r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gdzdkpg073x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhcqcyv5wkp08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xb3h75hnj7wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe1lqgyd70kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn50yj0j78zf5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2wye09r5kz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/708y1qkn38sx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9ck1tmgwevb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_3034_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS54-56_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27q8fsx1rm8e1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwebveh18jr48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3wsmrgp6h3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm9nq218q68q7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FR_INR_RISK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fxvwmb2db1e9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5h5hz4cz97t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v0hm0wcds8bf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14yjxbhvqd81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx6508j3m0wkd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4x2hxbeeccrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkg302wpj6dl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkp8yqm4q5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe6y5c4tj5sp2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkwsfy9km7k3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PU_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv0t3wb806drg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06r8vpl6svy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygp5h2pzfkmp\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69f78ynxs9t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg0s72271ej7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v250nybxnq8n6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p0564rhlcc7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qh4flptpt6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpwdxn02jwkf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmtn2ldd7kmp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGVTP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepwx33828z64\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19644n8ctmgj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ebl89y07e4r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jbbtfhddvbt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc31wc1qfqylb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ke4njfh5ypm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4tsbkv8pyvq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm2mbgncfwth7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4fbcn51mepe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/709qvz454xjpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpyb9z42bhqe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPublicCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3pwf05b6b2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Male_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31cwme1kb0tk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5dnk0c6q2y1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9j7mgwyjxhmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hx93wm25p4y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39c9d1f5ky4q4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mr4922ts2sv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6efdqfjf2vcf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92z3c6q66qxs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t52e2cbvy3z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tdqv4jps0ge8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21v0ge517sbvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx7ltny3vybj7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg088xrsvt525\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sdhj3e3ezwk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvh0f3f6q6575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxjjqjspmn62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdy1msxlevvh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke8j0hmdq7cp9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yex23q27rdqzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l0jd1b82hgn4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nff3wlnwch6r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz4rzkjzwcxhg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpf9jncrx6tm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ltdqn7w38lfg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTSFWR\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spzbbzj46xzm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrtq30q0r7led\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_PAT_RESD\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhnyz3n3lcstf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5r2ys8rryjxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxsrnehjl8flb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm6cyhjbrwenh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3fb6yrmge0j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fbht052xv976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3sdyg356x1d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xph5s16jqzpk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/574c6ykmkgsk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lblv7pn3m5pv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2f3dzgbeksg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzjpcvkbz0cmc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct2wj4w34v4rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx3lpch1vbd8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfjyzf36h27c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfv49ve7ej312\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7tr0fnzbp2v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfv0nb6brr5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineHailEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0nl7yhtdwx33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_USD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg882wry9g0d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1m3zdelszz4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z16ebzz4kjznc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_NAP_ACHI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1439zflxl3eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf8qhl9q0yfvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsd47mp33qnb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjfg96p1kh4qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htb6wyxv74l27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn8qgs3tkv8tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgz8djqmx7wq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7r9vtyzmxffg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fstg9jjrrd7bb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79yjdn7hrry22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpe3j7w0ebpb7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hl0c6sp9xrld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3txgscfen9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wvjyv0hezw56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xm6s2vxeqjsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppnfkmg20zgv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29v0qj08n88s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15n6vr80lj5r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0kn0e5pd60x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46qd0c1frs9x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x9mlqqkbv2n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjzdrb48cxj38\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k86gewrkees4g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07r79gb2nqpzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l4mpf8k08teb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnjs8f71lzzj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzfvbhd5c6j3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qdnjpb35vpk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5bdljx00fdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/022xg56bpzqhf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px5txp4d9cekh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgqt2x83cemzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3bcb1y58ygz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74yfksm1y2v52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1shqjqs05wrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n24en87qe9sx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2pzc0jyh90g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz38k17k05v0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrmp1wld3sex\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q191sbdmx7yx5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msdwn9xb7wrc5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_20\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glhvr43pns87h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpnb1e40bk4p7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsz6qpj80rwd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineTropicalStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzc1ey1p5xzng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsdztxphkv0rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtmnefy3jbx71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1ny464680lwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4x469gqsnvv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq0gxvcbhye06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vj5hzpgtd909\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v46n9shh5qx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lnvl0tv7ww73\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_STD_ERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/l9n53eqwqyll7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xfvqcnxzhch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twy87v7ve1q68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljj1795s18vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9l9xmvvd4zsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0rl6fzwd9gkg\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Min_Temperature_RCP45\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkb71nvh5w4m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsxyep511ftf5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvj5nz26dme8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f13t6x8279pt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/regkyc11dh0yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyc7s18jqp6xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvscmvbjvjnd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy6bme50qrd0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_MA_IN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3sxn8bnh4vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1h0lzcr7s5y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv0s92f6gwhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vz9pnj85zd3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zerbfxnxsdf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrzyq4gdbnv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jejgbk18rx1ec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb6n7j9zb40v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgcn2n0nwjyt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqjp5mz7cdq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_SOCAST.INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh8h6e31fymfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpb64zlcwl4ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xbywr69ly6v9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Water_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_INDX_ZG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/089bwgvyqwsrd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25nzsp4k57mv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0vj8fn061p43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GR_G14_GDP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dqpcyelsjn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd2zzn33v67wc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rknt3vn1cnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fljc1qrypkeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlb14tswl1m6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bk3k9yvp2jf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5p2fjxwyxk2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DM\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_26OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw823qkemnvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-BKWH.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_25000To49999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vpf73v8pg44\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/246m76q9fy4w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Falls_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h3010g32ncv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erllpn06drxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz59wt1hkl4y\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_COST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tj0qp8h2vx09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GiftNoveltyAndSouvenirStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxxx851nnf2qb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb79tp7wyzze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mptfb05x3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rzb3lev36tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2vdc5nxwwgb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21p7232mg86pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0gdp5wjhq8m3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_CE_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9z841tpz9th8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/petghqyb62kxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy6ngl9k0k2jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h3nj3zqe7pvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0071b2ym8p66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bvfm8j878p72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqr4blbzf9sf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tle58xqkrevb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6h9j2cvbv519\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/099nt0wpe0cx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ec6bdryt272\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0p5q5pcxy4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1m3c8cg99rq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdhqv0ryx3dg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v7nnxeg94w81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gejye9mtwp9vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ll307fqb1cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdewg67emnzy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn2hdzq8tqcn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/C00-D48_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl3zxqdfbs2ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42d26tds7yeg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp00qmj1f3jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q887pffqncwjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m2lrtltnq5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90cqcdff562m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxhynhlp6c2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/typ7mgwrvvqq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8cdlj4cykf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k15qnqjdgfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Falls_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0n3r3kkpsgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgwx3kjjzz8wf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_MarketableOralDronabinol\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95q0p65p0cqp6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtbbnx4yryd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttsdmhstlsk3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_5T8_F600\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ny2lzxzgdkl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvf59cmh8kkc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh0fdfwz811l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptnkjy8x4k5c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqpqscq360knc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cg5xekvn98zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0m00s9sw6xp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtkpwbbtvm5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxyhv4y0q5nw9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200050\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzfbb1g0hbbfb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brqzv8rfz5l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw8cfnf1pe9z8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CDEGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q3ker7zf14hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gyy33d5r5qrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb51zzcvvpmt8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_SG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gcqxbnh7vekh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd22wj4m2v4l3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/C00-D48_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h35z1r1tc0tgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3h82ecb2r4bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtlsyr7m1q664\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frvfgmpw6vcz6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x8wmx17yevf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gtx38wj7c6c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz949ewx12et\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kknr1xhqtmd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0y3x6y3309d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdps79drfyqz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmdvged687grb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06q4xd2g6b2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29zncvhd0y1s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91wfvkxz0q326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfyx9ehfvrj3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7xtfxwk9ec2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvj57pjnqz6b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lld0jvegpqe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxjyhmpqr7r\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmpv6g4l5s3zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4m5bs883z2sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsvnk1h0fxnlf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn1313nv5j1s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z870edy2qs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w156g0zdyh88f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECRIMON\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx64kh9nfhbw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53qt0kmw2p843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwlt7s776f4n5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_NOED_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"dc/244fjdqtm13r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvnkj96q62jf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112v7fggz4mv1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykrf56vsjjq19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1hh5m9ff5qwh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xvmp3n6rqpsb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4ycynffdryf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grm2fsn5jmpr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbnh1crjcmlp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9608m8wf2l4mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhs6h8chfse6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_B\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr731t1hy3306\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipts_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w18jdnwe4jjkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/98cyvp4sddpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwvyx9d389qe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbmp3yyp92k4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyd7vw0e676nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80cxjvp45ce2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zeppvm6tptp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdg24ytcg32qd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01nvr70gvxz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfw8v9m0fn5t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnh5fpz2nd442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r86e2bymyfq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0bpl3mq71lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emf53sf7fddq8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl9wlns8ywzqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3274s433ns8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9plt3q5k6gyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdmtge4617pr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf732zv3fpzsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbncg7jtw0x9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxgev3hdb526\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0450l005tq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hb9dzx678bpf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft3f3vht107g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_DTH_NCOM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_Separation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92nhypy5x8mq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys2q426rx7q01\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Electricity_RoadTransport\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhrm6dwglgksd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g7g3rdh7e0r2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dddc5k6m8wmc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7rjzttehjdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tclwfn3r0cp17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt73mbgx6pw5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9blhq7d3s7zl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k64jep3c2ktxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CHEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm56sv4h64g35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v10t5q8h5267\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd769q7mg99h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hce9vez26btc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p6kjbh4vh878\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec05t8pte6chd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dn5f2tg0mm8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s1033qdxfwz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs1fjzmxvjm93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk04e5m2kjhx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llg4c0hm0518\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_CompleteKitchenFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z8e49treffh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zxnrt9lq35q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/491y1fb1lrz91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ss4xsrc61g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h1kzyx01glvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exb8gcd28t3b6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04qqf9ylwdwr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qteegby4tq946\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9xwfgfhpfyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1gpt67kels62\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcngnx9wcxqd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ebjh53jjrll4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs89l7xp7w5m8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NursingCareFacilitiesSkilledNursing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f46ej2wkbbgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j44fcf54exyfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5frmrcnmm8k5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_YG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpv5rfv81cqh4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eywd3hvtcceh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j83ltx1gxz5d4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evrp6s0pm1w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqdnw2h0j1v17\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htygsgw30v001\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEXL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3e22e6jn8brf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrfyd52c9p3p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nevtzbkblhqxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g866v028h728g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h743dsrx300b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhcgpjq8gq85d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnqfyjybvze64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38xqn0jvhjhz5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j5t00e5s5el3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c6gzrpf2jg88\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8gnnwk5nyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc46klpdskb6c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhs91m2hf3pr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n9wyh5hswef\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f000l6pgh9mc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7sesdwm9ne25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpdm914l3fn1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkb1gqj5m5jlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjb36jp90l7j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsx2tx50ths0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hedn6yxy15k87\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwtd3x6kgxjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p399z10w43vyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2glvwkbj26m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4pd1k1zwfb9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5ylp6merpet2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlfzht0jr6pd9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xevdzxrx3dv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f15rp0cz16t9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrjqk3g64h9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h64qrlfmyjfhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4mgz9vglhjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v3y7wgqrzm5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/578et2pv5k5bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps2cd6xb08jeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9g35j9psqvqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ded12lxgtqsl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc65sg6qftnc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28sb88t8q5j9d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4bl8x27p1ycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghsy2pejw3ms7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzs0l5jwsgd65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phv9drdb788y3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographersAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yhjzspy4edk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkj2n488yqz6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbbrxzze82w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAfrica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2d573hfp976g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dweeg9p2dpd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9011_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70nekr7q4d1h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm58lxfk7w9s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IschemicHeartDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p03tm7sh1rmb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5tpb2nj29q0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svpr91ydxgeqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1zzdlbhec1j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1dr05ghevwz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0g3lj70p7fg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ksf6bb9ybt3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0j988cngxk4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbjcqd6xzbcr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2khkp5413kg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlxt9k4ygfp34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8z1yctddend\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7923vkhdk9cw5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0nzvepzt6c2g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh9ql9lbgtvmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomobileDealersOtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442d86zchcml\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0m4mx5pdp9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqdgqptc6se8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrzgcg97j9lld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jvkl36nc5hx9\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7l76pk6d3ps9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53hdbt2223p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5n37zygh4ww4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToSideCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02t9p1dz5khl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tde8tcyn617b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev0v8p6gjzf85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sphs6hxq6q5kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vcft1h2qk9v4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n89l1fnwkj1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9h8my8f8gnz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lphdc2qc9q141\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb573hj3v844b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6cddbx599893\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb5t80w8tjtp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhznv455q8q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4bhym38fgyjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc3x55v0k9v76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_5To17Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w79q3d8zvmefd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdhbn8nywy256\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzs7qqn9h0pt\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36910b97wntc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynw7gbd0rn2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh68s970055l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22w5ftmrm1xl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkx8jnvb8gnjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3f6bx7w32w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3c9nshye1qb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52w949jfejfl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gflbtcq97d46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88k92k6ykd594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h9fr6kd8kwsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7fkyvh4t2vqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flb2vm69rxrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5fmmhn8w641g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p947xbx8ztmpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CreditIntermediationAndRelatedActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherAmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddgrgspqxr6d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgb3x4dd3kf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr1sbze1m6tk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpdc3l09mmmz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4qkcx9ph00wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p293lqjyyr9r3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vhk40ez49dt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqs7f2ddbmd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjmr80gg7nn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4mln3zhgtj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9w13f44wvvq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5phnb70yymc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_HealthAndEducation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SD_CPA_UPRDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp5n0kcz7lk5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs9e56t5ng6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_11_01_03_popreg\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5To9Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r5m0xkb9d4g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819PH0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomobileDealersOtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zwn72repkgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehkggt6p9bhy7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment11ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weqnt2e1e0089\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hf7ewc3hz5kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5y37x264tw11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h81w6r7wnz6b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p6d8hn9x4k2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_TER_ICMP_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gd90y9z4fe5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bkneswdtvjh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Grain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrfvt3m82t1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r16xex44b45yh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_FRF_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5ksnx0dx1qq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyv8st75jgfj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1degw9w17gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02khlb9ejklj2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lldnk6hn5vg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4r75h6q4y4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdg05h55y45y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9e5dpr4n5x14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ekynnw287n05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f53twchht0wv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ngzce27zqcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755yh6xft75q6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62slg3qmk0r89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0wjxr36k9jzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhqwe9mww9yf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdh2xdv68096\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvk26625fr7t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlzb39q4nzcef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h6f2l349dm24\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j9xs4p2e4ye6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl1mz72t4ytm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwbgj5wf5z272\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjeb083qbg5q3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COFMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q38xgtjwyll9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r922zrfw9e07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc77pf9dgb7zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06e34lbs8q6vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbhlnv6z7r2x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz0bwldzj0d43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qppvlnble6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hc4etrfyj9qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93kr4mx895qn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1427k1t22yl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8hnx87sjgvhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz2k98px7pfsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvptr9cgewx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96jws7qtb97cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqm72pskj41f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksyvyn41df0t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4exsk85lmzgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m947cd9zevk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/387k2f3pex4s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v95hh56pb0sbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLHCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv8v37pcd4jn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ChildDayCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cnhmxe67qddf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4l4ept73pmnc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfgmmpj34ln3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxp67ttfdj1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50qx3z0vvt5eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv5mx5wztxjvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mncwvdlmtb34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7f0evyng0mg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeecc7e1dcez3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywk43p7983w13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESOTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pslwk77bmpsb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhrzphdcjzmxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7083cmddlbhd3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4j37kv8mfnlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk7qvpemz8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtdjgfsekx4qd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECRICTRY\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/fmfwkqh6f5xf9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vx48y5n3c821\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blbfy0w6by9y2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7v19bhj463b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29he4212wwkch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pk5glpp30x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ParaffinWaxes_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlbtxjkqfdvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7chbgx845wf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzre3cqtgwtn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsvqyg9dmke35\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqsglpsqsb6x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96w5dexcnqgl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3p57mxmnln\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother37Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79djxb2jc1d99\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq2fthe4nnmb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e72neh71mhek1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/042x8t7zsc61\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw310c5cs56k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxd0z7kemdkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCPhysicalScientistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kj4hm36fv68b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m3nfmhfyzrz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v9ylqy5d4wvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7swz6jc4nx5n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgg3e8x9yvx9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxtfknvkcfb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qg0dq843tfgf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9swezrgrnvv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63yvqv8gd8r83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8123v7kk1xr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.COICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9jp85yh00l56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr6qfttbjc9rg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81c5vhs16lev3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egj79rgrd5vt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee8k7jdxjs1e9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0z29gehctvfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00328x6skhl02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjjt1n98sw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww285m7x4k9h4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EA_PRD_AGRI_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_CBECSAllMajorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02grdfxq5mcyh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9yekeefeg9nc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph06jc2ydrspg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_2010To2019DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/898kk1gmc34b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p2zgqx1e738b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p719jxq3h4y6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqd2n87tkpkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCholera_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xse5f1tsx2hr6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t7lxhccptl2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17nf37hrwns9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RCRTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqnr58z984r31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67grq0tf438lb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znptbbbq3v95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s51nrssvkg7x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79ck5mjfp9d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcq9116jwjvs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnvkxqb7hxx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr93800vsnzkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9y43l4x0t8n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfs9f8wvlvk54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z53n7f80w849\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkt0yke5cjpth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vge6q08mzd4s6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2cc2cg9c7kn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybd1zw6clpkx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgk84pkrjpp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlxtv8p1n8wh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother28Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1yck0mlwewm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhrl6bf2q9qk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jh11re56jznb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vtde477feqxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6wp7yzj7kdld\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4t1qnmv06h82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkvxv9w75g1sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9wlgyvdc1jr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0n4j3vb81h1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nleq70zh8c2p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfelgkxhce31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv4n05sdd0rk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92k9r2r89kfk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b59cr09t9mwq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzk9k07w5h6kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqt72mnslv26b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c95v5wyyjth96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqb3lfh4gmfy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnjk80dtpxl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twewwjp8n61dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjkgs1cj83fpd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybchecjz4mhx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zde3bzrvf2l0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn03gzsx5mxtf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ktvs1rtl98q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkp0mr6gn41d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww2q5qdlx92f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f2v2bvg8by7b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0f3wmv3bxvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz3l4dv76rdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65rxkng28fpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zprl93zwfe9q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0lchct6y6w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlqt1k88f2rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother42Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62qkgc1mlsgzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x273q5977dy04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27t8tz81kv5rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhlcgyd2bzk21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdnp9zqxze0m5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8xxcq28zkn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wjev8nmq372\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GECAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pz85dz3g0prc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15cvd8xlfxsjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8znpjbty57r3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg4llpy1dxmy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_LegalIntervention_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhy3bmwh34dw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsf38440s2p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4db5pct0gd10c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktf5098lxb8sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m0kjexjq02k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e57q03pcdxpld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10j9f9xl7v49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hn7gppk5x1e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5wxmdzzrn8c6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_ALCOL.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfAppendix_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w06fjl2wssvrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk2v2j28c44w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g83zsrs47m4tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9fre3xnm3ztd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydt30h4p1g2eg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tts6q2rgml2zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9yk5hf43ztkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2vbk1jx8jj0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzx30f9zqkmeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9bv03qtt4k4f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_1_G2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_100000OnwardsUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_StateHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18j0ncryck0zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p61mhq74n03d1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70kt3qd4c3gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehez2n99yn8df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2hrr7yzz9k8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9ky1c7ptl6w9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1jhncxy0lwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8eb60wyh3c3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gxexeje6qeh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9snl8pz2dn826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2td56e4ts91h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd5464wzsx446\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hl7tgj1gy1zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njchy1rm6f1r2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1392_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf75000OrMoreUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--JO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g77mfhp78z406\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskd0bjhh05c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq8xfs4enwmfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqz4b8b6999q2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkz56mhmmnj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1ks17p80pgs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkdqjrhwn3zm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjlbs4s2vyp7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnjjbc0ft52jh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scpd09qxjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/564mq1f8z8y21\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/DT_NFL_BOND_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_IMP_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zzp65jzj7l8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws19bm1hl105b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nrwfcvcph2q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922shq1b2cmn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s4r06zrcgek2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57zqz0f82gpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phf1nt7rg5ltg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1jts1k5bl6bb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snzb4vyjv3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4gc57pkpg9bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjykh177b9j1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psq5qsvv9n0yh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzcmssbn6kq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3df1xhsvyxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p2zlg12v46xf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/kn6qd19f87l71\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfdsp7z4j2q2\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq933e75n8t73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5epv47zk2m37g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blne7584md3dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbqdpd4t76k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jndn1s79m93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6peb5zdrqblz\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gtt3rrlxccz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_PRVT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/xbdq4rybeptkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxxwrwbxd94c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tekn1bx8d13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7r53p3qh3mp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh9dg2wsmjxq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mq177lnmpm53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28memp126gel9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06pq5215b9k82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq8p62cvgv6v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpcz4ehjd5ry3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jny39hr8nmfs9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3rth98c22fvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc4x77jlr91kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyxvjzch9gmz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6d46cs4x8y24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvcfqn7desrv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTXRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_XGRT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79j8y3hd3g14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6byxdhcw1yn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1npbmgt4txgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb4pm9xwcgmt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_CornForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsjvr4sklwyt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vexn7ybfe49kg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_TertiaryEducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv60f085mf172\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypv46z4lqcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0zj6cw8dl74b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrwh6fvyw23gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j02ss2kzeptzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1lkm1wc3h8v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07zhwvew6klh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rmhcz3lg5s5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm5mx10w8r5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlq94kqbb5014\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9e74plrcfhsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e17j18wj6pc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b2czhfsze644\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cle8666fe0qv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj6k6vxh32tvg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt8p6gqjxyqf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7fs0tqzwvv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq3rh29sj7g69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35bszcnz202df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec7c9yhrnhtv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4b6ztdxl1cmc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j99fs2semzjrh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewgktb5b1yxs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgndfhvp381yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbbfy74devcq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nw9se7n4c1c8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DZ\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/5tf08vzm5cxyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1nr7tsgp48xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/przbte0g0g0y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2hkwmqv9q6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epr21y36g8kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxb3tbqkpbqb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfl7sbrqh5d22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPZ_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbh6pq6vhbgrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5fdgjy50ls\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eygnd3w69vk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/908c0lpr5f446\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg54tg4qgejrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmg7m47dp76h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6v67fs8w45q7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_NonfamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt6hq8vb83w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfq150vnxmk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp6ktv1vzep89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxnw9d6h9gtbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3sh75b9bzng4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzr2v1yff7b9h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70fet9w306n44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nvsrmvmvzyg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv2fx8r9s7d36\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c02hj7fq7y6j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrrrtvgrfn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkeec0872jeg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n3x8dq7f2q2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGVFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq4wkes8vh5c9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ff9xyy18j249\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxjy70ewvt9hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRG_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xwdm0br0mcc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxjhbjfz1ksjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9mwy6n7jjy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcxscp85t0w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1hzeg9mywzp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bngelwt7ft916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw5sfx5xd8e9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpmwkqgbf2dy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwvvkjr1grlm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgyz9vtgkk3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qn8p1m6xx3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36hm9s8n628d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq2cn8667xhxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp2mff5z8m27f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensAndBoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evdt1ek71mf5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InternetPublishingAndBroadcasting\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plgxyst4pw9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4200zhkhrdfr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4gbvscmn0hp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38qzyhx8kbh49\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83523mw274178\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jllrgfnmn61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt8hqyg5jdcsh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm93c4z3zstn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CHR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rwwfy7yqymg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1x0c1drvqejg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp39jjsjqdkg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fle09qz9y8x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzbygev9252gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvb3sexfepl5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpfb5qzpjgch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b330r6ds255kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vplg4b22q9gz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl7j0es1lqn7\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfx0ycjhmq1k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb4yyg5lksm1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5p7c9v1lsce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs73metfm07l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5704chnkse8g3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4le84jk8cxjq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmme6psnm4y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fnkcqgzsj64c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5d22nhthm73g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_5_A_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk3je3bgyw5s9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3j91zje9dsd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf8z6mbmhjx7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdd98nheq2m75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/del9t4gfnj4v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56bkm9mz1p37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbt7y7gzmz2w7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249c7evz5x7k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhqgnjpzg82z2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z6zckev2t9n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7c0btvlw6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhccgjs7k9vec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrrvsv0v88j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjdbd0tz70gx6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfsvxn6e1ydv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WLD_TRPOACH.PRODUCT--CITES_T\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16v3el3enxv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f3n5nqtxldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t32sgewy416hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpz3jkkqst67f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9zfjz6jpjk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh49es95mr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9r63v9p6v7bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3gsv6ls9skkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff599qtjpk163\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzktrnyj2cmf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr599e7dqs6zd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w87kkgeq7mmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rnd8gn063c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdcbb9vbb5nf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clenble786d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6d6pt84294x1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ds5sr3f2yxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w819yp87mexg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crc8vk6xsjb9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln8mvsp8e66c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfm6676802b9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5rm7e9y8hxk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6txl4b2w1n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmbkytrthfzt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92bjh3q13sylg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jdllsew0jf1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf4q4kkh29g85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SCHL_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5709vrr9k6zc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1gh112e0tpk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6m9y9r071clc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjct6j0cgc4h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vsbp7d075xs9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdm2xm66z3rwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nlmr9mexxjgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5304_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc9zh6tsz1kdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3hh7tkrwyq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqf9dbc9ntzk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIR_1_AGM1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnk8b6xg9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerdgf14fp2z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfdrw6g3xp81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4bwt5ehvy52g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R56_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjpbhrxf8s76\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m8w2p8e9te7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c7dz49n387sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf92hwz11pqw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetj39pqls2df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kby0sppnxtbq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckfrc4ykf3vj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvn2wm4zrdgh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspz7lhzvmk85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bwc67qzbh7tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1tcwbzes46y3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9ys3pv227ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhbsvfx84kdc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkfbhgbnzhm8d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_4_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zyzkmchhvbph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnsbcg3jjgyh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfkv00zbx1h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyg8w0547mmgg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmh931e8wjky\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyh32byeqprz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0nm4t366r28h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqqee4d2eczw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r6g3h22lsfbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqzvkngsy9fv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gdy4jf7lzeb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvlg0lq6drz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldf57t3hpl7l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3w6s9646m1r4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rfw2t70w9j01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gr6y83p0hvj\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kc2p9zbmywg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGMPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20xnpq25zbf86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjm2pjs0j289\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtb3p7y9bdcg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35wfk2hwl3jc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpdtkwg9b8s3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pygz7tdnx2y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w84dwbn1kr3q2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kt2lf21n1166\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvvpz3960q034\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qnjt55ysefd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jez5l1vbh621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm1g41pf318s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE--DRUGS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65gb2wtgjvqt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853wkkj25f2lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5rqjlycbdvj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3ll9ghy2q5y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlk1yxmkk1qqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8nnrq2mpt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y6qehsnes0s2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmgjss41b28e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbq1ds1g3kw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqszfv5v32471\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j12z94tfpt7j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzrtdkmekesv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj15vw8vhkf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6p9shx9rl0hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1w8tv6phw89c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn38zprlp70n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Asian_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv4mgd6eylm4b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r82fj9zrw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nnwn8ejt4phg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pchkx4ejpsnt7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejv484vs3br74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg19vzd019t44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80lvx9bc1npeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x11q1p22e37d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s54yk2smgdr02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve8fdkbprfbx\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GER_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ck81ejw811l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcx306dsyj773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm4p2ket59vl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvcyzy1bvhg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_43Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16lyn1pxbgs04\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97mqesg08y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll2q2gn6qrs98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl7c6hvq7jv4c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xfyb3kesm64\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9hnryw63vhwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwtmm1c8xytph\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v43xgd0kjqd69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnc55946qqvy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq51sd619np3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2befl0mwkm586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc1k451ebw46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3v7dmqp95h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg7pb3xqbl8eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljdcqzw113dj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8hcdw2bxc0jc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grs4vyw6cggd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zygddhdzex1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge20dx4qx5fp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkb5vr8w1gb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9twv60p2zm3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72r40x3nbr5vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgzd4fczznyf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epwr4c8wdxgch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpb7cy8bnpsq6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wctezb00z64f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp4mtcrtqrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3x9gternew72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bezgw332p6j31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knlng86cs9xvf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63vq2vyge0ec2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d0cpy1g4ww9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vxem06pxm37b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4xl5kcbyjmnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1360_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gbklzlmxg29d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91hp0vq8meps4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmf0pvd45qzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qzlb52vl8beh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ShoeStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccf23nyzqsq95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58jgmj6cxmzlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6vm2g7rbr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6n6qs7e6vr6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7kej6kd2bpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw0y2rtzhvdy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhc3rpd08lc7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Age_Person_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvz1h8y4yfvt8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR30_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GQ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt251xn26k8fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r0e240cc53cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bj4nh31hxef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7etnc8e52ke04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkm33mwzm2187\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdvnqcfgf6mdb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO6RI_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xnw91xn9z5zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q9e3jzm1db\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--EG\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4411-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5whzhdzredln2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00jctb7hps9dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0smnyclqcw7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v2jq8d8zhx\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhtc3xxlbxw63\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9m299jycdc8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb3j7lg0cv7lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gev0ryxgb9y14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rctpjk72y3ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rll06437l4n26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqlqp87mf6j65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj5fxfzbqd24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv99mhx7cl688\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCaribbean_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6288j45632xgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfylssqtth75\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j59tgxelq8jkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4y0zlrj8nef4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/131324en38jnb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qtglyscexfs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh30tf6cvdx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrqdfk2j43wmd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5jrg4lgt887f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbkvrh616kxcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfh4283ne60z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/648gjhe9lxgm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wl74vg28m79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neplgbvs5mmhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qlrjmje87945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctrgrwmdchr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sfsmk4755szc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr27y2jwgt4l4\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp97h15kkz44c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7g4slx4p4wz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldvp3hv66jgc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcsg663b3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_GBRL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tfrk7ct1l7k4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mmw7zg5dmdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbcx40xp3mjlh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/dmn6rgflsfe82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7bh6l9ecjmx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw1tyqn3byr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzrzrxsjl8f59\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qd46xzjyv4f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--AF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b6np7833l8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxztgg1lv8p02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em0ygp7n3rr83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyykhv7b0vdsg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bs7sr0ylcrgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxhwfrkqyndx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q47cbjtfqfhmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwbd9nhm1fv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvn0nzbb3clyg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_HIGH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x72lfrngt1srd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y68qx96b4pct1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbg9bf986e61c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1d1jrbzqv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/937n14cs5r419\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_AviationGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bs41f85w2ej2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin20_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Ketamine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq8v8gn52n0xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmsq4xll3wqpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djy1k496tlfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wkf4g00172d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwevv06g7w4ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qezl4fgj408hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qypb9j8jsxvh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgj2g8tv9y03c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfd54v03tebw3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h121whlpnmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26c10zptn68e5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95mzl8q82gr9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs8fvwkmpmlpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heljy2js15zzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgz98p4cts0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbs080jkerbjh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15rkqgwdrlfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97c14zkvclwl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpef4jxzs5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0srxnzhfvs18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xy64lz7hfv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vth3d50jgkjt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtm7zywk92k6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkpgwtbkbfx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl7p4e0jt3js2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwr7g0t7bzy1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wexy2tn0yc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b5vbcxgdj3s2\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z04znqwbjqjcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9102_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade1ToGrade4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_XDC_COUNT.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7w8e18089ngf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PH_6.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xczkjhhbztnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fbe69gwjwbp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m2kyq0s7dk0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p59589151kp67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqpqse0lp16w6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kdrvj91srbw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r1k4qsntnp6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcwgltnw8qbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jryddksyvy6nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhj8j30eq62z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlny79ks9ehr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfnd1q9sqe8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkmhw5t4tl4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyw8x11xrn2x9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3spvx8xs3qn71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0t0z110f2yq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zszzpjwplr0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtkcre4114v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7ye7rmgn15kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2z0yjll9bdv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g294z09npdlcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltze4988mdgnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ht5k3nf0pp78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gbkn55ttcj49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLDEV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qddf1tek6jpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjy9hc2kvmqw8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_FRM_FEMM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbjk0rbwdert3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n06jq85sqlg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hfv4syjxdph1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpw6cv6scc3j6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_NonfamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm97x7860rxbd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpfz4rz6kb5wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jb73gm6tes2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yknt1cxtd33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm5qx7fkq4229\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0by3rp5swd5x9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9lf458l6kn21\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bw2fkmx72mk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ehtqqe9n1vcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g7ly6cdwfjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m50sywzyf0z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CouriersAndMessengers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvy9ktd6wf5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn3rld0ekkq75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_DISAB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2he0c6qvwj2dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p8edx41r0w8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qqnntcefrm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56gtjx4c6d597\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cf4dhywh1j13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rn002de2n5n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgpqqfzwz03d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36h16t0ftsm9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70bcyg1swpr1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj9q4d7dgp6mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wmkzrfncl79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwzd2fm0xz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dv0dly70hpk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00jf56bd34sh6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqd3nfdy3s1q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9p95zhpvmdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejmzbp8ytzmth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8h0zzbrehl81\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqzfgdp0dnl01\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ejj9c9kq3hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbew31zm6rp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3050_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SND\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_BASC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0hzwm0ywehxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5yxdsckf5fp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8jkv4j3mjjcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VehicleAccessoriesOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyy9h06kc65f1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2016Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77kmz00e679zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsk588e0c6n71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6bn4s91qe3bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0v4952y4vteb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxzsscgx8es\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmtynnlg6zmcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8rp2xyrtk954\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3gjngs8ygr65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4413-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_CommercialBanking\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfs02l8nqdfr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5c6nflerxh8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrec9vb0hfrxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1ftmw3pnc95d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnbs742d7lkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cgv9qkqq8ngh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp6emlbpsbbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89rf9zg4db8y1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwxr8wdep89x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzk4g7k8pfyvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n8g9we5yv7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8bbwvgyx7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efydsytlxb456\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hff1rc7xmj4w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe3pd7w5h509\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjcgsjj2tk3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxttdthc627k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nb2c2yydgb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew6twgegq371g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6lj203fsvzhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06knzn0q9r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nnds609jzj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65tnf5dgczd81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcjkt7pl3epd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw0v4wls5qyn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj15r9j0l780h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvbwk7c7hb5mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvrftnzd4992f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f8ytj47xmzc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26bvnelwy55h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyffggnbf0wk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qy16hymw2vx4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gsfy059tnx41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seebdnjweykw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t0twlfmtlyj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79wxq5yvvcrt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyn4xmeyxvhw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WAST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfp1kydyql5x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcjr556ykxrhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_90Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrkt3z5vqr6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x85v7lnz19hch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7phneht6g8sqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0f82xpdt2jyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqtkf36t3dw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnx9dnm25e807\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lmjfxtyr4jk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_StateGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HomeHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmmetpg0xg1g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm6yvt7w76l1g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljg9q5gd6s6z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wew620kvd8275\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0md0fx1kfp4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy510q374bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6sptepmvjdjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0gxf0c3tyqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esq8q17he52r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvrppcytd7bg2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2djj09jfm1yr\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wen15ff7d50h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eles54n8f5zm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpy8hmgp1xqsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4z5v19p41qyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kehx0v2kjnn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he5wj9byz5h85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpzmqnfqk3669\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecbtj5vmd1hjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfq3t16ykn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_56_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh9myxggthdkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yswrtlyljc7l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmkx6e16wz51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22bws6s5z111d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s17fg28dy4dq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxvfp2dnppv28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s8knvvh0p3g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70eym940pky96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8enpj8wpz9z3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_IronSteel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6tz1w6hgffh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc56ns20vye5c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n93ktcmph9h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wyel55ympd08\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzm90hfdns1j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb3lb4mg82mph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm54qw4de7p95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RenalFailure_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x02klbxgtq61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smgl0h10ydhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gynjdbsgccjhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq072rrfn351h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34nzthlckhp4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrb4he7yt2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9ttcnrgrkf1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HeartFailure_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be7vqf733whh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pwx7c5pf9sfg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfq1nt8tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f7rrn9385nj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjry857ss3qhd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_56_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvbpd7r9f5py8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd1zcyt8d57e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx7t6tpejnyn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljr0vmjr16nc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lvdc37b09c5h\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0888jxe8f4b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n0r1hzgjtvz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56b4xhm8xmech\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3pllg1s5pkk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thsk0ms8568y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_NitrousOxide_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceAsianAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15v2cx47svlb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqkwlq8v52ssh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwtfxfj0km9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cydpb9xk1g4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_SupermarketsAndOtherGroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp52wcfc7lsy2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebjf44lgtpvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn93n6cyw24zd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cpnr7yte6dl\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t803em41hqdwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g97s4r2px8j1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8prqx36jtxkn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npj7s47gwygf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0kq07g3ysxxg\":{\"byEntity\":{\"country/USA\":{}}},\"Area_DroughtEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrh1qb61lnv76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kymmvld3ce4c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q87rqc6xvr03\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs6wnff672lf9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftfd7m32zer01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhy3qj3m7ngs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qegk44lqjzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdq1xdy3x0s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp4z1jr5r1nhh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwpgdb8zqk1rd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eff4s12jv0km5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ewqrjz3lk04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmxnqpfv9fw55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96fmqp4d4cgb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vpfje4ye3md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9jw47sypzm37\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwrl76wg6epvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mgz7wm79zet4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvj1pqv809j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/99np5zjlw60q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnhg2pz1qs7p9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdezwg5td31z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh0qxlvs2fgbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17wpnf2yjrb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt0yg9bqh6e23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etdb4j7cjnl73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkhf89v013rjf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybj7chlhksreh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS61-62_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60g3nvqnpzjpc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t7bmnvp4e8d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7tbrte7c2qjf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With1Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lzqt2zm2wqff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pr54rjss87h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/A00-B99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqql9wb5hzvg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zvcv52t3jy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epl8f762q7tf6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbv8ydlg3cvyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6556jnqy42p4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m7ey7enld2vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcfkhq47jsxk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rgspexrfvm45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1sy7xb6mdttd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Tuberculosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zz50dr4gwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v78t45118s0bb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v57nmfzyjpb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33790658z38yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnh5v9q42m33h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq7yce5nzhwd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2grc70kc3m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq8n5f15ghtq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7nzs79ctm9v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn415rjzwz55b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg1rg01mhnnc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyzqd4nzzp708\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en9ntfytm2r65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgscvmlrhw8nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k27nvl4the5x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfb5ekwgpe4qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyzjqc6nvsqrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48mq8b4wxzld2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hz1mmzj50zj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment7ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz9krqb7vxdw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ztypntzm1376\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60jf1h35qn7tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jqw95h5wbelb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz061mh5d3r7b\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt75yem99qhw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65ej4rnevrlf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b5bhyxct9y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evwly7mvcwyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6pb6e7wfs88g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l17wcq4h9vy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ergme380t259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pggn4r1tlkq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs9fl4hpr9129\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4sly3kmwbwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6876sd81wennc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m95nsrpg5p884\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3m2ty81rck0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9rhfkbrnwnzg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w6vx40q3xt5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667vkjv29bnf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by35ylzx5m1g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4h5j7fqt3gw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m69qrzht8tq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gf3wnx7szs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gcglkgbezjm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kczm67fl0tk57\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gb8t1v6dfyy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vjcgy8c1eyv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2d1mwc7j0p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-2-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/6eklps6nfkj01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_H2O_RVAMBQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9q6prpbs3kq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv94fm1nq2bzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkps042tx5rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto9Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcehrg04qz94\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nb41l9qh6tb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb095l7q3ccvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_MATNL.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qhzb74b38pjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq4e04ds872c7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t49p7f9824b2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c90lq00j07y5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbq60wlsdcbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwv4qsg90wqw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d3xlt84sszr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxt7l6njvwbkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs7chh1fgk03d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9632xkfx92pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnw8q0fkdekw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gs4vjy7jg2ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d683vrkxfgs85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxdckj1z4hyvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57ztrhw3nbyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbbm5mx7d1gwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjezs6d3nzk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mz4srrmb426f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctmwcnecelcc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8eqykv6kt5j5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcw6rsne1fx75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldknmmef79sf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf87k4bf3lxl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2600kc7p6c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b9fxrrxe49xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lyc288750wl4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vyt0jky31bc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzlq7dj007zy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvrfte2g8gk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxxe656xzq6vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxggfxmvxmp41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4qstxve39vyf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvdr44v1qdkld\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_SHARE_RE_IN_ELECTRICITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mp57vs4w32q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rk9h9zvbyz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plp1vdpx9c231\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78r09mph6b4y5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsb828b8yw6b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kkt3g9eplm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6d6y4denbyd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TRFT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwbygr33cd8tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5lzr1f0gyf55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzeyqzv5f68z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/see08dl3v5gl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f7tbjkc21dn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f09nc40rnlefc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw5lj71wmkp63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3c8jh5sqhn4\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyzr9j5gx5l56\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13tcetzcscs1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcdle2lg930t9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_USCONST_3_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0hbjneg5n22\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jy54hcgbp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94xf9mqvy8q4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db69tchd80nnc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnjrsyc256vx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8pxnfmtqvrb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8y2p65wm0m89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6fvfw9xxqtjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts46tm05gczwh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnplfyng29ns1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7whbh9y32dkq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy5l16k0krdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfj3m0mkbc77\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_TOTL_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/k1t00q4q33fh7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5c36r6x1m8fg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpcyzmqbr86yb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LY\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvstjvygd919\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2039_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sglk5wddg1pl7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Testosterone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mzjq0bgygdq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgy042wjlrc3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/291ggreksqzgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nds4t4wwxm8v5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyq0rbttqwt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swspkenew6gz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvyp2826qc6b7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yep091500wq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y0kdcgl5hft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s909dd4r22fw\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0np358fw93l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgly0rms4gn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb447bt0yqkk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchddcc1f7y69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6e41ryvjvvm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/527bd87jesh02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phjs1pextkqh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz8e44jtg70r6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2bwkcrxcxgcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7qcehcyhfq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xmsmynyened3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t5r2f60732bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnp9gb5j7567\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fecxcdlccgct4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzfsj0f0d9dj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etn6pxrcd5h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvqssne83qgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxzwpndvjqptb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gk8mwhce0h1h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zswqnq3cxzsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kqqrty4tm6z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twghqpgcf856g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fjw713chfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hz851jylktbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqjk7shmjsl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lje363k493e9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psc469jwgd7z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6dbj2ktnyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1qlzy4ybr25h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wgpe8fnhl521\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhvlzqez27gm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1nc3mrc2dpq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvtk9v4f8xjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kssk9wwxz9lk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp9s0hy14nqt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcqvmjqegm6s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1e5y6dwb8qjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phlsbyln9wjw8\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ck3sv5t1cjcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx15hkwfzcjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdl7h3g8jcdb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0rqckk6qz9mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9myep1qfwj97g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpypb2s0hq6k6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9prvnqt6yzgh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l14kl6hh9k45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcjg8vrp32yx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drs6lnzltejmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q21rgd42vr3dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf4yvclkthg02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpp7qvxnhw5s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdnq9e83zn8hh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztr2t4csdgw9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjwwrd2yt29k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vp0mgmhqxwnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h66ehgjf9g6ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qygtkegd3x364\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7h03qvsebnt3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhf461sxm2tbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byew5xt1jm0c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj5mjfktwkbm1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_GSR_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75c3hlfcq3dyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldt76zv4x67cg\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA05_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1j86l5vvzcff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF_CD.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytctex9jj4l29\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn7zdk0dlcyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wzzcy91yn06c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tzxt83v2bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtdppjznqld65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjpgl907fhx43\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr5g1nq5888v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vy1gm93lej5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyqhbb27lrbgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztln7gt8drvc7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7k6z0zk7p3m7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27rts6wb0nwcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kjckfxw2q8r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsf369778ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkvsybj16slf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xcjxjxg0m0j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2mpeee8tmnl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lxm6t6ktphyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34se1d9gbsn46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ll9rvj2b8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2sv3285xbn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xm478w6jk9k1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfbd0d3zc09d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyv3yf338jcn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y3gg43v31vs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvvv06p9x5jq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDEGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hdxbdmwydwrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8tgqzebr2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm0vqmwcjdgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nemgf3xdnm7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z819enlvlzf4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn8bmmsdjbv5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1h117eh2twqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbehvyd05rsqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trkkq35crq8hb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtxgkl40c0gtf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m5zxw11n7bkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcjr056mg16z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherAsianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AbnormalNotClassfied_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SAXL_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cqwevwhqdvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Pneumonia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4jt6kb6t71ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2mmzh7r07te7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0gxsj69053r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/054xllkqp1em3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfg1t0f14c28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx15fhz69f2l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybf4hm5meq0h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wfcs279tmhs5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Loss_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npe85y957v4w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptm0m0xm11efd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/005bj2qpzpfec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55xhmw6fb6xz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde0y38le962b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdttqn906dxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpn9d5z7sgc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze4xvvkzqrf6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kd177lcrwmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh5s7csj5997\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cmzdsn45th16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g9jplt2r4te7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815nx5e4k7nq2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d73lvgxmfb741\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bk5n4w4w5039\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8jy6d860vdx7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqe8n8jgbhx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dthet6fb2kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg529bex4bwh3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MS_56_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx701jmkvn2y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8fwvxep46mn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qwy2g0ff2mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0mexfq8wm747\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr4kfwtm6pcx\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n6qtxgkv5rvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht863m8mlkybh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tynx3kskwg2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5xz8h0xh4nn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps5qsk45ej9xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67mtz1wb9xjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khqgfg0h6djfc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnqzne94hlrc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdgveyv4nn857\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyhpktvz3hbyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p51xn9zdwypcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvlrg107qfted\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p13x7e2wwpff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3qze85lxech\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.48-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6krqktpjcpy7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te0489rt4d2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcqh86c3bhf0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6m99mqmqxjbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elpqvll3gs0l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjb8krgbk896c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5vd8527yw482\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwshgdb4g5f2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ldpr4ee1ph6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdcfjt1mnfhzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjdx8cxnwb5g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsxpkhkydct54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1cs7swleb0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1keb1vm3wmx47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffg9febx1c9wd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbbx90ewxk14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rbslj0gv1p5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qqwg8yt4jddd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66gky6b15wvc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdhyf1m1lfmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2v115jltnhw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcrtpvrjee9v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ne9xvtdbl5zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk6mtfv97smz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/992rl2mszefy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69g4s34wv55n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzy66jl13gh7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qvgrk68xe7k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmg47psrpmdx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkjgv3sjwkxkc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NotAUSCitizen_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvwhndp6lp27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/778f662xflf47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy4enzsqvwp26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpp395wglzht9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vwhv44xty037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br58kx3xcvvm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snrh9vkjytl7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1y167pz7vbl9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BituminousCoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br02gk6f6sfd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yswb32qpvf68\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2hd0h6r1zwzb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6y4v17dkxt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22z39hnhx4tg6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bm3wdelm2vf6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h14w81rkbjfg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USCitizenByNaturalization_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wysxzgsghr6d3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2fk0m1hnvxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfmzjn190zb7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7sxdbl61q8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt4ere5gp9r35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52kr7y6d6zlv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4xqsm55me168\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NutritionalDeficiencies_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gc1wls1ppk8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrbc71tvk5c84\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh6cswz6n84e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg540nq727ny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevhdydk7m6m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m27960jtwej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jgqmnmz540jh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd7f61ldq2f52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2038wsl8fmmm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b1wy6gqqwhy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8egd62ffm9k7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l1jrmz9dp0yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkbgwm1pgwq84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtqz8x71pwd51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc0x8lxy3cqg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tt7lj66xbw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhzxen96663d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DieselOil_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27x5rq68xv89h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1pjkwsx3tty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyjmrgpxn5tx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2l22b4rk4tf8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnw551xl2jr6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgk7b3kq3h4b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnlpgb3fzwgg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5qz16xcl673c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4bvxz5dyqw5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph674kcvwppm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3l8gc51v1c9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k04dn0f8989zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm7zb7dwgkv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vpb4t8q2vc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0j6xchzkeh24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jby1emnd6etd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6y22nm10s95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv2sjpt417ej7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etkrws2newhx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6wj4jjcfvcz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yngdzm92tgr29\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24gfr1kk3vhd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ESL_1_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0x9vj8n95x3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R03_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj8b5dy0v2qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3q4devmw5hdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeqktfvr9ybl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1kw8mybj5kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsgmtq5trlbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv8reqpwj0es1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qqkt17r7tx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwr2jnpdjhb4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnz3rlypmfvw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56rcpem35z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7s7wktbqx2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gelh7p9wqh6k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkqw52m0eklp6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m11t0wf0ybq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8440e1ywmfn9c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_LigniteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qz9sdskb7k65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3fpnj50sj4c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwn34vcryqf43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnzw8krfwhgkc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_ChronicCondition\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lqyj936d9cm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yln3btlnk2tp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3n96tx8sfzp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4yz73mz0tbe5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmn8wl251n44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w46lndh65bqqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_PTD_FRHWTR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt39142nxs2l\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/451897b2se4e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf6jgfhjf034h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqvyglpkh1g65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4h2e914q7qb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_GOOD_MT_K6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f86cfrcse5382\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v82k7zlssdgef\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p4mj9ej78tm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vexnb0bnwsh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmv36g51rey99\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R08_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_UEM_1524_FM_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_T\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyhgq2f8swhp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlvgw1d5x3qk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0djbddedddgv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpt1d7v6x9ev6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbhefx7fbw0jc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgml7t2p4z5h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ynrrgnzvcj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmvl4np8fe5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc8r4revyekbg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qlkmzffpxzj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvxslfel8d5s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8NGFSHY_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcnlcs43crhm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetServiceSpeed_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cjxjxj11zgt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466h0s60x6dr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dewwhyvl734pb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t6gjxg3cjlqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjddze029nbtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymtckm2ccpv14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm9sxptscnt78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsl5yg8tw2kc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKC_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cyqkbzvgwg4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xwwnj4h19ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjepnw8sm02tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls5ed8el7m02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2sh14xedc5md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5f6784nrztb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97cbhfy6hel4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s5m41pn6t03d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre8fz523y5x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsh00plzy2xyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0pprs7ssxt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0denptcrp7g1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_WIND\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fbr4bpjel71b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99tyfwzsgk3qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnypff2kpyc59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5sxpx7l8jwh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qst1dc4xb0re6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9z9gk716tjwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefhcs9qxc971\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cewrhgdsevzbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy1nzlnl4z522\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dthv6d0738s07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksxfx0l225mj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rltfmwwd4th26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkyb4dj24gc9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzxklzm45y9t1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvylll1dqxm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2m23ps8h5mb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4t5znw8dltj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whr2ebrzxj69d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hd1x2mwbvnr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbmpjtzz40b2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2nbsyt0z8wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdd92gppx6vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2g7062tn3416\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq1lwgx4mkjn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1fm722h59s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1lqz36qc6x26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RealEstate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lj8cd9jfffc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fss7966nhv2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dvf7gpj7mc39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pvzc8948wc62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xt7fzt6v6c01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77027982d1z3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8w7pf73ekn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20npl3zzzp3m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c678wyxfg3g62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmnrpcht9vqz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwyfkv3hmvpgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql96e1p87wpm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4svs0xjv92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9swmr1lgg53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp7ymlwlvfbkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1gz1700ncx3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh1wp3jtqk7xf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCServiceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zrgy6zvjpz5h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7twxlspl8m38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8hcxydelzkm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2jpv6rf0c24d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p72fks8dzet19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdbphzyzpt22b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC10\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6mzqrl4vm3h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym1g13c14fx7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekyc06n24txh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4jth8tbykv86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r2dy5mlyymw7\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx92bhznbl099\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv8tt31es01p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0806q9lxn6hwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsf8s693x5vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6ne2g29ew19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n5w0yn0ch8j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrptvme1q6g25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgeklpd8902df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm1x7lnxql9dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9lc240mtlsf7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BeerWineAndLiquorStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4v6l65qxxl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6gb98gl48qv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rj2gk3wq1c18\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk9fn8n9w52cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/030skkfzyzq2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enj7esnzpds78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3wt7w2gnncz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc45lqm4wzetb\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj462tsd57gyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74n59b1ftnpxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy0rmkbdfzrj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SD_XPD_ESED\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/FM_AST_PRVT_ZG_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vw211xnp5f57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/674sq2nhjw6f5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9568wf1b23t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps4ncxtk7gej2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx6htdns397m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppz4xqbrvpz65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yscc2z5sq9nb4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy400p9cm1rjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jgrnxttvl834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbfmhelvwz2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx7dt36f94s9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n6wn330yh249\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx0mdj3dnk3mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73j46qexx9eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk91mqyl6gxp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5gdgfct9me6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wvjswp0gh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7k0c7tyj7xx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t4b58m7y2v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lt53504e871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7nk2p77d9elb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/per_sa_allsa_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ANM_ALLW_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5fb910q2gxm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh8ep4tn73575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy1hyzxmbq11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7vn882r9newg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tndjqt3qj7vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eggt9086bpe5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9xwxmptnpwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bhq14hxcnv22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zlbt3dqc22v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmt5y598sjb7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn11s2kpm4krh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt0blytw72t7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15sl4wdtsbpcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fblw54vr0v927\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c1210tm6r2z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeevllf0fgck2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp8c7dkx391lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18zrcyce5jvw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64szz4v6q70q2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_PaintAndWallpaperStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc86jgmlpw982\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgrcxn5hx909\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjshygtj2msd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxywre61yxy22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jjkejmlmwch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwrww8yr2f50b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/198cfpqpqtt64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rp1kwympr1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c50byfdlpbmp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1hbybytyzq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j1r45gj8fl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqj6fjr2vwex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egtzdngg6d9q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkdx27pvlhj6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqy20z3eqeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv12jhv2cdmxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14k1tgy9d46kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y3nc7ksygv57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk5j9zbjwrkj8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrrpmssqhdrr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ljj5z8m0khvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9p0y5nmef4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxng5lch670e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc52ftex5yme3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4154rvngz6267\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cq8dyv729ldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylq2867spkzkc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrtzn5qx1nkn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wdn5l22n3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmsqwpeg8287d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5bz8vg29c51d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dklclerfdcve7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hgssj0x1lfw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c5hebx75j4hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93myhmgdv94k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpeegdged9qwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y0s3l9mxjh0d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8cys65fh6mzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgpf5hy02lcj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0q2c2dfekv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24msnc8mn0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzb4v1hp2jw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhkwdjd8hp3b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ef83v124gf07\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y11jvmtrpqtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ckbhgkm2wdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_81Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pd4jtg584yk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8wvv2ny2edbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfHeart_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evdl7hnbcrw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqfwlmewj11kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb8jzbrq32g23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqclscw9vwz88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1194vsgxk3q15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t2wd2nlj64c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c670cvhq6e3j7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69gby8wqlm5q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnmkmhztfhmz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ck50xl2x88h4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0n993ddpgxr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_PetroleumRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qjxl5ph3j0kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjryzk5z888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8sxhs8lzmb15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkvrey8wt7hpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqd2tjee3jv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byj6sw7md5v04\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrn7vfdvpbk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n98e3g5km4kbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36dxpp3qeevh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j7fvg6mlm5r4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1trxbp7ew54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhqj4qx5vzzhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSUtilities_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlcoholicLiverDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfv3f94ss4nv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcl63p2e3t551\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CONIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy00elm2en972\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_3Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8glvs1hydj9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f276v12ktjqg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mx0l954slpnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h4kvprhgq083\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cwne926q2pvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5ny9jd30447c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qpfv8ze5qrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8554g0g7ttzc6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR35_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nttlwynk5qxvd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VehicleAccessoriesOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ghwh0dtpte9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfpc14kx76ct6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlk59jpdns8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt1wcnh4z2gd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8smrcn80srd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsrcthdsg997f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz13g71s7g6hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7317tzrglnl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg80grwrd1pkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkzftnypxff8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlydrm9pwvsj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8krsngzt5dmv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlwlsv25vgbs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmtlwlz46br42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwvtxdqrzs1s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8mcm7r5n2ymb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbw3ebmnvn18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbcm81264l6f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg5thltvvgc9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41s8qer7mpew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5gc9ferj2pj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fcyc5enqzcm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/031l98419ntc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq37m14r9v6x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlm3kncsvfzhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gbxrdlrp8qvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qffenmxzz2dc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Pneumonia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnc7e9nsynyjc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw0q2bbpjg6kd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NLD_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szev6fhy61f15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pyhwyx8cdgp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx1812ydxps2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8p9pegv6rjlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/355wmex2klb49\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrr8xpct5rf33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnmqvk5807nrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rth6ds72t4n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1dtyjssy9tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf3k9k2nmm5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh37q289q1jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjs2e70251b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk5py24r8f5yh\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzppserl67zx9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkncfl3r4yh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4jtxr28k2j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPZP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4008-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/RESLV_ISV_COPR_03_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbj95r20qb3n3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezxqsemy3hxr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnpkdtnf054h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j73zlbdjmlqdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz2slmx4x7cn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade5ToGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny23szdf42yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn7p1r9bwkshc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgbftkhz8lmkd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3845wjrywhp3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxrjj6jrxwpm3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/473jms05r5xk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj08ss3nw41s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqqelcb0bfhj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h55m6t4fsv112\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcr6h9zk1b4r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sh121mp9t0f3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8xcppmj7294\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rhrcfwhwl8r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew1gpl3834rhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzltpdp36017h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86hrhrpsp7dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejdpjtt0943w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kysv8dyj4eyw9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e9qfw1yl71x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7192qfxt23hh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prbc53nyvxhw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v6njy16k5yg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv9xmxr9b2vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zeqjtd9db5g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p8xd5xd030w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ez4cndvr985f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6hv0ydddy75b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdxp525z3n1e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6flq6y5822fmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p10jsdnfm2ng2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v2ben20vhr7b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_GLAST_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt81l3hy6s2tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nr1y0hmw2sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e9jk6m67725\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3sjjxw3y1rd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms33s6vwq849b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s38ejm8ztmqh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm1z459zb6f6b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lfwrdj392p7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4svn0s4k7n16\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xsgpd85mzth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1he43pycgk7n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zymyxmz2mpez1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wv42fdh5ts28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k2766g53h4bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mqfz3rydjqmh\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddhzv7yt46336\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlfjzzbvjxwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fz2kk5fr9029\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49747qqsbfcq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxwwrfz6wqq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq266pvtkbll4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq31efbhjb04g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwbseemmjm0f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9j7vm4q2744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d1gnqhvrzlz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2kd0j1ynexk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt4vvtnz8x7m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bhdzhn7eyxp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhf7cf47dg8b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g3l28ybnb9cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx3y6fzbw1r5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy6kegvt95fc4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhlspey3gvc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wvcjjb4wgl6g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmgbv1ftlzn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjttrxy7b6v72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R07_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d4psqqlyvl99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81eppjbpp8f7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erhgxzkr3bkjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxfcmvqfk695\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qds190ff6d0jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt2qjyd31tp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjxq8s8y6ed6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77fyy1dcd1bt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zpt2m7zd79nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7r292ej3vr3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbnvt9ksnr76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwhfzmzxdhcs\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5kysbyfmhv4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv928ddr33ds3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8rs1632rt3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhqy70z3hrg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6pmvtr5jwvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qe72gdm8xc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_TOTLN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/151gj7r9lgmwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eztrr1626hks5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04xhfn2xt1wwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jttgnvqdt7093\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1nf2smgp63n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcfnlw9b9c49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86w72lxemcbt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n4vlgehjk3fh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ytbtgl69042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhqg7sp0sp653\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcjv7t4z12c54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351fpvrbvxe91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq5y9s63r34lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcz54d266j6fb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_PROG_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7fyrhpf7f695\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yywze04x2ctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng1xer532htbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7v2wxp6x5n97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdpdsyle8wwy9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/368wq77k3ses8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7m92ceheyqsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd3zp3xl58c99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jxtbg3j0pe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyht6zmdhe00f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ykj7mxpnd377\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpczggqp71ye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbcd5z1chp8xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_GN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj0hy9zlcymjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jls0e24pxpt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se4jrvl5261c8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lfzqkj6x9s88\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndsg8cbr713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4pky3w8n3sm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Pneumonia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gccet33kb6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkvwm3b5ebhr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8j6kggwtb62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tewegszwnhnkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n54mpsdf20kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb0pxq1xh4phg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n746v427prf55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlctw75q3xld\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yccx1d6sqvq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d78d0mkjs0lvh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzg2nwjm8sk6\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq3ej8bflpc31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77196g55c0ew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f0y6x4snx175\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsp0ehb94cwlf\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6b3mbzyzkx8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv1kgzx1ws5g5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncdvdcdynn162\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6lpp0eynbtj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnp4fwnv81q5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vh764l3vzk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w866fmnvpc2yd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lsw8ky5ehj2e4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe48zngyx37k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t83k4k76ed5cf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4blrkb2xqgyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmpjx3shkp84c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33vlclhw9207d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0fwfdf1cpp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4mt7s0bt4m2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js5t5ef4t0d9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysm8cdk12me15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mjneg57gdxh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/758n98xexcbj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp869d4dq32r\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbgg712vqle1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj6g4bvrd3751\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_RiceCultivation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s83bz59v9rq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_OI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fx03x6c4l379\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1hf6zw4zv1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcqcp0q8c1crh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl8entzt17e4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b53eb846mj2vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vttlvjw11m8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84czmnc1b6sp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c11j0rs6p7je\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64s8jh7kzljs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m66clbgzm8ps9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OilAndGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmncmwvq6q0t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1ke73k635787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxqjypxp6gdy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82mezq0vhzlm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64txg02kmrhvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhds7rcqxed53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlbsr07cmsxb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wsj3tcbp0y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd658dqhx08sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nme51lg5q9hbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rcjqkz7sv4t7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62dnwpv77wh3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG65_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To79Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4tmx668enb11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6h59cezcnqeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7s1x22lfz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlwdqrmg4ztzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm52d08dlkm4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rkzp5qxjxpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfqjkdr46pyjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkme1pmm5fgjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hkgftel3s0lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tkxpvd3wl0m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj22qqytk6kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqqn2cr43wrhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztvkskkpvhvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Pneumonia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39ev9z7l5dz99\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Area_Farm_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdtfbs87nkbgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylkrze7bwem5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91p68mbs5fzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpe4brxzbdnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph3dwp132rme6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mqk1kxd7s6tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z99msdw9mrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft02392b8wxqg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjd7lmp0tq82b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg2w2h1zmexq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7xcyjpcbx2c5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xmbnrvyj9l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfghfz9v32x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ts1bz4fr4wf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf82btlbt1736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n734jh3wrkfyg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36yqj6glmpt67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pme5xjfe2mnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylr15pw4psgz5\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dmycny36tfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqd6np66smds1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbspxnjxn5ypc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gms9fmj0941\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2064_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0xe0nmdqzy8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6wxhhhyzslb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01r1n7ysnjsed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgsx9wwwjvxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_25000To49999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp17fe790wg25\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz72b84kkqpw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcp8vy99h6rq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww4cpxjv75bb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl0tfp359lhmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R01_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxnzbsccp4w31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DenseSmokeEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbmrveycjr347\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216vftegnt58b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryggdbk7yhk0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9rhrxsck1x08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxtzkwwre5324\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FreezingRainOrDrizzle\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ltbh38zvqz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3k4sgmcjdk01\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zsb911rd4xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdcmhczld2gy6\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zgetv6535tkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hfqeledjwv7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6ent326bkbf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxkzmqstk4y69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t09m8d8rn2t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy676kwtk9bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ev9gs9ppxbq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhzbr4z3jd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj3ttk1rcp1b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vh1l9zxtjlwf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7051dl45zwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy0q6d4k16yp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf6yd1q5zd46f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmwyfbtws4yth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn6rmzs5g1g5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc7ngj2dgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tk19zcsv5pgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjs2vr4z45gjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCIEK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qqqbrgdmkyjc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cynfrvdj80th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz0q4rm38pm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p38jr3lzkdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spp9yctn9ec0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6whnldffexe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf2k7qc5j1rv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5wlqf2z85g5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dmmdxh1prvd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfct2761ygmy9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CDAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g0zjg2fk4nt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq1jsfmy6xpr7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x38qs72ldry91\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryesc6s5gs5g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twjxc3y33fyb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w88h2cgbx8782\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Rainfall\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v4wr6cpeb54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e9vg0sn5pkr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6bm4w2edr0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2vkh2f53fkwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8mpkd69kkgj8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_FGMS.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0mlewbkkm498\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132bbnwxkcejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93gzxqyszchjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x4h19h9mdxj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7fne0lvc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP2_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4q7fe7505301\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbmj0e1v06q37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46887sqbk4fb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfx15t81grh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38b21vlgd6kg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtp9lq3brxqw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1394_8.M\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_SpecificHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0dhn27g8gq23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOOXE_YIR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1IMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlw9hnrk5f9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbvyl8qd4qcg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2v0nnzdpv5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcgcv2rtncxn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3jpmtsbv4k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhm1erhcx1chc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9s37py1wdkff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmbzvfxm93g8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf3yejg9l18w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8dwtcxp2vqpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6qtnbct2s2n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5ph9mesbhmf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfz2vlm7vpxe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjm9m92g672d3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wyyys4ymq89h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edl4skpv9sm7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23516lv9xc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dy18qe9ncv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbl5t3pftpmlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63znh0wlxd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wklvvkgmydx6d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_NotSpecified_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xhk1zj3eekg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9drlr9lrcky9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpegrtv6pz2r7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5egbedv6m1zm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bselc7hzvnpw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1rs1dhdjh3d9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m44mdh7325gj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6fd4g99q00d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epqef64sejc1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l54zy6ktyjw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje19z87x7mvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjb35gt9fndc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48kg0dzq5k3s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0nynb52ge52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9je03xf5fgglh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szsbb4prj6x35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlr54yp3b694h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwv80tvssbf87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqptbj8dhzd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndbjf9c5vzz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k29wq1f771q0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfjfjg96dxj9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16jwswnfl0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c11ztp8xtxz0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0fr99zvxy267\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph3t120t7rez5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbh6wmtz41yy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5cdz3t6z68xb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28hsp5zwe40h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptjpvdbsk0bpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzvnrp2t416tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g517rzqwd1s5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6b45v6bsdf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fjl4ntyf07h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2ndwff9jtt1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xx0nl0lb8s69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51fewxcyrrx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R07_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfbxykq7wtr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61dkh60sytww3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h6hbz7nr496g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlh77gch96m96\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm6er1196e82\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_ORTIND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/87n8529tcrpb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knpr8xk6ffh4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s222jsn1n2798\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68jbmhh80dgt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q385795h02qdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm4ztjfjccml4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgnhsqtv9cg83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjfh98npphtjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hvc4shxts9f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxnq0700hql9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsbzvl08qd6x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srvfhsz79vsm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1hdf1kq32ty9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhjqrmmgg3czg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhrpqc40dh7q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gbbp6rkzdbx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyghb60rw3vvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz0sj04wejzhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1cz9mhn0nz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wp6d4e9kwwfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4pjhtyt1hdd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3etzx3emyt0d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FC_ACC_SSID.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yyxpk19qt0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15qyn6ebn5b06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwfsbj8fmlxr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_60To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn4wt9rdf4pkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy27y4fz5dlv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_HHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhy7l9y8d5sx9\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lp4ewlclgf5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3zn4hhtd9lh\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjz02fh2j7et7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t4xdm4kdbs24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfvd3lqfjyd54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dw32zjdj1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhesz668qbfp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_03\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6c83yfx0cvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kccv3xnvbl77g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9lfp8819x69h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pplpj0y0mzd3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehmkh348c6q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hw76sdcn7fph\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tm08bhy3hxeh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_S\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxk5h08rm0fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68g9eht95seh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwl5el9324qk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q78xdklt2d36d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS61-62_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3nclfyhkk6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb1y67yetnlvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0mee346twrf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8kg52zcxzw9f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98pb77rvgqks2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00t9gcgdl0qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nhpcqe0p2bgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p93ezvh5k9b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xg1hrwy4fcj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb933k9br1p87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nykrg9d9q2nkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw009llwb8bjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gk4msz1cjzj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdnq1zhp8h8p7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DP_DOD_DLD2_CR_CG_Z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3fbrjdcev22\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_ANIMKPT_TRB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_KD_ZG_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j7ylxn6tk65b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSInformation_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qldl7dmexnf7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/478yb5gkq3pk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59yhjyvc0ekh8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r112l3pgybfb2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_EXP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvhekjx1rpnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krn5vkpqhkf2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvcdn0kgm5zy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_OatsForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzqk2dtckm0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kztnbf0hc6qf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Septicemia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w250xlsx2zqgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2efe8rceckg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2403k5fhtf85c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjk2vklhdp12h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R27A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5410_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FrostFreezeEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqw5qll8tb5df\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t5n1993vthdd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ncy4qm4ftj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/350yftrbddlx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqy9hdj4exwb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph1rl76c9nwbd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b72h4bktj6kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx8gsqs161v57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66wtfwhftdd1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyldt7lfbct59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs5v8r5qhfl9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3ds9rz5hkn5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_1_ACCESS_ELECTRICITY_TOT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4s6l23wvj817\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1myf5jfhz072\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksmx7fwfkm8lb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex0hmnhbsmtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c74lqbcnpw15b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck4dv3d5tbk0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxbpv94zqd3rh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithMedicaid_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7074_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6qg2q7dst63\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4xxgn2988vwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r84evqne1en03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdtzsh2j7f9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e6qs3fmk51r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxv7fyzcbeclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2kqxsg2q38b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9k24nk1p9hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8dqkb1ddvgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dj6qlemmk3hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlhqenjl6h5vh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flxd8fh7dn3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc0ew55lj2qt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2yjmlrrh0q51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lm4dtv71v53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3yy7ywwzxg65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzmjbpltw5m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdj6lpsbh6s72\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqv6rsjhbsyy3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rdhbq9mh90q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j152venrm8h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwekz6ggznzyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetOfAnyType\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_3Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_IRIG_AG_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn1ctq1b9gq9c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqk2bbzn99wj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywp5bbx1fxyj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1x4mr6p4ejr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0x0h2bc83qd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4sjj1pjv9k23\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdex10ylxk4tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypr5xdmx7wz0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgfqb6w9cys5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4jl62rhktj51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6re4xlxt811tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkgtfm54ny9m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25l3jwscc79r9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5cb9brrs7cq1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knk23kw169jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdzkz4n6x6fc9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvf1yrhwzp8rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1531_10.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycxlrdmf922\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89kqjl3ky5cgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7n03de04rtdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2khn197lhhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ldq8bwrknwl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fdfhnnjr5sh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjgzccdkdk691\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqbzk2zcvxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt53xxzvq564h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cmysbp3cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5xn3wlzhzsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpqgjyk6qjx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk7pejt77b8d1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3rj3879dwvn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxqqr5cz5exw7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGMPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp575k1kvw9lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zw591x0z4yz1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Reserves_Fuel_HardCoal_EnergyKnownReserves\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fszzp2zdpwp0g\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49vrrd47jpq27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lzmm56eft073\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thvd44mlgxh9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f449n7sc7kgg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzsnw4z75zjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh4qhjbgwykh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnwq82szck2hb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_7\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/598c0zbl9rl61\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lnpnqnl5fxrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sry7tlmfvcbs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e7bbhv3k51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3nx20fbkjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btn3df39z0dr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53d9wwwswmct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ebg80e9zxh8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqkpkqn2dv4pd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_SMTA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scne54m27rpxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5fypmmt1smw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxkpz85y56dtg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhwhdgcqn653\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51h270kwck3r1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_AgriculturalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qt6yy8j005f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzqy78pesp28h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ezn1dp2jkxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h06rtrdhwlev9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7nnyytj07v2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68x8wrxncmp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrbyz3wp89dv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57zc2xn0g4dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhp7ymj94j1mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9cg1g3lgx1kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp6sk8c1sh299\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/PD_AGR_SSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16To17Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzls54r068yn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_SSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1enpjpgwyh881\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf59969gdpsn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5etfpem5hv68\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6x9m4y7efgy5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjw2p14nj54g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvdl3n1msef1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k45w9nycsfvpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejkr8x4zl8tpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l004y4kn0hlrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCSalesOfficeOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9ztgtmd65cj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05195n6dthfn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xn6yqemk3cv3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm77q740gpm9h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6qbxx058rqc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w4xphkt6vs62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2rce99hk9zfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3mrfzcdmszb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lhzhcrwsqg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bh1fzbrvddd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yr4gf6338dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9tnk07q8bl78\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_TransportHub\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxl5zfvhc72p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pbjwl10n2gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q2dxggjetmd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b7kdr7kg73s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr5tl091vrp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qqtpz3bmbhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g0ge6sd6wje3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9j6t61c6j8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkq26828jb27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx8w7jzhdgz9f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd05zzng40rsf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NV_IND_MANF_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpd1svlg9s238\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_JobPosting_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3lhh3qcwsvl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw7wgwc3yrtef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f749kstwwsb4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhhstetzwh7j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmgx1ms2nsk42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cvde5wh91beg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy29h7k1r3p0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b825nht807dz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewjbkj2j2xpwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbz571h7pxee2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hejhcwcfxpg8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTLGE\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24cxxqpjf3xk2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv81t5v1gph24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mny8rchjj8r07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_TransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/Q00-Q99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SI_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2dep8w15455\":{\"byEntity\":{\"country/USA\":{}}},\"dc/145g7vvq03054\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq5006174qec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3b36ngpht3g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfysn6x98td8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pprrjpjtj4gb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z0kxk19nt2yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgdld0hyj2n68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz7hkv124lrk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsk1kv8syr7yg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/611k8166p1w54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8jdr94t7px5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxxdplh1my6pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prr5bmvphm1v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymllkxb4j9wlh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20wq5e7bf8em2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23dyj00m7wfy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0x8mc6zk28q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9rp8j7bfkx8h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp2jlv2g7kx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfhwzxxt04l56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kd44vhgcjze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enzkkhwdpdjd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w6795nmr5wb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66hkxtv9xnlj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkc3czssl2tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh71t3yxqjqxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2ksevkesyes8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgm7l9ek5xl53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/envdqqyhljep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ncd0jeztkg93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgey668786ys8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c18z8lk9gt6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccy8bhm2cbtpc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_EMP_TOTL_PB_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_35To39Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey6y2hdbwbqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyz45gwpbeqpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3yymrrlyhxrg\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Park\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er4mfcbj7d6z8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34ycrkq7ylyyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqvrv21zxq8fb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/Q00-Q99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzj95trberrt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_LCAP_CD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pvkcd1klsrjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rhkgjh7ejhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b286gqy2grzvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d25z83g4vfqy\":{\"byEntity\":{\"country/USA\":{}}},\"ExchangeRate_Currency_Standardized\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zv5bhr7mwyh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ygz522lt5v7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1k6fml5y2p24\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_TRVL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgzg76kvsp88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0njn1lkhwjd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne70rydyf1cfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qheve03j89cj4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg852fq8k2rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1dbmhkg0kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2yd08hn7lkvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89zebvsvpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnj2yfvl35lzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gpcznqy6slh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88j8lw6xsegnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1bs0hpx4562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xywfcq20e9dh3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qqqbfxgy418\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twhlb5ssg9fp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jge7m5fmrv38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhxxxgwf37bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msx0cktllw794\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75hgjtxxejejd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86y56mslf6s09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4gqjtc3291y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt81z41jl3309\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_16\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02eslnz5zyzjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvdc93rd53e87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3n6nts131l5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lptxk4xph08b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk5h0r1v8cr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h0m64p347nbb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w37j9hmvflrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptfc91jmfd3h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vz53qzdmb2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5zd5w13reqqc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MORT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0wreg2rwy5h3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhwv6jqezlje3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1p8gleg051d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_4Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_10To14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4dy73sx5fqc6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q8693fn4hvf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw6x4r2pkyn5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WarehouseClubsSupercentersAndOtherGeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8pr2jt4mqhb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tbw65brtcztg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rmz9cj4zpy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sljfhy995mhp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq7g42xst5ql1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PM_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y2h62c51twvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9c4bwyq7lqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxbyf470smckf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtmef9psjp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybxvtzjhtd3vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nej1xgpr0tb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmlv07krrtzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs0wpbph3jcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFDGVT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_72Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lflvkqhwj46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv49twzyr178g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxb7vgw8ge9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d6hkznbbddlh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MUORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_REXP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y23r1c8gsxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nlhw2nzlz99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4ymb6gcjqn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4e7hwnpw4wr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0m4klt4ctehf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/605sg28tgm6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh75e6mz1p4hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgq2p0x7ky9m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ml7ezj8hesl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0e26ln4v8qq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdq98ymgr0h74\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9bnzgj2mj5xf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q1n8d0d2kpec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cbxfy4w69jlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1fs245v36668\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1dtp7kq1tv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wms12xhh1ml86\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w00tts9wjgme8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTTRFF\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_UEM_ADVN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_LE00_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lhm2c7x53tjz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2zrz4v4nr7zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcl4s3l53k1f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbqlkmdl9023\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjzbp8qb87yr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rypjy5q2t0zz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh61p88p1s6bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57mjnj5db8y75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7pxtrd7xebr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y99tdhjfmrrwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment5ThAnd6ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0my9dpc5lmryd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x08e4856105zb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_SunflowerSeed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5nc2qkrwly5b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mxvdstgpbh1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfqxjztb8r1rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtx8th2d011xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7c4z7cd1vjm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhz2dqxe2h3v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6mw7pdq78f4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnxmk85nq7qt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w2xlcsvl9y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/830q1cj6el80d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/emfzxx0y428pc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs15rbrq7zdvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsl2548f719w4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9170_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfmqjxmzfz1c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/026bpsxrk52lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzt9t7vsfe4v8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl5bevbtqnd74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m79qf37wbh705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zmg52r7mfyq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djc8hr4b6xnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9thn5s892mg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhy8q6tc5cp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27pkh3xw4g406\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w3m6zgm7jfx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf2jd0q0ltxg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y6nn90hzplv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfcr0v64l5zl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmj6w2rrj5c54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nphyy08wghsx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmhxmwfl4ld2d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fqn49jfd6epb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq3gj3wgsb8j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8y3ne34z9q34\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSFinanceInsuranceRealEstateRentalLeasing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1zvwqql56wj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn30h78cmsv65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3hmj506ec5n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcds4j8hmrjk5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nwdf0cq5f21c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgdslmbpgg2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpvr0y0typh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj4zl1k02qlcd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f4c33zwekpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rfbdwbcq3kcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrz44638x1v4g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zn6kk8jh0b99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht2yggkc35q18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6n9fnts6pqv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jght7b5z2x674\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clymlt0y1b3fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/038hefzsynkz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j70ymkznmw59h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5t1d3tw8qyy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efg2r5lbj2rs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jhpzscdevpz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m8tfvfpcn6w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh54yem9n8z18\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztewh6pbgcb2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeyt4c4rmgbf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg63vjs5wes3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td8qxlnlcngj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcfx5scj403h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx4sp1fd8jgs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0plkg5nybg4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc0xrbeebpxv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91w01lw1sst6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_ICD10/C00-D48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sclej41r8ec3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqd1rg1jhw467\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqrw8wtv019w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_ICMP_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whslnynhd28m4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxc69kqm8z9t5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56md3ndhrmvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw83hf6mep6f9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwl4wtg43pqgc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_TRNR\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3m7gk9tghrec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4rp3b4c2np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1k1kyvb16c93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqqbn8fze24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_LegalIntervention_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qhy5hl0bl18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgxhnhbzrmetg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plt48r3gfydmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_2Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7zwnb6mnjd8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9zj2mr5w95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2lk1zrtnynx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtyexyq0scmm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37rh11drn72p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vw9bb52tv142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsbdyk1v8h879\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qxfh8ng5kbk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fckyhpjy0lemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8whqbqxmm3nwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h05qsx8cete0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56jk29026se43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn6e58dm260m1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5qgy5sd3n0lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4svh0j409vq8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdlr0ebggyqb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwl11q927wf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/479ylpfzr4ebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dej9degddytc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywrz4fb2t14g7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxcgpfn8k41f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3z3yc45td833\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4mwnwbfkw594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyx2ynze1x46g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02sl5s95gx9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2bsszr3cdh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfvxgq1ybgedd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz7ezl1wv5bw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvy6cn8t0pv76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvpk5n2kwfn13\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sbj402g0xeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvj6kgp0w7spc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmkyll5kdhg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbtt3ngg69wl7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twj90hq5bfxs6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhywhnfz3hfb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crjb3j6zfpmec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e7150515yt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv9zzzcers9vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcdv83k0y11c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5ef9m9pmved1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7bwxb6jt5gdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbmrpjq5vde59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv57rjdxd45kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3zk1xsp9sy5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_GreenhouseGas_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgerze463eg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7en2lmlwb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvs987b2brcf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_80UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fglvesx7nzrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8pq2z7m0qjgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7k1ewmkk3m1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30f9y6mhjnk4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7zctp6jjef98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb8cvrs4bgqe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dls21ebyjw97\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qel7dt2flxnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svqs2sflqf3dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ezqxt9yj7evf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj7evjedl843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c20b3se90bf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nmfnmy259468\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg6xnsxll4gsb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sce1fjy04w17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0b6njgprpnsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp5k2kl1xd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8573jz3llpem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czwml27ywgs36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g57vdc4mb80e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqw3zxjwlrz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m9tl3h3h3p8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/909kk4zn0wd77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pwh4zzf51b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d26g6ynb21nb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmsjwd7q8hvlh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617y6lz05lg31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtq23ylt85frd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2pfvtcknvrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GRT_TECH_CD_WD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyb8fwmqsj1n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n118b99t9k36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m34w2j739knf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv3w1jnwpsc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdc4zqj1c6wfh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zmm3y21mz262\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngfbnbk92se8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb7hyj6ce2bv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmqgrj5c89hs8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4w31fc1d4cmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we75bkf9vvzn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6nlv7zpnn56b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvlsclh9xcg3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se4lx0jz420k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g67e33zkdnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qylhzdx7562c2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h3sjgcy1w573\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldjzlv4zlx6p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqe29wdh7mkmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsfv71hq4s6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ey55y6le2nv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34xmgklwy7zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gcmzwzj03t6\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8hxn9b74d57h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/237n8hfpp8bh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vpfsl6gwngr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5blrencs14807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893s9vxnjzdfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_Female_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7rj1txx76zq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqhe17br8tmdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e50vknnjrekf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx9ecz5yds5tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72yw9rmqdc2q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9hktscqg868\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8r658x2ejhfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgkd0vcrt1yn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltmcqpnn8e961\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4prkkn2njx6fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcns4cvt14zx2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cpx1chh3rjzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96sxyvysm0475\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klhm1dctc3lpg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxyj3l8pnljhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vj9l64nrs5w7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tqnf30z8dlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gefbmvmwvymb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pmyerwj5whh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b6hxtlc3h244\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrh7lh0tnz5n\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3skp05yc6x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39g6fldsej566\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfvk45ybg9291\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ApparelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_MPYR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/llf6xdk1nnjv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lp2js0n4zz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfp8t05g6lbxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ebfckn7lhbr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bje4n74svzhrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzmd6bvvr8d3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmnyv55vhyk38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95963ks8gjg95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcm8lgtmnd03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdqxy9cb72252\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmsl5c1yqdrq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSOtherServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1mlt3kjt6x62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d4g10js4rt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v160xnej7nfzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Female_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge55To64Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61ehpfd1082h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9zkl99n6epj1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj4x2667vjj16\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yfgz612zht26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdj7mcq5kzq56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqf1983leb91d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxclzc0xm91h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk0c07k4x7g84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mhgzhr9ygw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1dngkytv705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wff52wmdwgmsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flklqmewwclv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwrzf4k8j2hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v8znsxl7jvb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj2wvbvs423b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1kmh6mcxvgy2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27y4hfl1qrbec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc35qc186x731\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy1yc5be8pj3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d040fb0yx0ce8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g765bw5kv4lh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnyqz2524zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22zl14gq1ges4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9tcjqe0tl101\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nwkfdejtqlb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enqj859dy9ycf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v4btw2yxx2cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm0pfnb47vp27\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00t37zq8dbwn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5zp33tg1vk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zyx225dsecb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0mlbryh0649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvspjl7vbh8zb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxsx1rb4xg84f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t476rmt8mx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dk80mtz7dy33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9sy7xcnwl8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbn7tqemegcd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9cnl394tbv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjd47wqzx35t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2r42jv7ccef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8wtf6lg9r3l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60gzqb1crd5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2n02q8bq13kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzw6mt6s4cdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjszn821ty6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z917v35x7cz7b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye1t9k82jf4l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkrwedtqb2t5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xhd168rb0xc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_RSK_LST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlbbef4fmk52g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qpbk940tz81c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV1CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex5z6ys04wsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hrltcsyj2mcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y439k8kj78ng3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xrms1sl6pzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02mzs7typs13\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sf75c5cbld0d\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxdkttj2lxf37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzyw5ecwspfgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb35xy3zg3lz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9w2cerrbrvp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdgb6dfhhmt84\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PAR_LEVE_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ld2kyb58t38f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2182k35q0zd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cd045b5nm0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf51hre9xy6q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1xg7jdsbxl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm872mv3bgd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cd2d9r4b8bm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileServiceClubs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eybv9dnrcbq2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjt68tbh8bhc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsw8qm6z948v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtk2hkc4qq9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2qd2neqs0v98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30db232wcl664\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pjjry26h7jt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9k13dt67c1x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yxs2q0kdbr4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kjge1mgd2jcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fl76ff57er43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckcbngeqhyvj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9gtwq65jswh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sqkbyhxsdqxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy95zxp0sp447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkyd6k6ps581b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz16qx3p2m3yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ConstructionOfBuildings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q8hbmk2ecb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzy661bbsxgd8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjrcq1ktt2bn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc3m4sbk5q7cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meny85vnedqld\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84rw22l78vt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Vehicle_InvolvedInCrash_InTransport\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cvcy03vfw082\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmh6ws05mkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9pr5lech2trb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f6eq17n2g708\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2c61psqkr5b4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g800scl9811b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzke3f3zgfvgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSQP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7px021bkcrv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qdm0cesmsmt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g0xkcy5r45b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxjg13ejx14vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t49pxhhzxz924\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w1zyzs1cwwc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kc4g56p3x0k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epj9d1wywn66f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEAPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2lsrt55rxy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyyjqje56s8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2kk7c26ebq4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjzzv3j2123jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3e6zch73k9x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvl8dxz9gdyy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94yechkgywe2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3gqxb1cj6xs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7htwlr2yv4dm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvf8qfcp4h4b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y30b8qkt124y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGBGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnegyvhmtp0g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R05_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv417tlce2br5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0sj1vqj7nsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kewvwncjvfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnjewvfq4vv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskwcylgb099b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssxdcxzj8zwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hgpyt5qh2vxh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r67zn70gyz16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z33mm776few1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rk3efjl70sb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjhh3kf4sn869\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ff0xdjd58xz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b95255qc6h929\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69smqzkrzqqf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nv4ns55x2sld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngxd3wfd871sf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwzy43sg2p1h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qycnqmd9393\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0nzehycddp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry97tjtp07cbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbh4zrzzv0q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn4xy7b1tqmp6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf0jxb432l3z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxbxk3bsy7tm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s546fe6wv5zt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4n0nl8le6c67\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/567hhk72hdv2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb21ftkqn7rk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9vzqdgq5z8v4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q6c14fq4fmq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwx24q7edldf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85e80fmx2pcm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g53r0vwk23ep7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fg15mctddf54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5z35v6gv909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87gw2y6gz08b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8e8qvdmd5hd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qsn76nqj346\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz0415k4nqsw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8z95llpk9scc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7074sc4sy0p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28829056f6en7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80kphdyzp8zk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beec9es3zyhh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g5rgfxhtgcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwvj0qeye94r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx405x0tvd1s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n1lqpv2fjsv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f6xk5qzqhje2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcst1gtcsqh74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f76wwpwv9e4b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthhfzzwctewf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv511eenjdspc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgbr8msf81px1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m9tlvlkd10wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mex82c8gfd403\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdq2n7wnvv23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp1w96x33zsm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l41cyd1g9klb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8knzr8bxsnpe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3sqz6q61cn67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_EL5M_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38emmtmkj2h68\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vcsvm33dh0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgpj6cmje576\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvkddh119923c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--IN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k2dq75xzw70d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk43q5rz3tgf4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdw0rbwk4mxc9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/r9ehdsc3b8fvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krly4vny8ydeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk0fl2rjwqg61\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g27q3k9sgy1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxdb0yy250e9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq8hq5hj2lblb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcpwwx9j0978\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h75d3cb48kwz2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq8nv4fvl29x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1y3f7lf2pzy3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vgxq7z92rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzn2dx0j2nmzc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh9q3g3ttg3jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07eg4y4rcptx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fwwmcytkzx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnn36pr69td58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40bpjf39dj515\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jl0dm7vhmy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msh24p6ef4qv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3d7kdxqbnhe7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wtf75mey0gj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xn3sklxbbtwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58fvff63wpv1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithDisability_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmj3f3n1qwq72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h7cpxfq5yryf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1q2pmlwszprd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkmcjds05hb27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vr1t7fke9vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x682x5ps1mfr3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y36e7rc9qdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qrmv7jqdnv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q261dzvgkqqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cv0tp30mq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zl4k8xv65sdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zq7f9r1emc2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1btd4gjvq9qbb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IS_RDP_FRGVOL.MODE_OF_TRANSPORTATION--MOT_AIR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf802l4de8q2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wjev23vjfmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4kys14hmf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqbze3f95jffb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j17zfg2m5wv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqykz21tdkjjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_5_B_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5s2q0kjrx7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pyjdssjpyn88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p73x1qzts7m08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3fcpmwwzs7b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_DETH75N\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzqtfm0p3rsec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81kpxgmctjqw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqx8r4z9275t9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekngdfy4ke1dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2gw6xl0rmdeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrqfep1qb5r7c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6873byjr6ryf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s535tsx31x2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2740qvt25w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6s4en57frn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t52qzx968cbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hb3vrlgdgvp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6rv8gdxm7f8\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/955fb2f6rsn5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ey8d5e6p7t9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cskv07w82zqg9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusInfection_CongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzrj93dwz5e66\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IBRD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCSalesOfficeOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_STNTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmptfl9hdk21h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_NonCongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4txcxkrj4qf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfj1c6f5xvjpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17e4wk3cjwgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9g18qc4xfsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfm49zwpkr6fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1hllrgdb9pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnm37hnn78d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5pmenfdjjzl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q5yber1ggpj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkz5w5157n8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grh9qmbgbwyq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2fkssq0fl1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43fsx72ne0jwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3b9v6hhwjkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd74jvfybnqgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dylj3q3we7pqg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_64Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlhkqzzk2v0gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8dhkgmemb657\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh29t0dt1jhdh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb74nnweywmd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w18kcjc7eql4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjgn0p5tcrzk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg6n86lg861cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qenls0gnqsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlw7v025pfeq7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xyx8q0cwjgkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq39ljhc68s63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyqbwhg6swny5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdrsgzbq5h346\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecyk9ln632e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzxbh7p913n39\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81w57esrh1vqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2she3dypkl3qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssf3g8shkk579\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg5z9t3nnke69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrxc6k86dg23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_CMCP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmdgyneqghtkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44l2xss0fj4k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cfqj9tks9262\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rhsk4z9fkg5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbhgf1zrnvc6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To17Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky5nz64vkyv5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btent7zc103v7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm4ly8w5pl0lf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zbc7lj074we4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_KLT_PTXL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin26_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7lpjbb58m309\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlqpp5rjsld1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54gfb78rcr573\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em3t3wectvd15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpmlvydgmphs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjhldcks6s3l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dzfqdh9sl671\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3qnjlljy4v23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9sdlqvwegw31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmy03s4dzr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1yq53lw9yx6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gctm8xnzj11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELUNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kegvbmgb00fm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ORSPGRFA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtljr929gnph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk07mbbq4kxv5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_LC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_CementProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5gq497dc0dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ckwd6c8j2w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n885xhjz3e39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb5n6h5kw0v8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk6t9blj98sm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99rcnvb2v3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcpy66p0qhp3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELDUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brscjkylyywf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9t4vnl66fl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x3ygy4wscrfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl0vc69nyz0cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09ejgngyytv5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq6d8jvqldj6\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q4tgrh63y1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lelw35zjnpdjc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0fwtzn3622x6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb3rzly5cdc33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t0j2t1wxgtdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l84yb6debbgwg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k3m1svrt3bfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0pmrbqqqzqvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s11n08vcjd3gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsel9gd7bfmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge1trhbrpxqqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg538d1wcdq37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j32em9ms3c3jh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq633lyvb1ysc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nps6y6kg14e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9w49t75d3w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjpex2gsd0f77\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njvfxw5grb49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stsd0kpmv8b66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frw1cl3ygsxzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eghntdex1712\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crwytmfcfdy98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9hj8zjgwz4c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jmp2n2sl54ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74jnm2gdkl9c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj41yxqk5w4x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f27m3d60jp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3z5j2bf72zn3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjyyzl5twncmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1x9sz0j1wng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxh8l8jsht903\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TsunamiEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbfl4delcj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld8rjybhsyc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf0kmnm94pq44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx6g9qtjwrjyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khspqbrd7t886\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq13y5542cce9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv96bxj9td7y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CPUCI.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6eq21pjhbh9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjepq5mk3yvy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tss7stk1fg1vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjk2kzvnjp6n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3dvvn3mnsydc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42k56ybhse5m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdkrfdxbrd019\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8sbn8hgc3mh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x585rgvbxyhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7975mdk9v7kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qklwb03v4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8j9t8dz0s6fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fec0tz6ky9mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4vn2e5z1jtfc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16rw84vpbsc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wm1whj5x9z5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs48t350lq2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtjdnw8jwjrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m50etb2cfknf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfOtherHealthPractitioners\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xv4qv9wj944b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkkycresqwh5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w355xwqh88qe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycf0enfsxq3tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3syclg2spnq5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt9kpex7gq13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60v86g29xwvg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr2q336pllwjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gv14xrxtq9s5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c296350ltd234\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jkyf4e90sqg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwzrm2pn2l378\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bcjbkq235pv9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0z07lt0s0fmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx8lb01f6jvkh\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wllezvxvmv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z046004pzhjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt204k6pth2qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppb08b8xgsp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2hjgchrbn55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNSC\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zvh02w2byl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq4fjhb6y53qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r816kjvm1mheb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrf2826eff049\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2etf4ycqstj8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8nvbjq4qyy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1mkhce447evf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gs69nszpsq4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6b5e1h87j31d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfl6x98452093\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh20ky3wqcd0d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66vy9j60q4z28\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdjweb2x593p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkwzlnl2jpeb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q80s7scv612l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjes7blzdbnvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x22m6h3ed69q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qnz0h92mmmw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d6ty7qerzrd7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rs72nxkwn4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x83mg3ntecb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102766ph0r8gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxyvxs7d4t106\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1wt5f4cv2br3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lh7bf4kqfky1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p850yh1g71207\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44c04pb4rp43\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz3z3gn8df204\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g59kfsnlw1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc4s6kxh6qtff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ggvxfkj6vp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjfm1bml4lp8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdjy7ls6n5m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1rl115ce7kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkyn0xr9xbms1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_MAM_THRD_NO\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_40To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnb2zp8p6yet8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfe13rnxddjs7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4py6srhe60h05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6vjl4qsvgf2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p03dwxq5q9qd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t8xl5xwv3ydg\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jp4r9ep3mzt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr2ys4vb5y1l2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cqr278lj9b74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxpex9zlh60yf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_ROYL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Energy_ManufacturedGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hmwx8qn4t116\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjx767pjx0ff3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_INVFACSERV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gezcbmw2x1r3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmybg3qbvqy6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP1_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgl7zell144xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tnmdqjfml6zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc0kqyrnj91n9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/73hq7ndp08jxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whw5gv93qy8vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkqdlqfnbkbm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3lhce6pq375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04z75ct1vsgrc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp7pmnb4z2999\":{\"byEntity\":{\"country/USA\":{}}},\"dc/130bjpm1pjd1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch2w0mrghp3vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmqdn2y47w5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le8re6j5p913d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxz1enj0zms87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e826cp4nl3bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g07tnm7405re2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51t0gkfryfrx8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/173smewzddlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94bj06kqfk3kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcf09y9qxrn97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4844gkxxwjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdblyky5k8cf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3rdy90mrf1s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxks73m7brtk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dky41xk8tpx43\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgm11schh9z69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx97q9hff1sng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_SportingGoodsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRS_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk5hdxd6ee5x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc44y9wz11yp9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eskhbhdzxh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh5k59yfne665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjg7gnr5ev13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mtjvbw68z3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpe9676tzv3d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3rspgt44qksf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7374dqmrvn6td\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w5hk6jk0tt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg81n4gh2jrx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zngqj8kv0bnfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rrgz6e16j7q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zynlrr0msd472\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2789f3l9pr9ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt2sxmsvdrc35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzn59sm2qrg8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprey4qt4czy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3km9fc8bx1e2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Lubricants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fec81qc40bml8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlb729wrl5s34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf4tkbrh07ykc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxqjv5s2q665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r4300q6wzq86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvhsg0tbsk0d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fyjh7s59b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9h6ekb3msc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c22d2wncttntb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffvk46q2k2995\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_TCHR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ehtzjsp45dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85fg84y2yqb7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04rnw8mls53k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj3gjfmng0tw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpdhdf8eegz6h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwv4fsqhsvkg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5h09qeytsstd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjeyf98c926td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dp54gqh4g08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fthxbq0gz86y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2h0v39t1qg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d758td4k35svc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szldl5dj90s0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3t2e2df18xb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_INTM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Nominal_Index_Commodity_Beverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0jewr3tzj076\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hpfjhzxwldg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzjxwzk7cl3l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x742nllgq4jd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43ntfehddw7h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9425n4fy4lcg8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztmsmqm96lk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04wr8skehprcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vr5jxx7er5qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7l8xky6y003\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw49tn4jng3j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7q5qkp6dvjl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50qnj9spzqsr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkyde8cmz6t07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be5gyel71wzy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd8d40fc2qp44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljs4q4hqxjnr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js7dy98sbmktb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykw46jkb0ygc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cng14yel99rz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9efk19739ej5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5mdbg63y1w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfn3y7cc6grz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h2rde6vbmxm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xyv0gslcmzs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2j3bdltyd8ed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R04_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcde768xprlr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v91fqcst6jvxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEPSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2jf3tj831ghf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dlm977rye7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfl82prmlb9zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hy17w0jhwn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/322r62bmdv05f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnm4kxq11hhk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7w0cfm8xxw4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjt9yfd27gb26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s8e8plr9z2v6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxh94pspck715\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nn5vbrq7ssn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09sp0n96yeqv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pye3wxdcw2ne5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yenf8l36b536h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_LND_LTMP_DC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6heen4hk8cfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nredc4eljp2kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0bbfj7jlcth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh81j11rvxx51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dh12kbnbrw8\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpd29sfl7gx4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0r2yx6rt1epb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymf9xv6vz1e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28lf314z63bm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc551vly0ryv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5my0xzd11p5m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72bjg8ejgmt75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgje16rrpj56g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m99155jt5zvmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwxd3mg12qg14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0x3wbesez7f7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEPFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe7lqgb083re5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1rp17pze3w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd5nldln2dxng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Influenza_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw3y5y8rx79dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1f7hg4yetzgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6mpg047k6qeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_123_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_USDollar100000Onwards_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hjhetkbbcksf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ppj81ml0tbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtb64ntp4wg17\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/TX_VAL_MRCH_R4_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jqkyf7213j17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x142k9g563sc9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yese8t904d8xc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x3e669tbzdy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sspp0r35wf4kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqe6mgne3p8yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdnwxvh7v1h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es308tlz211f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkt94gt1xdtyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hcnz2w3ebz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n43mjcg0mkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0tt2rp1043w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcj245eq35mw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hllnywqdbe016\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFINB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1mjdrx84xh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzn0njtj8t4sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmv354th6xxyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2h35xfn8hwf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3enb9yy14wzlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9msrvvq99dz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzhz39ksh5814\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjt2qy3lwe76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vnl9z0v5f94b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20zpssh6e5yb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5en6mf072ldq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfs7xxe4l261f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcgl6ewx5zeg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvedyfq35bys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g41cgjb5832rh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6fv3jbnenz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3rx8ct32xr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6clxe24gg7mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s927htlq4z9c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svgxz756pv38c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5875gw9dgv03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1sxy2k4htf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0fnj9s9rkq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn12frbe1rz14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.AGE--Y_GE65\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfgr2f6v5ey8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x8kb6bh81hjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cftwk7fhk43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lnt3ry58wm8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbt4mlmhh5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_NOXE_EG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_NERA_1_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/863eeyrfkl3g3\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5wcfftg4q6w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39j4lp4z0cvt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y4xydf8lpv73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcxycbb21qwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6m638xg6l0dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9steqj1edh965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbe007fs6t7q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3pn1hssq5r07\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_TFRT_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosisIncludingRockyMountainSpottedFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjflv1lfefpb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr7wlnzke52kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv0grv4ggfd71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt7lz4j42swd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62vbs7lsrxwf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg8b591f2fhec\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xzspk72bdp33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g2d4g9kgxxj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5wb1q75g88f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.31-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFM.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en440j3901hj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw898b08whs0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr4ry979l9e51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxeqy2ye8ne3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9vj1p8xwkv68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sh4eglpvfxyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tskjwz0mhfeh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/901ev4w2f2x1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwfpq31mvv17d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmkx8xxctzcyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzcf9r6p30e67\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65g0f1d3lc6tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39nk85wwppp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzspz1vm69bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_MP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2dknx4jhg9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql1trfxmp2sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_FuelOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehssd5pgz5m8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft9p5tfvfqg51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9m877e7jrsj\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpkjrc19wfr82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhvxgfskt7hv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0gycc5q3pe2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8691btn4v3n8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_Charcoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yb5fmc8g69q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hd16sks0g50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1pq89s6ygxvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t7hyepxg4x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0yfvvbqc8f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp43gt7v8j5rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stnf3cgsfl919\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_ElectricityGeneration_SolarThermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf3299fhnyppf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8slcewy12bg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y13tyxkeck281\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47nh8h3r4n799\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PrimeRate_FinancialInstrument_1Year_BankLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p5y4l502w8nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmvm6jzkermk\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/725q17gctrr7f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkpj0mvs2g7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0rpyrs3zg4c8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/3222s4mxlsc4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5x1bj5lxe67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gelyjep91phjc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kzmwh0pd7p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gj82qdfv6w96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsferssx1ghe2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prxc994nr43dc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hmwl3g25r6b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BN_KAC_EOMS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2twx21lqtve9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ken5tc9pnb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjbkekd4xtjh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efh6cct8rrg96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_PetroleumCoke_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gh3b6s955716\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvpyev8xg4f1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb3qkmfg9lw08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6my5bnyslzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkgzcdrtyvqmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7phg2s3j9c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbvn4xgxqt7d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ked9gljmm3nl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsg2psxe14njb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmnekmk0z9y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4kw8q25zr9f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv1pwf03emkjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0w127k5bdd36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwb2fc8yxxfnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjfb9r6v6chf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52031h5key964\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_2_ACCESS_ELECTRICITY_RURAL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48c44lt4m4p84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmf6q0mrtx4x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbe6g6rrmcg32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrhnrrmdp7sgf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y445r8l921w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2eedwg893kx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndqtks5s8qxxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m11pbdzyy9ywf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p97n7l96lgg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqrvqc2lhjxtg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_UNHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzc1v00p1d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p87fdrxq2syv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j610cn0tlcte5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8flpyete7791\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableAndSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrtxeww0w68c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79nnpkqyeh8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/529gb4sdbz9z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jp9sytcrqf6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmwqdw33bmnj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/espye40zdmhgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh5nfxgz8n3k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.43-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With3Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6scxjr2hpmxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5109_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zn97cqzffwc1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7237dkfwdl61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9gw5mn8nvp55\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cll3lvc463chf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0390nss41vdc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9d3pfr8z2c33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2m0j8zl82hlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevpfbzqtsl6f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t8mk7vjxfvj6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yws3nd1zn8j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e61fywvlf926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9q6wfxzmzx1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Influenza_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l1v5wh7rtjg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7314g4hcz0qlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx94qgx3wl9rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxrbt8dmzc0pc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherHydrocarbons_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5gb025ptrs63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52qx1m450rhc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IADB\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp6dky0d9bp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpl09bhdk12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehg7dtdt2ejj5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ch486hr45pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzt4vysmhehm2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rdzftrzcmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xp08f5fynzc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30pcc0jdqgw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt2wpevhgwqp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcknjtp39tctf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhp8k848fd3p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7lnvbjvel1n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpc55c846nx3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkft288vfx99h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1z71v0pk7zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74wjt0nxrr0g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtez1km5l3k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmttgqgb023b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzg19brb0rv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8n616whxjm2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ILLPOP_AG25T64_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HEMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynhbqc918dd47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4f4j36tvp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjvc4s6bgwbr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bghkrby2wczc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z396k3c2lv1ch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89t03e8yfzrz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ff8rbc51828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95rh6s5srqxmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv9s6xsz1l3eb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15y71jfh4702g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz8nyxp48d68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5ldpnznz5153\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr7fr2zx0zv09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bcpqrr51mve2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3bk2ex841tf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_FCTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqqp1g24hnhv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsfjfhw45wbwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgwx29gnw4h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms23y6wf1g1c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bygwdp7zktr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfgl963sglj72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6enk4nzcjjbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPR_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Sufentanil\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ql5x9ele1b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhefzn0esksd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr3c879m10n56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3dxq71g3e2g3\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq5bxxy73yjt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8ers28bxgj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghgs4cp64ep7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf5xqkepq4yg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9weqmck983y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j7dwrnxqblf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh9m4kwh37j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx16324rm3xq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew52fjzmftc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdzsfdyk13wx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd778l9k1szj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emggtxg2bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qek7w50pvjqmg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrpwshke8kcs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q3_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t7m7twryrpx5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOABP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1rzxfm3m5nf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqq599f1z9hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6l90zpzsnkh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwqbcdfx3z9lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze3672tdgtz59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RECCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Suicide_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p7z2347jnv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hj343gsbw0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qrh3y948t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xps61e1lwsv12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvtlhkcl83r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qf5rs1mjq8k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k73074gsnwn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtyrhwdsylzpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0tjtp4s9yr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzk1kbzdzb2e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm32k8kp7n6k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b3vvmfewkv21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5vj49rgqwzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInCollegeOrUniversityStudentHousing_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m10ylpebs33z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ff3sd595j396\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0v50c77lewjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c15yp3vh56z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qllvn8zq1y299\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yeh2sz6ztksd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scy3f6w0bfs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmx24jy91qbf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother21Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0840m79thert4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mfnzv7db8zk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysv4qbs5j375d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kelesfqmly48c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819CL0_MST.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgq09lgq5d953\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfszm9mwfbt81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k41sfrhp3e4mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29jwnsdf5mv3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkhsjm7jff22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psyvq77yp4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1whpzyk6b5ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v92zp0jvhheb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k23n36qch52b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f55pkwskl2end\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x4f951y67eq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crp819vwdwk57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpv7snkes4bj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p69jn4hdfm2e7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m9me6k6nrv4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg46pbzdvcq84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvkwwcy331nff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_70To74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86cc9n2hev0kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0ylzs4pdcvc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxr0vp65xecf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1240_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr1l2p4ljk59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Income_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n4c46jtl4fj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64sbk331wnnc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcw3c6y2s731h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetCustomerService_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqpdv3y3tzl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h4cpbj77kjc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD2F_PWR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77fdeh50rmw1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmyrlqs7k7br3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfskrmcl5krrg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we01prqx8g07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfe7en66nzesc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzmlfs06lhz3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtvqxn8htdlyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2tw6lp2nc0hh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdpblc0hkkzpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhzfw1zecf4s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RAIMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xfzrnrbpzn0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsmvg81dwg996\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_VegetablesHarvestedForSale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6lnj85k45ghb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/xfhyzrt05j2g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6358wl6nd6fgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgc6x42senfjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmssme7nxgnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0pdmq87kf477\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66dgj3beh9s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwhc875k8f34\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c1d1dd5hfmc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Meningitis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08h1fw3ny8db\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59485qqkd44hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ctxebb42mv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7805xz9xpfl8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxys6p18nfn2g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceTwoOrMoreRaces_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqm63nfqfxz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b16wshdz26h87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rrqphqmkg24\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmm0vnjvvrr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8b5kkylmfmc5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin20_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31dmkhvxvwqx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmpd1b1pg9d48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qzdkhwtdtp4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edwvh9065rkn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04rk9vn8s6sk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/832pbh6hjvj6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t35vhlm66td7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpdceh0exyf26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwd4pl0vzk9b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pd6267k8v3j4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/ER_PTD_TERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d2mfy8cz9z7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclg4skkjvc98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwz2kkg5wf6y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpx1q917wvrw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2e96lc8yfmt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/264841yvh3t04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7kwpxmvee5w1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwjy92wvj493\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddv920ebc8m3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSAOtherOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37yv1n4phk0f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntvqzby97107\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6l514gs8z4z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7wggebtev7hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khtx9cmvkld1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sppj4lksc9ll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykxj2glb5gj98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xel7psn318qqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4b5lftr3svd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6j31059kq97h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglwsgyr42vjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34fbr7e3grwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxz4znh0y1r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x07ff77m64cm1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynd945ss009g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w32llktf2067\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6py0weghed8tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl7tlrvj37wd4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pqksfv1wplzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y905wyc0qk211\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c8e1pl3hkw2t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc9kp02wlm971\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/FM_AST_DOMS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s49yvjp51y54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g25gkhgt7bskb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp044qcr8derh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb0mcmcb3ff15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txv5fhd12febd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vv0hh4nyj81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87bybjkrz1x86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1x7bplkx2r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnejmkfrs7w3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzy22br0vhq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsxg21gfj8fzh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hlbkq8yq0dyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl6xz61fetr08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb19rneg9g4n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5sen486zsz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvcwhns4b6rng\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd80r7cv0tbj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymjrkej1jfwpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82hsg66gqev55\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gyewen6g4cwg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svtd41tk1d6z\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lplgl16r5xr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmjhlhd1fvp72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvfswd6ptpd5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bm314vdqs682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6mr9g8frnb7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1ghgnr6mwzc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49cdqb0sbvjx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvtyq8d2wyn37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf30by1q0mny8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xjbtft7sxh57\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_OtherBituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cb8d0ep42zh6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkqn7gp6m6m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ztcz3t7ctb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpv4pgp4vp586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg89896zpely5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ng732l40zmx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yen2pn12v2n7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_SleetOrHail\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z05w4p15kqhs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb5eldgm21dnc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_FNON400500\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfrs8n16jfb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfvq7ykqfbvzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6w1z7459sef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/I00-I99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbbjxscx6bd78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz5ltcpeg8hk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3jldq6rxchs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m79x3s6wj1vv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7k0b6ch92h85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddewhksct4h2d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0el1y46fbj9k4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8tcl7crv7g54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxl7dfker223\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2w5m7ntpjfbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz37dnyxv5s6g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b82sdxlyt7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvkl85kz1g3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_1StTo12ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m77sr4xsff56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6937sgr57svq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek05ebvj9n563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g030ppnleqhtb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jds0w85vc3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ds7984sgvb21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4e45zfb1709c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfsnlswnb5wn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzlhyez6973k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGOS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.BTCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09hrbxgsc6hq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18epv0d3tgq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrt5sj5sk32p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9h16y6kyczh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mepwf9rfwl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvz5ret0dky62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k1h9899bc2kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h5rd646f9yw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmrrdekxvq8lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qgn9ccf7mxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plepmmt6d7eyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdy26gemf5q2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs4wv46l6l4pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0t431v6f0tz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr9lgcqm11tj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxccmz038w6rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2jmf7r9lswb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AlcoholicLiverDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NontransportAccidents_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm0r29we8c2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkg45c0mzsvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz0s5z2xb1t96\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18z864k97qgeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7ts3t74jxt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wl0by9xg5je2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd8d34p2j6yx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_02\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llhsc7e9t3w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qq6mj8r4xjyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd3yplrkwd46b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e0ynkf00vb2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce1l7hrm79glc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw9j5lnmyfh02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7eqgnsy4b4c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vqzdrkyv050d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel2dqr3h05d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg3615yjeztt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxxrrhlm0csh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b6m0mdfrlw1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85k9l5jksqsqc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hy1mq9nsk47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrek35q7fvc32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DACCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r6gwnl2ftcl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nre9cbcqqdrrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jedxdm294l5dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zefeshmk0ynzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsfhdxlhg0snf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr0v5dbcxqjr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms5k24k5gc98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ss5cp6c3nvds8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qvw5s8lwx3sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhdh5gdpcphzg\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjdg95vzxkq17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9sgsp462v2hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vjlmc0y78zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dxdzd9glb1q2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7by61f9g1z88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svncmbykwy1l\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/IS_RDP_PORFVOL.MODE_OF_TRANSPORTATION--MOT_SEA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhdztshqexr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm2c8nq00ts62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06s8g540px7j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr1dzmcl2wnk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FC0_T.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8swytjc24lh7g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bknds3qqdc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/267w78s4sgjm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Electricity_Industry_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8xf0pr3b55g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtzf2lkfyhe17\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvq420425zcd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9876cykq7xh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ynnlrhr2y8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mlnt4glfs06g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvgd4j5pexgj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfp3rcsvr9vjh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kczhx5zhk3w1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwglr4mzwxryb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1532_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d92fzjd52rml6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ywj5dvh28vq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7qtsgsndxj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eewjbh0xn3hr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97nhf8y6tvbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp6pe7335r7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x00gbe5zhe6wb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlpfhv9snl29f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne4clpbtsdeyc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8h4hqrr4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4rxse979zgm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc8yx9593ce0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y76eleyexmrtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w14v9ybd0nlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fl9kt1fstydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4ss0g1sbm5rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5sf2vnhrlv7c\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dddq83wr9qd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdj0ecmy1mv0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chwt8ebnkvslf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4grzkjq201xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pjzhlbkzcw9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmvwnbxvm7sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqd7mjwzpg2sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5nmcmprbjkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgkrxdg39ker1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr4pw82tck5p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t657nxg3lht01\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Variable_AdministrativeArea2_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntvjsjbk5dnrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3zbczd9hx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmzjldswqvjyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybrbs59wwhxw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_BTFXE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_BRTC_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/7th9h0l3sf9r9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d4e9jmyhvs38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3htljyrjb9lxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynv2rqy798lv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs9n5z10ep7hc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1tbjdgqrp6r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kwwbp42dnn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2bdl423c2jvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkde2nqs35nrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wyrrfrcf6yxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf2l2p9mw4yjb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rptqjzf1kn5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhn8kmt3eb9d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jtlmrz746j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmv471e0sn1qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kchlm55eng39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/999kvt8cwwxcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9yc302y46wtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07d4fe3c25p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10sk75c6vdqr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fp3dptnz1s6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qdtvzr4q1sgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clx95ywwvv6n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g32mjv5zsq386\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb347sljqnktb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hg3fxdpjw96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szdmyn5skvqjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj8q6gjp3mmh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs04tbztm2751\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhfrbxw5pp7lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7fr6mrf8r22\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1stv8k9q3rcc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nznyn9vqm7l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5p2gdzts8f7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e66rh62w9wbff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsjjthbl8wz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp43jxbrrxby3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5cjh5e4r94cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlkj5mzb6ckqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypw716l40tgx4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y95gtybqwn8jg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vqxx93lcmp42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr32evb3bn7eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6w0nqw5qjjd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshljtc4hby59\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dj8xlz4zggqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3401rn8fng1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsqlbx5lfl2c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5slcg59jtm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6bmnn2fl7j7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w73d5yft3hr8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfkvlbffewxlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62ntdwxltk9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhtk3hxwb4n4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ek0p8vce204\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2mprqe82vt01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bkbm4x0nvceb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdzx6257v3rmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qxemtqsthrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t0x7v076v201\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68rek3hyfvw3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlym9neqhl81c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fw0t5m6459gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfyg5831gxhb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bl8q22kr6q11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msk3sx1lysj16\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Imports_Fuel_FuelOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkrlrmjm5pgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exp28eszf777\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19dcr85sf493\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkymx4ls3mhd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsppln5tklp8d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcesjrkh1egy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t6vj7qc01v7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtze41m33eyn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71lc7y6mrqg87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy31e8f3p58vd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pcfxmj55rlnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s7r4m0tfzkkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3y1l0tbkpz9h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en4kl4qx44dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84tkbmlvsfjx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ps7bcjpfm93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17q1xplj7z25h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ccyn9r47l46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78bebhyw8lvg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0b52gxx34hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sj6p5wrslg8b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjqt82r71bqy7\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0442jxsfjnzdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dvfpw9hth93d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9dk0weqbeslb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bej92vpxe428\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w585f8587cdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n87l6kfgs3bbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y71znb26k0c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8D0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w478p7tnh3h9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01k0fcm9ybjs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k343z701khnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z60khe118b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp57h9j3e6j4h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn7brl303kq22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zbze8kdc0hb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xqsv9z42m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw048w3b7qy74\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lh66twqbr00d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e9svnb8b5dsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l6ejr7kcj8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwy6hfzp2q3y3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_CEL_SETS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4ftx2dm2331c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mhly5lm0c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v495zc52jdzg2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--_U__SEX--_U\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v7527hwsqqph\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_WithRent_900To999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm2ljnt3eg5d5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9wtg5p7d313\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms784h7k2xfx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0zxrdzbe9f37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_2T3_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_22Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3446qqsg50w4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0b13pe13ms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw0gjr95pgs16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ket9c3kqv9js1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w56by78w2crr2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bswh15nzbp9r6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q368js3xmb18d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnbcr233bq8ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/307qd2fsddfy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1qp9r7evg46d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y0m833119nx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7j5mg403pb6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12c50np3p1618\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_3Year\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38yfjjl4ywsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhnxtkhzw8xc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47w7htbc1ej1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm45498be584d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD0TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e891thhftzs01\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99n91x120cw2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k341px9qp1kqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kf1sp1lmrpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxrb65ywmelx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7phqmgp59bl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr3hg13xv7zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lcn2r12thj1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr0q7c4crve7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80fhpt86lcc14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9l7l9nwtsbw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TextileAndLeatherIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqfnm652r8pr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jrd8zdryfst8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To17Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rpdfnq9w0mk9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9den7z8cbyy4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_PCAP.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8vz3vp5yrrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ee0h5br20tp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mykhebw8k9gy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ngwbb1skhj8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xwwr3htch9y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5g3tp9xndhx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j156sqzr0sbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6dzn8d069mt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jsfgn06pm4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvzgqbe01p0d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j46pj96lzy49d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svw691khdyqe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvtzsszt6rx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq4rgj71mx72g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz22cq8t1kzr1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"BurnedArea_FireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3fz0qqey13d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_5_B\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ckrc2dtcm27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ph8hwfemn268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hg493tnc61p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22k0k4w1f44t\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k9d5gjd6q4tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD00H_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97yh18048vceg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df6lgg3bljlj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxgmjrne39jnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt10c65n4s628\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ln2yf79qy11f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfyyznl2mblvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhgp786h1wws7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mdqq65ybe0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5301_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcqmbssj13q74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14nsp4werk0g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wlf7xnrvrfnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egszve8w2vey3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t19n40tvr8r61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs6e9x7kyh7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/593kb7pj8cx3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gd81gv8gv427\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnecsckhxz07\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m6vheglj4qyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ectlcmd2ghh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4fpej5b2mcq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p6p6nx5yrjz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njjecmbj25bg1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1c345mg6dn05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk61nrsd402b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w23gnzckqjzw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvnqqnmpv9y4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76r1ttx3lwqc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hj1phtnk7pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnkprnmewmqxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqgk667btsv2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnytfgyee118f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf0qzdh77keg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st7ge4felgw5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8ywdg08q9zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqvr01fzvr4d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jscf0xretnh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqgqjhktze55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherLandTransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7395yfz1q8tp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvlkz4j9m5swc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43kfest205r64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb6smfd734ex2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1407vft80y9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h3f1pgqvw4eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4xpg2hpsqbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq01e8rb58682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vglp36kd64yq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gren9d30wsrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07n4w3ywjzs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_DR_1_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8pj8gspbf4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0e5f7zjsbedg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpfq9lt9e59nf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lj8v3j2k7ts2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t6g8zxxqy681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mgpqxz4qcy4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kewr3s6qe0r5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz40l83x0137g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2gjm0n8sex86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wd2178cevflc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3t4c3jjxz9f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvd46vr4rb8h4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FloorCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fqwzwe3jmkc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv05fs8zvwml7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzbenyeeh1lqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/765trhdn7gt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdphkgffrmje1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_20Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l20qw4x369mt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36z2qfznnzd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PurseSnatching_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Leukemia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pd6f79fxblw5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1502_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvdce21hxj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3d1b5cl4snld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tb6mg8syz10b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vndvywypm97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdhpgep3gyb95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6yh86313b5c3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSANL\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hp45zt1w8k77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49t75hzb36v9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgwd3yy3sf25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8pfyeq5ejc78\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsxj29kwvsrj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk02g7zcl5yjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qenc9x1pg7wyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4331hc30b6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv8wx01w5nhy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twjy05hk1emph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v89dvsvynr955\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37n8x41cbkb61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51lvszv8gf748\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v2zh29qtx4g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4hsv86m2s611\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg8wmrj1p4n99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21r8ybphv6r04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p8lx488z39sc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn1b2tmkw49yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99y799dppr18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq218t5rxdwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lps7tksg206\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6vbg3q5jjhph\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k6t8xm5x6gxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z40efwt65zc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7gc8f9g70n0f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_REGLEG\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_97Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0w2n72n37fh5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd6qdzq16y61f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbrstqhv7tfe\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngh602hxb2rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vmhfmt6tzr99\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkytedmtjbp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx94rnynnklzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve3fl0epe9wl4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bb41m4vv1f98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmxxxe3jbl0df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfslr81q7f83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmm22hkdxf3j\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971s16nm2xn1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs4cxl3vwvv14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g45vzjr0fcgbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyjlb0v3wt5w4\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw3lkv9m9lsq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfbpble12cgwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/339tkmh79z486\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthOceania_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hzp1454sgqqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s86w0hczgv2t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6g4045qww6d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd2rt8ld29p1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z2g8s3vxe1g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99c861dwvl1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eld8se03442b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q569esbz5ddr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sygtzrqkd6hz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhh7nkwzyhq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slnyfmbjqlb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/782ll6kyw3rr4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestryAndLandUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08by37qhmvhmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kvsrcm6v4gqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cxsve879st\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj96wfd40n765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyz5fyddkbz09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsj0wjcetshc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz5qqm86vkldc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs1tlyt137k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4tvlmt7tffvc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k0ep4kj4dy1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd7hglnz6qv1c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xh6rhx1fe38g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e5p1lcrhwej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyy3e5mr3npb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwrps8zjcqj24\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_FE_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syeje3p2rgeb1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7bxj6x3b9n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4thttzvf5lfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jzh6lbv0r9v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhr7ndfskt22c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6yxgs2y86ckh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfwe1rhkjzfd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szhl3e8dw34v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brhwds07k3ysh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb6gtjjj78d84\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin1_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ws84cmrxbnm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bp6tgxww51c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdgfdmn453hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2161l88dx6nd6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4144msq6hqgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbgkv1vtfrl3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k50gtsw6flst2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0r0xcjh8988b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p2elxn700gxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw2zld5bh9423\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k00ewe8jw8bb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcb8sl311dbv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6f36cht6gvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/226t6pb95kdzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqx4fpspnfg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rns43psjfg7n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j6gfhtxrdtv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccg0llyvghh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwj978rw6vn6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsnqylkc5y0qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31zw98pwdjse5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnsrnfceh0b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcl6bz7gx380b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm5m4r3p5vlld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkf92rwh7qvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rv9qyh55mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkfwkbszk7t33\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfm8qxdllt5tb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_BituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63s2s27fe294\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcwmcz082ldzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dyds55fzlt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x9xgvc30cn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrrv0y3dr8p09\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx8kk57zlbzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p6ynql216vpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6573p243z2flc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcfszq78n1pw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4njb3j2dr2g5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvesdwjdvnzjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y3t48c32v4e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwsfs1k2htxr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp4gpr26qhs25\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/fhll6prrkp6mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l18rktsm4cxe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xljc4ergy62c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nl66485z30f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h96v6s8elcjm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqnvn4nelfe22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqxdr821c7kw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ew1zs14f1m5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgh4ekxg1tcdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmkrh0h7xnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeq26gtjg8cm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcp5kvfw2pl69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efgfv1pbpkf9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6j4e8v5v4bj5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST.ACTIVITY--ISIC4_BTFXE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te5bjdl9c31j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynbpq1jpftm24\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g87skx04mjyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb6tddpsxk6h8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jjg8wcp7w02d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pzbnlpv9xe1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmkzlec6erh22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt6xnr4gcl4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9hqg8c3jt185\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmh8rdtrr32k6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_H2O_GRAMBQ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr7jrf8rf047c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njz8ez9vmm9y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t2stm9brthj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wnfvxt43lj2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp28p3kghqqbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pjmdzv9nz4j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxkb84y2vv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qj5c78ecy8b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ymtzhn005yf1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv5jyjktk9ckf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9yjzd26rzeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_CON_FERT_PT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/znpwhpxcxfck1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bn64tzvcbbw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp8wwr09edy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9kvqcy0cfxx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e09ch42611m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bybp6w7jln945\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xct0z5cdtxmxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcw76y7dfwl15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn66ny031ye67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzkchsfsm7wcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg3qdzktfl1g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prccr6gx3ps0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1d901lj0be3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9d043pymbsc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z48yfxz51ke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xetv9qzqftxv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcq80h7x0yqq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl8my13zzsefb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvwemj9bhd4z\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6fe09h0gxb48\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1srps9xzft322\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc0fp5ry8ghnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm91k38qm5gl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkc0g1bzxwspf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2ggsm9lqs3vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sepkwb8rfn0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7ke0kz37wj5f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/VA_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipts_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/27w6htb6jqx0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmrf6qs80rsw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73m07vqwlcs75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4tdl0fp83s6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx0xm7s03ebm\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnz5r7thzhb42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngvl5lbl8949\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw5ybksk922qc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC12\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0fljcvecew15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq4ynenhkceb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb7gfk9p31kp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7tvjyncbn6l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhnk99hwk9kk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05s9kkll9tvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfhn6d793vtt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz4n7jpg3bdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxngtnrtw9f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slp5hywj7b9c1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_BTL_DETH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnhn8swl3rr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8d10hfr7wlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl1q1dz8xxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn5gvtc5n3mlb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h0jg7k8jrgph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4str8h0egwz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l087ms328qk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwrb5bpxx2x81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsht0h0kb3746\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CerebrovascularDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z394h5xqd5qh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm6xns96czy42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRYSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_EXPT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_65To74Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blwle8kxyqh99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8gn1tx56c4w2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8klrgtjc0f332\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1txprfgmp5bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse0jp2pqd8x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl33twnmcv423\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_2Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57ck6yg9wc6y\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/033zp3qb7s7j6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_DryEdibleBeans\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkfrfbc357521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h8kx8n2gwxz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineTropicalDepressionEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bklxd0698tn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zkxjsr5lsdhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpzds1ndkgh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g239mtbyq6g38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfhexexvrdrt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dln0ktvf5ls77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh8mpdldmje7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjgy1jfy73fg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf2931ygh4151\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpenwxx8h4ehg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wpllg0gps6h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sczdg2pt6lb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjzxmmrz3x36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05r3svdkhm2g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqm6w4qxlfcy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgtqgbn09e4e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhwj3qx90h4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re66rvcsl97x9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk9r02hd49pl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjxrgdxgjjsjc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rskzv26dqrg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cz584gnzv8dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee2b6q467re4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrne015hh1jz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lgvpsnlhhyq99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfc93g3vdnhhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjsqg2s017g28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6x6g4nnvyyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntkkwdnwhwtm1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7jmc0n712j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbh4m763cjtxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gc0mhlbmcwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z3cp2nvrx0t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/049ppv3d2jvy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt0w47xpl6h1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6sltep4e3yd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Influenza_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxblmm5gjclh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx6jfrblk6fr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_InventorySold_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk5rgv30dk9c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyj72d3lgy314\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0rl9wv3dtn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfmt5r4nll7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51h3g4mcgj3w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1hc5363091j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5c1ln1qpehy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g418k9zhqc2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plkxlrdw9vel5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3gwb9mtrx0j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhs9xdsy6gvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y02j3dt5l2cs1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WWOUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg19hlxf8rvmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng8xenzjrgtb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hehgews4w7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m2h2yrddz2jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34nfbxndfxm6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9d0d0jpj25b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEGDS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp64j8r6lby1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s819y6mztnx5d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k128g1g1gghg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qzkvkrbpcm2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de41vc6w2yzk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znqwgqrgh1p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rkqb4mjckb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbybg2jqn37x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yppx61j65h8s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrqw0h9l2gl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q50ve8d3d6lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bws7exht7v5b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdry1hqc6s16\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee3hgdxh9hx0g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_RISK_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vht5fx4mewks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w65b2x2gtvxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq5vtlr65zq89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41bpz627lk15c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58z4082tkkrw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnnr3p1f57rmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2ppmbndsqxc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf2wpc0w17j61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwcdwz74k0117\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77emwdxt5fxb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwejjw2zmjmhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x06npxekdjx8d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03rdc8hnhk7x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xglskpr9q91d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j1ljp26vs628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cz1x87ck07ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf3p6nk7vm8bd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cc3xp1e81nkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nkswlhyrm1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m63zbyewydvpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54f3vls2rqjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb1l1xnrvtggd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy6k36fj7tj11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rhs2l92sj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcbgqlfzwvtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7vzrglney7n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F700_M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hknnf273ggvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2zp2xj314eqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhbghbjr3dm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnjfxl0ec6dw1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MotorGasoline_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nzp33rhsbfh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94fxn0rfnyw47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th2cg6g4cn8q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5mxllhb52mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92hc5kmgckxjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q73qfmb9k4q4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351p94349wfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl8cpt13f67j2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_SF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2nzrt4zdtzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk0zej3jn5n64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y61bz4k3kk742\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkj2s5n956kn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqlq0r6mdv4f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_AIR_2_GPV_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00zhbwwkk93c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2024_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vt5dyz1bwpbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blj4xwfnwvk47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl3213jw5wwrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4telcczhvc5c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_FRN_FDI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy8xcmekkn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93p2hnjgl74ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng203267rrt0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf9nn6pt51b26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nx1ed9xz5ry5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06wnx345nndyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b902xj556mwwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j98d0bkz70r6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpynhhzwz7d42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g27nb4zh3fst7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8zqd3xzev41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjhpeqzbnvmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4w70nfl85djg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1q7ffwslwznh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqxj9xs8p84f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1hrk27e4nk7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fet70zk07fj4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbpge6kjvlm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mqpc9dmxrg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g475g20xgy002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx2ksn9btw8e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq28fw0x1kpz1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDirectPurchaseHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plfttls81yhx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nzfnvw1ekk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw90bj5n3s7vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcwwf3bfy1zd4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS_ILF.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pdbr2qxncdt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npmf27bsq4gyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7hnr0gxh95d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7f9em82bfl3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwxv0jvfk5d4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1pp0zn6mlsx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gf6tvpxb2rt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f29eb2l1t3yv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVVB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qst216cykt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx0gsb8eqcd08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/les1zpg5x0fb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvmxrqqqqz9rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml589y8c2qj4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hckpnn3s8z\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705047er9z388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vz1tt4kheb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckx64shp31vg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exqen4gyym0h2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tnrlpjtxhe2f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIRA_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz961rtb12808\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhszn6fsy885\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgg8l897x772\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfftzhttcdjd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gptbh7f7zyrbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p03byy8xh1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BookStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1d2k99jbvzl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRTN.AGE--Y0__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qh0ps53z8gdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3mgne937y17b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELISP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs65leyx59h2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bx4jbkzxz1r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqnypr99llkdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fxvlyl8t4wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3szcf0pv0t32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVTT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xycfk9y2df042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf15fxcj1w9z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyvy4xscrxr57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwxxtzhswe3qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8q8wzmckt04g6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1knkbtderyjd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bwvbpr5gnjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skqbgcbs3yp6g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hf8c5ez23l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28m0qmpqjdl81\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0fhkxznvn3d8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_GE10M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ckc4jbrfjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8v3t1gs22d8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/wtbsxp8qwwsb9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jl4qe9xc4n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny1hkd004w2p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr43xhq050rx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56fq57ysg2s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdrbn7ysgj66h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkr6sz94jhfzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g5zskkskm5gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epnpxt100nvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geqbr9hqvwfwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh8789np3hq29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq6lxthwnd407\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhk5sc938l3ph\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/679kg9jlh8v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enppqqs4n8kcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfgpz9cz0x93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfgz5ln8nwr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherHeartDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t3xegwvdhe41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rssj4tg9ltc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3js67r3xjedh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m55nx25peyghb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm7g8wyj1c5h8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pt08dgxdw58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70yc8d8r229ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5l1jcljnk95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudioServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdd2tzhcgwkw1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fehtjf54qsz8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_Naphtha_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/852pcnpx33gq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq1133rz5efwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe2l3hpq87ch3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w5f00zdep484\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nj0rc1d31vt6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0d4xxdrbpn07\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5flwn5zpm2zj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c928yc9jjlydh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwvrddztjx60b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp345yprp4cx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcncmcfj8np1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgllgpl1hpbkd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/398x31wspqrr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51nz8kh6h7k4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9170_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal9OrMoreRooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdjwyw07zkk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smxyhj1lsh122\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnmh7xgwghej\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_XPN_OTHR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrwkqk8wtmpb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmjfcx5fzg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld7n8f4c0154c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk72m92sc8bcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4yfl8nrj7tb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z08t6g633h4sh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6073mt21b7svg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7pmrm0p7nb8f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/49fexpedmwh64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s8bqtkk62k49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxfjqm8z3x89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/A00-B99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7n24fc32r9rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4p0s6t3hh13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r26ez4xc2rc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seqm5eeeq0346\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtr34wpprwp1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brp89sd9r2t98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb5g8hszsvxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c0532pj9tj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hgzqhcjegrl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0hz8dmbrl4yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzjfnfpk7s3s7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/save_any_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xszx1mvzvh861\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb1ckd9c7npm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPR_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PostalService\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqqvn9019mzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfy26nv2dmpm2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_YG_FE_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zjdgbjnsy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3bfpr4fjne4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl2v7zjclbed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb1xl5w2318ld\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xr5g67t14jf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l00k17cchsfc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbflqmrrkby3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7w2p95nwhwe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktzff96szpt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfj2lthjjqgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_M_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnjrjm9lcxyf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egph4c8npck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z6z9w930dl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbggdbn6mrz06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e180kw1e7jk47\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcemr745cp3jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x13bjdckhhfl9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2drzgx1f8223\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzt7l9dxswp7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrq6leg77bq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9msg9bmwk6k14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbnw6nxwmstv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6t24tcwysd0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5xjws2wlyst4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1531_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wdfnz55ss15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5smynrgv24g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t27kc49vgqkw1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNTA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/HD_HCI_LAYS_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11z3hsgqr7vw4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb4peddkgmqe7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmr236myhx807\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlbx7t82wdx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mrf9khprfyd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbqgdcj9q316\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxsnh0t4g90ed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrtx4pj1g7w99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/Q00-Q99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ndq4txrmdqn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTS0_XRS_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_AEDU_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwq1htjghh7tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kew2b8wle6cj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzsp2ltht0qd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp3f5fxv02e0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p473w0nxh4zr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vxt6b9dqsn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lg730p97nrt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4kxvkx020gfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tbpqk0w4kp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbehnmg1yys2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47g9gytk2fwbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrf6154h90th\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4dl80w4l37zc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ENR_PRSC_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqqykpg0pxen5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8pwyl6grrzk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr1pjs3cle614\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbzvtl9bzl4rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhfwvl67pmpr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwrlreht09jh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p80g5tc5bxb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ndldgnc62ch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ClothingAndClothingAccessStores\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xeeesmp2ccx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjrrfk32qm3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4p0bgp29wv57\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DT_TDS_DECT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23yycw0j2gbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2l5jnd54pch1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tvkq63gntk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhq317x594l51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91ftdyxygkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_0Years_AsFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3874hkv8m773d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqczx672wpehf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dt1w7dxptjmf\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ytw8lgerv37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.28-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cbl5w33re52g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21788ekjppgk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwvt47wrfgv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fns7lh3ck072c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_30Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4lspq3jk415f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz3kmq6g1t4t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70v9j0bw77wmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/086prnfkkn6q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q59gvk4dpeq3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/031mxslrxvjv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlszkjfg1mj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy2sg1tnn1z3g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nmwm73kj4y1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5397g74zx061c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55l2t0pqmhjl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zk5k6g8z744\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhy1wcc5f03f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpvb0zr1bktr3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3ddb7zebsvlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq0ck3m060l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvhff2gzghmk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dvxf2cfgtx54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xyk2343c9gg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Nuclear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frqj4wyj7dxf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxqqfze9s94j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk43935nmhdth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp2gwrrrep5l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_COVID19_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g4qdngtv688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh83ywwjy2925\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mmstfbcplff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zt31rvg1rdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pk9fpyykz1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rev2jb6lp5qm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mr3y7nxfqj8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khmtex6lwe19b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0prm7m26z2w6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11304sdgc5jh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30bgv5wjkfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dztgjhlq79x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3te3fekyv1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x455myrvsxcs\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv6kbbfr9ejb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2nql1mfy21kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9102_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrklcervsw7vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jplent13lp8h4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtv1y46qte375\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by5m8er4h0v2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hswxc818nkyq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw90gfpsecjfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l14pw94vtyqh7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09bm4cr545fyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbh42qhwwe228\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hdgky794cpkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73zj8dsz4yej1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whn99h1l0xgth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sj59z7jc6pe8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds58vzy3kjn4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynt5j536ql90f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To14Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxmwv4m03kf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000To2009_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev0k5mjc6el3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC7\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/4d4cddfcbfxxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyxmw2dy6t2xh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6eg4d061258d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ry9cs213qsx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_SCG_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPK_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtzvs10t5b6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb5ptldz7m2x8\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m20fwnx3jjtyf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwp9vz6v6n4v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr9f1r3bt31t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8lcd160sfc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdcjwhv3jhwy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2vj90t93596sh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqcxn8qrfw925\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx5qcc0kp3mr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4044_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdmme2m30s8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fv6zzfcvpvc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg7vrd46j48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b11jl0ze84ff\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhl1qbgrtg84\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feyk8q783zvxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te44y438tn5nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792y6r30t5nw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blexwz9zf0y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8sxh2mtd56w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk7fnh0sss1zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zchf04z98rv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k21x48v83mbff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_FPOS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gcwvhpbrl7qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cs02e2pnmd02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57fh1crn7dsg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3j6w1w8gw9q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5b1htfkv8q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2c310b3vkwn6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b05eqyep93779\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8wdcnfffy4e4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs0dntnfc7lh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnd758zpvx9j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl7kcwl7wre86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv9w23bgd98mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpwdzwfy8q9n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld4ztd7dtpmt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25sj4e8p3sfk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tps17yrvy51b\":{\"byEntity\":{\"country/USA\":{}}},\"GiniIndex_EconomicActivity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnc1w4h5sfhwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmj0hp2hq1b29\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xssvqcgqksxz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS11_21_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50mwlkxlltyrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxdsp3ct8wrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlrc3l7emze1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ymqpccgvcc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h2rg3rqqb8w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn34d0kjh83yb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7smjm7dsv0s7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/819qkejmm6kdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vwg6473kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1npe3ec3eysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jldffhe6dm1x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6vwlxltgjk09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2016Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4grsfzt80zcl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebtrk99chtsh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wezr7k25ysn2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjfeln0ssp89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzr8w591890f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xn6w6z7839fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr45chj7ke59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h88wklpd4j0ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhcb88wlg3rr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7mc10vhjre6g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FE0_K.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz02gd1jpb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blglk44q6nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k42jyr169r905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdzelhjdyjed2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6z2j5hph1k65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y21r5k9tf2hj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/745jne5nsr4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d60l2w8530mmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_1Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0sgzx7vdpg89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv40llg0belh4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nzkl9ed1ce29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2cmrjzpd0km6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brllzf3jmhc46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw4hp69rezcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7yp6lqlqmj4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FTP_4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPC_PER.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9f51vq25sdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmhn1qwrwc2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e0j7rp7mz59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb62eemjtnnl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtl50htn3wze\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n20mzr38p21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bepz7pypbszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2pd94xp6lm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3mpc9v565kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eekd4h6955hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxph0bllk4qc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2k553m8ce2y\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w9yxx0rgs9b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4sl74qv7x01c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hhq63tzqnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq4sth6n0h314\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00sb56v7pzkj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ef7b05eqv3y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t411cmc54kpq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3q8phtl1vw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zljcw14fhx282\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d48z0gc0ezc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3y3cyrydrjk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh1vzr1g69s85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4mzyz25jh81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsnz0wg0404zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr3rxf9t7zlgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gc8gxpk5c02b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qcrgnl4vd8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmzbtx7l76n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg4wl3b6fvvq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_TMK_NRCT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rpr6tcexl11d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elpynvsq5ptqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9z6p1cle3f35\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zen83l2xcl64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2qbkybs7ty48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvgvxz6zbpqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fd88f7v4gcwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn3x85cf3zk34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwn8kt90xfgch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_Alcohol_15OrMoreYears_AsFractionOf_Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lp90zf34ctwj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6pd2fn2ft7nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elfnyyrjrkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpj04145zgxc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgshtfr80hlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsr912001v6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/829b26b3nqry4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvgbbt2dm53e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOfUpto9999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmbple5epnfm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e5pke2qnhwe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gfq2t75cpxh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/byrn0vcwfn9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5zptv60cdd5d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8O0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl02z0wg9evt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d922bx8gh2363\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sczx919st5pe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26fs8vefdbwjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/420pgrmbsdv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6m6lnkgcct68\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25To64Years_TertiaryEducation_Female_AsAFractionOfCount_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h9g0w5zvkn3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65km3mbcnn51b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vftsr41xe01d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t98zg2nrhxc96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r0rqzvq4tdcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdwycslgx4zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-MT.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6tj1l45ry5bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx7fsheb1fec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03qk9dyk7rpyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd3xnjgjlgxc1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.7-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/TOTAL.OTI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbq6gjryzwmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0lrztg696671\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58ly4vxhcrzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lsmxqm6d8l8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl3m7b1qxgbm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7p0grx0rv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phph7k9qw46p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sts7t46rj6xvd\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcr8wpnnwtj31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8ef13sxx037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbd8lg8tl66sg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dg1rk2qgk5kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksk91yv75qc8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MotorGasoline_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcxn25e7eeeg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv08r3nnxzcy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59bvjrbrtdrg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccng1wn5ll2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnb7tz4le3mfg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be9xnw9zp8l4g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qck7nn9kye5f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0nj1kwr1ezx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvk3gsgmwrqjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv4rrcmqbqse4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq4nlqxxps3vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj44h9zcqcc82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08b4mvnl84rdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eww3gkq2eh38\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/jmw08g4cdpkmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmzr97kt3ffg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqf6egv6zdm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgw451wfk64p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg9qz457wp1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6p054947dlw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbzemgtefhekb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9f57ycyj32dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3e9f1qe4107\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7velezvynzgn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1S3_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fjz01zrgzfs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/870bmlxpvl4wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7b2v0e4r17w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rktl1dc6xpdr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pyce44zedng4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbc29cm5g0z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvfkved5p7pv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lhf02p4w91c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdssh90627kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe7yh4tn1x562\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BuildingMaterialAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xw6peejzgbd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe6j6lk3rrrp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg85x2p0084f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gr1cr1d6kz5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps7d4qe6k0fc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_COVID19_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ner9d69bq8v06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v95vfdtqq3wg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ppwyt4d63s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS42_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG1ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2emkzz1f30p27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deswzr13kt5ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmpc3jvnsq9r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7ts3pzz7r211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn2yx4t8bhb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHemolyticUremicSyndrome_PostDiarrheal_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t0dlhntmb4e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqtzvnnmszc7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpe3dgnwlbdq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnh42ves0mlz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzyc3jsgwxj74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vhjysbh6607\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8t9mtf9084v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wewlwdnfs5qpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dmnjttrppc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6tcq490y348\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdjzyp61gjx68\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85vq3nhtgv8k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff1wq8yddym9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yvvene93v485\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lew94ztqld5l3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzst0f3y99td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ernmgdvkh6wx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsshd4ghmwjkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsmxwqp63c202\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcnnxyssmp1m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt9s71jsncs93\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zslybepc80c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf400lrrhgv29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w97wtz11w0fmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxzdmw2bg35n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlz2pzb7z3x4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qbb32tqx4bd9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NV_AGR_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_UEM_BASC_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/651g1556kvvq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvgq8ezsjfg27\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tw001xqzz5p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22hv6wdy40jj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2d4ztbhe5png\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxlm1prq6dx4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesnh6rrdj7q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhvr0mxwwp7hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj3x9pthks3t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r2gh17phr6v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxq66w65hvn5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8090fqmd83wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rks82p3wh6cbh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fempxsk4y0xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk9h37vbkfzj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf6qbl0nxrpd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqxgxqs521vk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0lnf6tphbcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m72vy7vxq5xeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfkwh854fmg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5qqr4myebyjb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf2h65m7f3gef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rpe6r6fwhr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWIN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/f58z72c9nvx2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wpvlzt6vf581\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y96dgbmr8n8vd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z06hre6kstrk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7v39n78qdwd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh3lqc3qvczld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpr4cx0bzpyfg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y063mh93e3mn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj7msw3rffxyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02d1hrt2kw19h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_BDVL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfmevj2je3sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw0gtnc8be0k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8vz82bscqfp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04r2l8f2k4yzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb1l1y6fnsrs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p54tv0gxs4npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2e71vrd5pjqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkg7mp9dcec13\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3exscvhztg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43lkqn4m5fe33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81xpj06sdg2kd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SY\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vs065pxh6scg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6bcsh18z9tsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6brd89773k35\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc508vkqbmgcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PRT_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhwq7zrgdffr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm526clr0hpk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k118k1353533\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by2t5pezgt5f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84694mrjt54nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m80vxkvdfx1jg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qrlwq5rkssq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceg1jg9vd9sg3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3sn1721n229\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1s2xxsw2vsdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfkkysl546pt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n3mq8y1csdt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0s176p3vgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzdtvqv373gxb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86retyvg397m5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_RCOV_RT_016_DB1519_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/p340vzebsyppd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0fxzm6816bzf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3lrz520h3b4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y41pt3d9tg6y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz2teyl3sbg2g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t3hgjp6kpzq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gftzfbz4h8001\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llv4mdws9efm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44p9qb4h16eh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88mfgb09mflcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1bqv6f83v02f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwht4q2nl1tz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfrdzxzj8qtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsey45sx26whd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcpbeyvvs3smb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsbrtj5wesb86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efbhgm9wd3q48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2eqfkk27sv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt2ed8m8hppyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1jl77v1bznxc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybksbzmvf2htc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zm46blb45tz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nst1171b6rdxf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSConstruction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w13jtnxgb4pg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k14x11e2q64cf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3lkk8s8efxt3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrvjskn9d2y85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p55phvle5ztgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0827ee3rjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl2gxehgldvdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwwgrdq1t34gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z894y2ccbfer9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36svp9tx0cmk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7hw964gtjjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xzrt2mm901f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/473zrj2223by7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gzvbd3014w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzfcbrm9p813\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9qlcqry0s606\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6xdfgb5fj7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf4bq7ejdwc15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxbfse7fdpzz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezn3wmbhqx6f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1l0nt6qdv696\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnvktb9epz2z9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1znjp7j0jvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecxh67nk1qsd3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gfmdfwnbh0t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s870smds5fgd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_PerinatalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg07407vg3r41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9fvtwtx5d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w36tktypj02r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqsfggtm95r31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dxp8yszk6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knnl36czn70qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fzcjknrhqvd9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f854lmpjx74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvbq3jfnpcgl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7b1wqdlxv5r1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsb09c8xl3374\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwvq6qvw7pnn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbdc7dsc1zrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/235cmp60ywm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/647kn6k6f8687\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8c4bqrnqw4n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz2twp2n82g18\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MiscellaneousManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q3q4tby4h8t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7xzpqx100sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg2jwkcbrqcl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kzy5chzth764\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt3vmzzyxh1m4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghjj5bsny5dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh76wxlmkx2b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf27bmkn8p6v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3vh4tm82q97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdyl87w3cww5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1zqep2j257bh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxv91r6ksj0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3ttdflhecn0d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nzxrp8wkqe12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp42kbf42tb6h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h67hf44p360y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r9qk5eebz0yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfflmxe4pzrmc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hslbewgd1h6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_made_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/x9gvddsf5nzg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkjzsnq10wgf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmspqtw32e039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4mlfpqbfq6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfj2xqh7efrdh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv7qe503dhvhd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pn3rfbxtfr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfjdrrweyqk21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0lyr41b726z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lmhb93yvw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc8nx1670knjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pne358x9ctb79\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76e01b78mdx8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16cksrwzbv113\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmzrj4x0kyn9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4de8b4z3ys72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1504_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq1zk9le88mk7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y60r62zecv3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfmzy9c9mmwm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhwx2ljgsnc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--YE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9w5pxrp2zh7d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8knx8k70c2sb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9f75tm3hz72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjf6mn316dms6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yzl0cg4yj0k4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzsb2mt5v5352\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrqf8s5tzs53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8yyq5nmly296\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MotorVehicleAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcqqwyr23seq7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxd1dtlwyc5z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jennj9c07851\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3k2n55lbxge\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/101vb5yry52n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1be0k4756ks79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidingLessThan5MetersAboveSeaLevel_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/mh71g34y9j9h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0delcsw86kc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rshj65wlkd5w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PPL_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7724rqd5d3gch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvgbefxj18kbd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnykqd8yvvr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpcdq95ytvhf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqh8vwhynqkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r99s8hvqcyhv9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs0yt37emfnt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsdnhq3ywpknd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8x133dqq4y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4sbpssg012qg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_SIDS\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrxtbvx0qlmnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbs5447f5sptg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5srztzb87qpq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9kjzvm809h7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdvr50j5qlzn1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4esm3t40v90b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlfejmrql6r3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fqxk5xckp2hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0evnp36ms6nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le1xvf8sl3pr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy7cc5454zhld\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8y62gw4fl4w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19c9h0pbnnm32\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v67t8xsbx376g\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_DlMethamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjq3vyw41r8nc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd46j6de8yg0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfzqd5fw2rz4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzshmnv5tnd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mysjh7l5w7kmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynr0lllyf9s63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyecr9z126pm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjb0cmvxz6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2sfg255wftrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qzfcrtyt246f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv8kwr5xvzm22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0pwmtce4gf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m92h4mnrchd77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnghml4zlg3w\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wjmj0ej8zqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e87c6hz4yhms\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k484yr1hh0h7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2my3s4l615f19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfsnh8spny6db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6v89b9myd9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv5jbv6ntdsy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwkctk7y5et8g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5emvkek2519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqc286m4ls375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/try57zpmhl4jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ylq4y8q34eg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6dh0bq2e9nn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0gv5g0svl7q6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherUSRoute\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lepyq0de5s8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3j7g1v6kkqzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59nydpdnx6x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5qc6y7fvb2vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx3hk0j8h5x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx0xc1kzrdj9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/A00-B99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttyf5vfxt86k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w09wjmewepkl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg634gsd94se9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52pkf22z0vpn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/563dkcgx64ql2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87pkz9gf0peeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlghfw59s2x97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf1c454nyqxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4ww7cyt72e9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9m4fn53gybq6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ItalianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0f5w2ec17qh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gfnxnyk7zen1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmdync8tfjj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kndglr821e0yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e15wl9344p0j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqh0275nxf8h8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ygtd5ewk3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vcb6tfjxt8n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkhjgb51nmz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w3n4sh03d54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjr99z0s9em3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzcg21lq2yk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7x6lzv5vr2d9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5cky6qrm2kfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gntg05nde6xr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrzxfkd39h9x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8hqqlhm34mv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9njvm8vfk7b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q94jlx8h1kwnf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91se1vszvfq05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2mw02ycnq713\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dcrxhxzpej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebe887j7fw4r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2l48fyc4q529\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dnhvt293mx84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b83tkfpfch8v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fw4weskezeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sgz2y6mdr8s\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_50MI.INCOME_WEALTH_QUANTILE--B50\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp0v556z4ym59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Influenza_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1htf2k5f9bmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qt2nevy5v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm8eg63llpj4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/vjgz0rymllnv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2039_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hf12tcbtdzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2c3w94cxlgyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjmz36lytkxtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcp33l84eedzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7c5b2kemftw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbjddqqbbjlm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gm5zzlpn1np8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvxlkgg1rw7k7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npjgqczdg1e11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrzd92qzpveqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrxk8y9glrvt7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2bx8m6ghccj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11lrgp340we85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgsvrwd55f484\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erb9y59txee8g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl92ndf5v7cy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjr5q34rnd349\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment3RdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knw9mfmr2hyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw08bcp6qh4s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7my68tby9jdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yrh4vym83f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be4brn47rjgnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cty2x30cs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sgcesfhwvww3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzb86j80r6l4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRCN.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2tgdwez9ly87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znegvy09jerv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b5zfxjswr304\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpcpqw8t3xc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10vnbywq18x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm287cjbkketh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bwqw6sfvksh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k43ln8lq6ddz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm1trbt2f9v83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/965mdb0c8tef9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cphfrltt4gtg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt7sr1sdmrt8d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_FPL_SATM_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3bgfgbz0x647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szn7v1bjcpf5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32kpwmv7zm5v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71f5x2cbe89d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn5342q2887qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlycn54gpxd25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hde6rmqkv7e\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XPUBP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slwd710656eec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frdxe5rh2qljg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktw5jbe7hrxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vntvf7enn11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f642sfnvdqrjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6x6tkbvdmm53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gecksj7zdnjc7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG05_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgbb4js8q2c9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_A01_A0210_A0322\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms167t7zwxmp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbkjdg3hmdbf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chc0tgj6blgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5x462z9f9m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxr4q227y7vrc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljnnb7hrhk5y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rklwcdf350zcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5127tbw77j283\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zede9pg8hx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cylmjj4pc2qqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myfgm4kztqn62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc73dtcdcqg4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trje6dqxdpzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rhsmpy93sz6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_1524_LT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpw4q620ctl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k022c3032e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1l1e6s837dt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5ll8mjjrbb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydryntd1xb1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t29ygefeqnc33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkk2rtsw0cvt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefcdq5q0p5wd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_ICTG_ZS_UN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g843cqrb0ckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49yewx6f3904\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npm5lqrcs61sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiabetesMellitus_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOORDB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vz8ldfl243t2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1pcqdrtr8knp\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed25j7ckxl0j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw82q16glv07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5zv82gw28xg4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljp55gwktz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bt5lk3cx6eph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq2b8t1rq1gz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SM_01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdgrxgtlvsxtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24wxr6n70m873\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z2qgrqm9ysx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzxd5ss3wy1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m3ld2h3mxqeh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gegf1gsmdtjn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4p2xremfh83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etbh3g8ffzn38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jszq3lkp6nx97\":{\"byEntity\":{\"country/USA\":{}}},\"PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqk5hvtlfrcmd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvp1qpr9xmhlh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclm716p5sl11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2e0nnbbk2gkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6exqqjthbz1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg75w523m0ct2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e18zecrm667z6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwng15m6xwqv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/673r6801thjl8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rdqvtk5mcw4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6thhebzktnxq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn558hmr0xyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpdx982swq65h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG6ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwt82362d00nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxr4zfwsrktec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlw1te9rr4bn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS44-45_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x762ebh5rgr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3376jnc6kznf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8jmem2zwftwf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rpvkv4rg6z5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xxg7jdjgtcc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hbegrgs0x05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jtctjm33mgh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hqgbed2e686\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrwghdldc0w17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrfteqzex4eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0grwsvk5svd7f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_INTT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnvl94cv7vz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knyvb5ys47zjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e58psvzgyhsh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr95v2s2bh4q8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwxp8gdbxhmwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1c9y88x8wbl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f92595679vt44\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxtjbe97rt917\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_23_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_18OrMoreYears_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z6se2hrpxk82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq71n4bv610k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzx8bgkp4q044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4slxkpt4srb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekv6h5y9wk0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_TRTP_0\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrhnkepq56l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtx0vx4fezl73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n12bkml7x4z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91pbknlfvwssf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krccd5zg6dm79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6f2xw0kjvrgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_700To749USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bescwebhprpl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds9mx603ffqc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egh5t947tenv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvgehbwg47tv9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xsr4ys0p8bv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgd9k1bzwcrw5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9tsfm7drnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywwqm0d68x0m9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3cdr2ss594k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyn85lj8c5724\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SAS_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsyzgp59d9e3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rqz411mrflhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l72wcfgffchec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO9ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l76jyhnys704\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6rbrmbxl51w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spf6055y41ql1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2b3dx7drgkg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kt4g7gyx7dh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nhrdsytt6xrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y05lh649tjt9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr383lez99c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egn7whlxqfbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmd1x3jvvgjx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0k05hdp6p2x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w35e6p018t0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5xv9j5betnd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybsn6g03ntqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b824zq1dh4n19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4tv3zwllrgh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3celbwk9n4n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgg0cz06ynm76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3tgvf955rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twc0zb0ztmet6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc49r2sjlq159\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5hbzngddq37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc3yvvv56rj4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njsh1lkyeb3yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gqyhs8hrxfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n9bejp0c3r84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvty0l3r5l54\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2s88bcczjqed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m4xwznysecr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2vevb238d1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Stock\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91cll1xz8dwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0ce2hzjehz97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f91h94m1vsk33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbrthb4ywbyk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR28_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpdhkd5dsch5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf1hmk8fvbsx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q8bq1zh51vv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btng9nj4cxq25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze1l4cqd88tj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s7858y5mbsvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sj3c4xbnt825\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j937s880d3xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mss8h3y1plg01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbltvdwmqhe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrvmdm1bgdvx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc5sq25l29v6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwnj4hj4b13r7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de32nm3vjtdvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwh8j36b9xpqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4yjfnvgel2vd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjvqg36f3z3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdy7rq4pzpzmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp254ezf8cqt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnq3gvd0tdhp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MuseumsHistoricalSitesZoosAndParks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gne642pfbm1c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc6r2c9smpg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf30v7c1t5lz5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct3vkqhnbxw07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyewl9jfmq1ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7p9j0408442\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ngr806hdnzp3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hn3e47er27x5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6eftdk1j6z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg17e1e7ec5fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Female_AsAFractionOf_Count_Person_Upto14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r73lmzkzsrnh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnv5h9g11np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k65fecr36cthf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcgjjhtxew6p9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrjbvq7ddb8mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bemyjfbx7jr7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpvcqtgqyyvsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxwwgsr9qwe8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dncp8t90ld192\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9t6ygzgyqv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp4y34xnb20g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INF_ACCSS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_VOLSRG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Butalbital\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psnjt849m4dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscwl7rr36rv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pprj8fj93033\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf7lby0pdsd2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztd4zbwwqmmtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewhc3j80tx5z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1zd9vj1yt95d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qghf17mlkt41b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs4lbj3p1bp8g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nwescfw8pf42\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pp8rcc3jwrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzn6bgnbgrl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b552sc9mjd3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqgftpnmb6kgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx4cc6c0yqdf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg6bkcl2lmm3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye3x662twd465\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ksjfyvxm2fk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87mbn61p4fxr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj4bg0mnj9fff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bzc85m3ldgzb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz45pch3z4wq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj7tdpeex6k93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kl4xm33ez1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlxc569e91bng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0sqxybsjey6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_08\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgkjrxbpkypfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z5l45chvtxb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5hq08fxb62t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgxzz5bgeh515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y107eskmfnd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey9jejxbnn5w8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_GHGT_AIP\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddj0qjc8hp443\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24lxjcr9e3jr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt3qpnled72bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf14vn59pxqp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5ve4140t8xsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8gwr8872dl36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqgky63p5n4h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8qvzspgj3p9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewgjkd4tvpcdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/866jyg8kqd82d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ermf8zljgpe18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vs98kylqtcw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm0p298nn6w53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpt595vjvcxzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sysetnj2ey4z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6j8rjxwnh0nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76r6g1qw899dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92wk0p824wfrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79m2bpkbpf58h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4nn7yh3340ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0see697tk133\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5trrbtpffls3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFDDNR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hng6ckw4cnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWL0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_OTHR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g416ey2v5f6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvnb7mg17znkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue80000To89999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg86d3dknwklg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s22kzdlz8bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sz80wwve91v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mvglrjtq8pq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkcl5gwcn8qwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt8tmn3z7k2b9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5gw944l6sxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnerjxk0n5bg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6qb802w04r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg27l63d279\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_TAX_GSRV_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl8pcv6sxrv01\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dedyz1etfy9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2ys9zvrfr919\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_USE_ii99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln63nwt7cl4v8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b19m31p8rx523\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3cg5qrdhfk0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9cleqcptsnwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6j57x7k2tsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81rmdbyl9sq86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w28j5ys4r5c84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyks77wkz3796\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/557hhr4vkpr91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyj39ze1e2e24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gcjrfy0t1h5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mm3yhggzn2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchhc9d7ey80h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjls8g1mt0228\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b56z93xqt1h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--VE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47jqhez5hmbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dejkr7p6bp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80tq9st88dlw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct79tz9shwdk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yeq7byhf7zn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d3wc5nfw6db\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e4z3pcg5cg55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2mxxggngx5m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rfjt8zkev77d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rekc93kt5k54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6n17dw6076j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj98c3qjwqf36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsd0k8rrv2jz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ekyk11xgt0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgwfwqf30en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj4yw774wwb3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrf7es19q855\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9khxxmmkx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1wnrgrxv4ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvtlpg09ltdv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjs8s59eslt55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pn9k2cj28h55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0ps8f0zz96xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5k6xtp2v767\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0frj0yq66ktw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wseqdkpsqj9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nr8c8rnhtjd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_64Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdr7jkgfv6vpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89ewzg7rtylnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cgbzj6mpwjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czpnhntrg1ez4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67cjs9w69krh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srpqel9gkrhsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1svwkphy6thh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_BLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_R_1_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv5xc9k060fmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsqk75q274w7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v74e6ekgwtq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myrryes16b2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y09encpscbe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ye8yhgjsrzm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1v73kfv5snc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700030\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_8_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdnpvwwqbexv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzte9thytjsm\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53mg40wq1n7zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h390ctxnylv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sdvf38g39n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80gd9mngcctzh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgevl7wjqt1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvce8r18jcp53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98b24s79gr7y3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573csztqzkbsg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5222s8zvlf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lqzspy8nj2l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_HLTHNT\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/53fzlb0bv54yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8703xyb8gg6y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl5sv6vx88jxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrtl2ljlenz1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndf1m14hwv3w8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/225k0315flp55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gl1tgwjkkx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr6hwqdjy2ft7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102yz1q1mthj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm15w4eglengc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Septicemia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxkm0ql0sdx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwerc35zlggvb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhgqp425c9gf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_5054_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5qsfc0nn6c8f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETPV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgk1514363ln7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd9khxpbwvy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qkhs33t1v2w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcqvqvxb9d6yb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HPCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc1gj3rjj8ye8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd22pse5tjnn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzs10ytxr1136\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_WithHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek8vspdl715z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvv5n4e62dvx4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cptetkh7f60z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/repxsfzhcjg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lce1j2dexkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e45jqnw21n5gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zse4nmfqr45r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p51z6lwv35z3\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc56cl8mtceyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jwt338rzyt02\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w37335lttrw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khywdhy1xfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6g8ne2s9dw5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr9f6fqlg6e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3fg1mzqbh7hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3j4hxg789kzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlvt00mpgclv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svh5fvfsjyt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j86teqjjybyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjm8ly0y32nnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqt248qejyqd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nepslr34dxt2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8jpt6fb9xkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nteb3glz82r32\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4r1bez0m7601\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcl01vrxze8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p3qtvwnv45h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HodgkinsDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6b1wv5h85l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswv1m9dws961\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsc4gb8f45bd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99y4sk89ch1v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrvs8h9c2w06h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2017OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddkek5qdwrs7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj99hd06sme2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jel3nzgmh01h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d641b7vr1rj4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv2q5561hcm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp5r5yxwswb4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq0b5ssd3yn82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_NetMeasure_Income_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1tjs68j25jd5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zknttfmvspq7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnyv8edhmflg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97x4c3bewb5lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6eyd8yfy2d5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e73pp193j9pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lny4f0yy3mng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdg43y9bd0729\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp6xqsrve002\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Leukemia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2514xhl5w4tpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm8jpsxyrcsq6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jsqqyxbfsb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qltx8hbjwn7q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxm3rzfrr9zfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mbjz0zh4cmsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y877xzy82ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0822ssng3lh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_YNPB_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_Overweight_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rscvh3ktk862\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q40042mxsxw5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3658xxhn9n5y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqqn7d3gqyd7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sh5y9840h987\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f7zv3ydq8ttb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn648pvnp2zx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0wffbbldrzq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8dblr85xnkfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/334r31nwgnem5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh6mh05dwf5vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz2pv4qk1wnk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmgkcxqmsgn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r5hd2lzlqxjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lxn28lyjtx64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8bbpv2dy3lg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTCD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ABSCLRHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ScandinavianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk2dp1sjfsxq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zngzjh5crs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezehkms2h9p74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8nlze67q2fkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4y4hqq6mjfsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fze46j75fhff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4s1le9h7t891\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6c5z5n84qhmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr6d55r3xlgfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc3gkzql840qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gtdvvhjyx3jc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2scr0j9bs9xm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcfkljflymbqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnm2bnl3qhkt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2s90bd1qyx8c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th844cj100rs4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ckclk8zld9g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633w47b4jp3m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/648v4w5kkfzff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ph9yq0emz2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6spnggjvh18xf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0z6c9g3vl63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0c4hrzc0ytd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg0nxrwepst65\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkdykj92glj9b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vf8zyqmq65n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9lhrlzd28nl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52thknnz8cq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6ewq1xjlmx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbvsbpmm1fs64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js5t6dtwz3y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50wnmj7nh7l3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50k8z8vmj57yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjjteh41tc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sceqw84e202f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_BusinessSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70lw1j5yz4cf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dt4j6qq36j7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhp8gf6twf085\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolidBioFuel_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drssrffkgwxgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r7swxpjs2j2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl2szy95y8x79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfhpzqdbb019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9pjj7lmx1t48\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd14v7w7ej17g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c15xh7ttgj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crkpszptw6y39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/108rc66559fdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgpm82kktt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcs97hz0qgwdg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftf6kr20xbfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9f3brwy6rtn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev36vl5evepp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdy7bhsjxsj4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydrxzc4g8ebcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nxd7srygrp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts9f6xz69bzmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqfztkjp3lhyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsel6f2t754c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8kthlprsrvd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vedxm53s4zqs6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarThermal_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjzv6bjys0lr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z56z0tnbzqs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv7zm0jq6n3h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9gzq8xmddc9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jysht1qbg85g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_VUA_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvkxt45k64f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4x2wsy727p94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt5x4krd4thl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyqmp5nv1zfs8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/144zzy9pslhd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqd3fgjcw3cn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F500_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt6stdh7sq4p7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MQ\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFMSR.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/423z57e834v6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0zz8q78l845\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78b0c6y0njrsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffswc5bf00h4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1wlmcvs3qv0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwpsndcl42w63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelvmfxsm2zgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf27937w5q1lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfmn9stlmder6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2j27sv0nbec8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvb5gfjq2knv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_4_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jce3qsl0r2lp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxsdekxhdwpsh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evxdg8gcqz6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgrn7hbwer02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ddrz43sfwg23\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blklem4dgesr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8b2z1gtmyg5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y6s3fcdtswfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gksnb0f0z0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdpsljmqp2dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjym9lr6bpgld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NutritionalDeficiencies_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw61wg78fhprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrswx441e2zy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbrvq4jk39jm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fg7cx9np5h52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvgdj7tms6e0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej6nb3rt9m6w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd9zdsr424t6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_50To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m56qfvs72df65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbrt1nv8kyjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hze04lhfde5gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhqj9wqxgq4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n87t9dkckzxc8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_01_poverty\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1tp2w9gfhpp1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khpn5xe3qx03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS23_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpkdzhetjhq9h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IS_RDP_PFVOL.MODE_OF_TRANSPORTATION--MOT_AIR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6y7bzk2vex12\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tcys5md56qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf4gepn81fbs8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1887s567vl99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzxh9l80flk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjb0xse7vdh7g\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7r85dcdctx4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9etwhsed4bvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_MonKhmerCambodianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btk6w13tz1j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qebdgz8gjnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frmrkdk6jbz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p60t5pqf3pec3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q13zhbkb7959\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8sn596kgqqcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tgtfktenef5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PASCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nvfc7224ep7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eye147nnmcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19v84qgy2g3lg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nhxnkewbmm29\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh9x5yyl8xwy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqsesp8cvhj57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyt1pmr75183\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg6zrt95xdw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msyl0k3es2sqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p40jmf982v773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/426mpb1ev7466\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0e7y7tscwygb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5zxqcnxlkqtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/154z28hh8kkp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yn6q2gdsm47c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj33zbphxek11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn41548me3vrb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/176xpbksy85e3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04pjdk39770l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9011_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92brlfyq2kr89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dznrf4xqbs086\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chjvqyn2wm96b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b3gpw1zyr7bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9sl47vcjdl54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdb2fwhb7qtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmpq40tqkx709\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e10ffn3ytjnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp8pmdh65s246\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weqq7h4rxyzm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej1djw56zsybd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9s5q74z1jl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhs53ymskwr4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2thesmjrjw0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh975z8rd7ql2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfc4bdnx25v8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gv2fjyxh7pld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700030\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Electricity_OtherManufacturingIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eb1x0r6eyj36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnk9m8e3met06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxqvmgkhrs1c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6p1r7p8mlcq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrh9sl7zy12bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c7sq68zg3w29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k13q8jeesmpd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5sqqljhvm2v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2ce5m3q6m02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx1yl9ewfxt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6zd3j0g0717\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wng8bbll4zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg1t1jb0v054\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m9qwh2rms2d8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26m5e6kwz5w9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceq20kqc8nme3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg2ft76emx126\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pxb8j3h269g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84jysll501d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm143hmv07kh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppd4nkzzhbcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cxgh3epjkt75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m5wwdn4e3fe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klv1g8ylpwh98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlk2wxqpep549\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yj6nnjv0ntcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ref6mtm86q34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1103fycxbbpn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mewd7ywwmeb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ekr5z6gdb0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qghvl8h6d1gt6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10To14Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRBB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p258h2fkprsvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn0e0me72f2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93lr6kbnb7pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejnq8xfkhd0r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5p1vedvheh9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvm1m4dkp56rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yk44hgp5e3qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxkw1pyhgbz92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het1kvc0qkq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrnzvbm425zg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsf00jqxjp9r8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mnsf8lnxnkg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdnhrb01rknx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4z63wp7fpxl6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_20a\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qfh9ebtlhyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4smedx6ytrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fhccpwwr039c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxtzkvj5jp9f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3nznlfhm6dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz3tpw1phqqh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9cf4jmt5r07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc1ccmv7h94g3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0n3j9y3sbsc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mljg3rd7v0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59tb0nkn0nfrg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq7qp8ttvj2yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weykdfl6jrhz4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1ywtq0n8j5w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9yyvq91ste3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BONIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_DEFENCE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ev150171gp5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt7t0sxeq6259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k12qrt4pjl8pd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1391_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R47A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12kdl9fwg2gw8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr57j4xy7cdv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Telecommunications\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvt53p2dk882g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t66pm0cnrjmeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydwnectdtyth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6x6pwt45tgh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6gc94xpqgw16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcywkpyqd1j89\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge85OrMoreYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n835pd7jcd2l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vtw2zn8wtxqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c235p9t4n1ed\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41n5nel5c3x3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6w32dk37ljy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3kwyhcxhcb6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_EXTREME\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_MTR_1519_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb06zz2f2vr07\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p83edez058s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtgh0neh9jqy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqn3pcr509rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdb11jk8m5e0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69l4kxhcmm7s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5vt6e5p1zn03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fllw40k5t6226\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghms6kkdvwyc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbrb3wggrcf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfrmlpphqt31h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l21gl4gj4472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q26x7hn8b7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86rb5y9dfdge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx9fh5d6dwxq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3heb0wvd5b49\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv60t60qymzl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztxsw31bpp5x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F700\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54g3dpn5el7r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r250ehtt0lj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsntkdvw75hr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fzhlr0ec8ls4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dw9s1mq6cvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e2cnln47z9n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v5nfdldpq124\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7z3kdvyh5937\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/devxkq9sm58z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jll76r66ykh17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bsq9gtb75pw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5x4km6glk4nc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95g9j1mljccrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tynltlsvgn7w1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_FISFINSUP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/xwndr9re926g9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Uranium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgfy1ngfxtt83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn8hjpg2pc2c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxs7e6070h3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5l0n6wkep45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb4l5j88zmk8d\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bkg4b3ygkw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwmttwdsemwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekh1g39v9sgj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk082z4js2881\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2e23vr6hj0m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bjdmhz72et8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnmg4cjbnvp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1p56vxk72qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvgk134r3ckh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhqtnnvdmpexh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qqtrv2tfj7c8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yv9yt89fhpv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktj2qedhrwdt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntp5x5der0rec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_PER_RNK_LOWER\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0gtefwxz9nm3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20l8mnmjkc8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NaturalGas_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhgq7700wb6k8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7579_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4b7ttfhn8km4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7fxb2qtqh2q2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85lj2j10e6zg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcqw6setg9nc1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r0v6b0z8x6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrvqc7zlx1ncc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ps9q9xvb5sz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npq90yr042v1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hzynv5nv29h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_TER_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EG_ELC_ACCS_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9910_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhekh12he9k14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6b8bg8yvjn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghjezv1me53y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss2ebh81sddtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj8gvvmyxsqw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqdxec762h2hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfh0hstx7b8q6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47r5pjdrxfgj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnex6pbtzks6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me0m9dyxmh83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6r43gsdcl3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg2hgvrbevtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrqfxherkf0ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wcx01we2kexh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krj5yyxz7rtp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnjlk4c2e9k08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj4rb63s3wh46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornInTheUnitedStates_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4szlc1wn06j1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbbtvjenjr9x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23y8psyhkqxh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryGas_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxrr0rfh98lj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm6rqp3ryl5p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3962xhcsk3r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re3gyv9zvqst9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jfg8p8d59xc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz70lnvl2sl22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg0ekr4jgkyjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_POP_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm2ll2d2mqse4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/Q00-Q99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/075l03evrf6pd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yx8w8p2y4631\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkkdw3s5n843\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7ljdwmfzw3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3j697kn5dp42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czt0f52mcvdh7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wntjw7dwhc4vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbpf93hxpcqyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnldfyh347lwb\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skhmftd9szpqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez9r6bx5czje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt7evdh3shqnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6hz0c7whbe6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdx279x7wc364\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpxgv0dgs960g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glt2d3jbh9tkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctt23kjzte4vh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5hlk6hzjgglb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmbvbs8nhmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp8ntkfrhlz9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyl0ppd432fb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7l0lb99tre6d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SCH_LIFE_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9685ee3kl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6xsjy229hmm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtelhw6yy2dv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3tb52ykv3fj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevd0retyd12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG00_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cxq92z2m2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stpm0t83nlp0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/358y40r3nnnv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/295crfzn3l3yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dv9fnsl6yb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdd4e4mz18cv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlfnf01p5mggc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bsxw41e1m5c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wgdxn09f3bv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b6698f2q5nz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5pexdtd51b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gd21yx87zzv1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jc147c6fk856\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sz4bwxdrxbxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byy04cnz8vwx3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jl955cqk2wyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4yqeybtgc2t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ccvwcd8m12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zds20w45wt132\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcxdpwvprt29f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67rh13pxk0nq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c432fqk9vl759\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y77bjy1m87xwf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yg7w4tbpnfe3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf2tf5ssk0yth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y70ppl4rxjhjh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/014tnmy2c8c8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4052fzjvn1256\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr72k1grcgew1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg7ghmep1d5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr9qcw7rw0ne1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6x9sndynrsq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwv1xnc4bf2x\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442kck1qww0wg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vqk72vxnwj9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1wg50h87ld52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_1_TOTAL_ELECTRICITY_OUTPUT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_WhiteSpirit_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdjv7p8z1psq2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_PaintAndWallpaperStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsvmrns90y8td\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3bpyw8e2f5m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvrymsf2ks812\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmpgg7dxzqjq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw1gcd0p47rj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvpp8p93960pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gkkqy31yhl9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c396d20jls07h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43t8r02d632s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m21e01h7vwn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ww3lm462r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcsp0xcp6hsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs26tvwndp2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98xp5vghzsf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wenzws0essxtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q998fnplsne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48bhje5r4r7d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmdrsh3r6wn4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwrkhyrx87p4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cltf3wckng0t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vml6106ef5fm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mkthv86z8j76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87zdtkd0w46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp9h0m7881s73\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_1.85OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72h0vycgkyxf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnkbqpztnrnxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c15lczsbr2mpb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16xl9ybfejg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1htxv7jrndz81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HeartFailure_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BureauOfIndianAffairsTrafficway\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8lmtgenj018\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb77wdhsrjggg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk4mbsp8pq9g4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzp55yskjmdvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmp4cp1fk9634\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q16t64rd8g6d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96qpjwylcd8j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr3zem8shyhbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m225w9vmfb34c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdb5vxwedlqdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/err3djkvgmqg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/559sz8hy0sel2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yspgnbwdh9s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvr5ne9ryjhrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01232p5z5bem1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pem8pbswdb03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmnddm6m9qpf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfqhe3v76739\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m54eg795t4qw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcgeq5b2l38hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytw82zmwn9sj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcg0nvg08nh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/444tf3pwydvb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cy0t1t9xgrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6gdvfmneyw95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25hez2s9g87q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2szx5w0ebeckh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nv5tzbbqhjb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pweqy4tszt9x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5frsb9w5b7c2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf25000To34999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjmlbcnynsw2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fg6nm4zv0c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcew3yk07ctd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d6516dc0y2x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjwr06g29ty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf23sb11dnpr9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztyyc98jk86x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8z11lb3d1msg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0b3xz8y5tl2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqxm8mwj7bz6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq6hm41b36wd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0jx3n1lzn4n2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sse1sqy50sbq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0k8f5zrlw21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vvk7b06g7yc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfj3pz8wcfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyzq38tnsf9l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws71zgkl0n3w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyebvxc4tf39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9r24tz0301j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyzcy3e77smgd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljm461z3205w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/threxe3xkrmt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkn940jly3m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/691v2m8ge3m83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q417jfl8zwx5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbyvjv2mjc2f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5khjq1dnzvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqwr1jh6crt6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4x51zbljbhdsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5dxwsysngc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2qrp9b7ptesb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_NERT_2_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l64b679pgm479\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgfg9rnlpnnw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewyk02s8bl9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr8bejsdjfzn3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s21qx6xwh183b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spq0mf7l5fy3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t92qjytd86bs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjysx58j52d6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnzd22016fph5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg3m1j48r5ct5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lclelxljx402f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e2k7zf2lws93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9ymhw7s0kq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhwgxxzn4wd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47p9bge5zwwv9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb97w6k8mnl68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrh4fx2c7nms3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9l5chw4p50h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmf0v3n61vr76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdk23999zypm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ml82klmkkjq37\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smb3nywfgr65d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y99qyw3l4cgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h1qcnfslbnv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Meningitis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9z87jne09hmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzdpv49bw8364\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjfv19drrr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdgdvm0c0g68c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wch97nj65s85f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0pyy8ynmb13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vg9rlzxpek19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcv4wlkpvyl57\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgfjrhhgzys4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyt2jexsm4q37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_PR_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2138m1cxrytn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hr7vzwc9eqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7m7g28tj0zpd\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e522jx54lp0j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zxt4ngy3lxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4rzbe4m714z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vd3esqbrcyvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq3kwqztwlb57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxnhfyjg8hfh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MOTH_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp4g9gv0w6v9f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plgqc43wwfkb9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjtr7ks9mkg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiabetesMellitus_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/717b0lp85jkh2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BX_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/060gvthspbsmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/650xrff8c3hb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrc1j75esnxm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrdtttgj76mcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz04h92b7zzl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09w58pjkssp47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrjzc2z7l9bp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zwymk0etkltf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xvm4w1k3q05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8psxfphxxe64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fb2x9q7hr99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vqq738xcn5w5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzg0vnl20znh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95328s2l4xkef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0pmblsrj0y4f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_DIRECTCPART\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lkqdfv6rrpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz52ztg75kr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r45nxb9h1jsy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc6ze75jq821h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d2w1vwmmxxs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fkeb6g120z91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgnr7eqs12qb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qhzslkmcsq6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rwl26vpn5nkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c26cqkhfdbz03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbqlmh1mdf7bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j64mx27mlq37\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hn7jrnr0078g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11zfz1letwyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j04w1efdblx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8gch0gcsq568\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9he41rqsej8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzzm4p2hfcy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/zl6jjybqq1h2d\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7syb0rc36yh0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d36ch9qwgqjr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxn9jp3jkft6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bycv6mng3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvvqz4s5j206b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7zf4dq882cl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcz20461dc4gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71wht8vhxrh6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82kcsx2b9cy2f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38eptf1r4nrsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74rx9e574svc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9cpkc8hym3g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfxw7s6x1lck\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jpp0hc5h7xm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RestaurantsAndOtherEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wy66f75zj7q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w4qjvmecwww\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km6jdqxmm0df2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1hfldnpp4bf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiabetesMellitus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xn1ehb7gs32c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hm735m025f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wy7930n9zez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5x1x9w8lek53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslvkr7l1j267\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hn6t65e6vb12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpfx0ybqgz293\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ecrz15kjejdb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PBND_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szkct3s93b2t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2tfpx3f19px\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9d1l7rpjt74h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j77bc69fyfp09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_URB_MCTY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/tvwgwvzzjtdg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcpxc453lh6b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrpgr3zby8k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0zr9dlntewn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw6gd983f0zf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GermanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bem951z1ze3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8hv5vgd4w91c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3kksdcqp42e7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wy4k5nysf0j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv19091tjx61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R07A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_OpenBurningWaste\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wemdksnhlnt37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb32yvcl7t5pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fvxhstr7hyk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p5s6wbwdnbqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ze0hr8m1l4d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gw1vxwydgr16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h0vb3lphsrkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckb9ccs58g0sh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0fdfwybpbn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d53xs69e85k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc4jlexzrq55g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb4stje0wjk66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53kzggfnp7sk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq627xv1rd8z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhsj46bt84w1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC13\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_0014_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91c77zwwx0wn\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/769s8jbs9jstg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxzrb0hw7f9z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgbyqh1n5mcx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5ggg1h7nn5wf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7jgfpqt3k6qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscl57qn3ykw\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jk7htteger02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt83zszdq72b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51z7mmted9664\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjcewyrewy55f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb998q7g7c6sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhx96nh08b5zc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zl067pjy0lk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgx1enk0mdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhjv7ecyv8g73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficwayNotInStateInventory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCServiceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hks2g2vje5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97vcne9plhtg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6sdvxzzdej43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98t4lygb29352\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2g3tefhqks5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89g2vjvl2s1ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srlhgm8d4sqjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p029dv27xmmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2rm0b5gzwjk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31pwezzpk528\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_POP_MIGR_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98qhk3nrsfk7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q4_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/SEDS.BDEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2130by6m0lp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swj46yk9k7lrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg7tt20ehxr8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmbfnt64436h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e44sw8xfdp0w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33mq44v4253fd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch8dee4m1nh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8mh3dt7nd573\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpgs4tw664e23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpnlfnsh74gdb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_PAYM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0xb6mktj19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc8re6n3vsed7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kf5e6h10712\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpgpmxj407xd9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_RIMP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yeyh6c65gw5\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yzv2v0knn89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf3hfsl3dh74g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tk7gwhk6n3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4hslch8bhcz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1p2qv9bswz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp1wxxp28wrw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/404xwwk8pb783\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/refj6ctkd6ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbjnxcve5yk89\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSEducationalServicesHealthCareSocialAssistance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lp4rgsjtncjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnt3k7bvpwpch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtvs29jn9gh3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqyjlxbjjetd\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dm5vgvcbd357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gdd11feknzqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5wvmdvh8dbg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glmns4svfydz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhrsd3vqgj6p4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd74zc68krh89\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k49xpsszsrqbg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_MLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbmgr61z1dv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefrmsecdvwtc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1bm8rstecek2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvnrtx44zpgyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0vsxqep7hsf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/294p3l4x6wc96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww8dd7vzg2j2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw73wnhegvcw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkb700gmwjn2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j169sy9nhtd37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RYPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf2cmf0jtjb08\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n2n3njt3b741\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhflrp7gm2j4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvnn55mgtejb\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8brj0zf7sw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rntv4lcpyebw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03zvr32y87m99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jv601fsbdg8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6l5sddr9kmjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tty3l52evtq1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bw1r4v9gbdq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w44mtz519g9y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2dlc10l6fjg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxgdm1q43z72h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t53584sr9pgc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg3gepe4nws7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4658y2x2cykc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6s115fbqmyn5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_TAX_GSRV_VA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzce6bjb3yxx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkmfm6ylb19xg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l04swcsj95kr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zhegnsxphs5f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vece2f0z4ykdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f735tk56lntdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew46635699y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxe6yt7h6p6ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtc1y8tww6623\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx82dxqd8gx22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbq7e4xzhk3w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_USC_MerchantWholesalers_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w5z6gqnr9tk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xv7xlr77mx98\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4npe3716563z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8ttfs4ylgpm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9czs55v0wwhd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_HIV_1524_KW_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv5k67xqpb2v7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kln6zz6hy2l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8cxm4417sq9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7sh7s36x6nt7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbp372wh9xv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1s7chctg516f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5txkvlf1zebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plv4beb9mhf58\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19gyk47f2tp7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2xjmk0t4sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dlfeqve1q3f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztwmfm06mqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06ny24c8b0fy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s24yvs16ppmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m18kt4h10rhv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/I00-I99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x06sg2bhzk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n9z8rzz61xwd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0715nbhynxy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd0sjyj8znzdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhpn8e6z50yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sz9n55r5qzf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zf796yvqqdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l0kr2lxbevhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlj023pbsrqch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27yy233vrnj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q54e0938786h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s2qcvq3g7lc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55To59Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rn92sr2rc1q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vkwvxpdr7edb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d7mz3wdm7jg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvd44wbq4nw13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw5kezwck1ev6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bznfq0wmjjt2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehlpf9r79bvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqtq073vnvvec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swvjelv2pw6b5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Diphenoxylate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eeyp8gtm15gc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k52fvg3hj5cyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzz8lx4nb8038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk7x7fvygk3z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzwhb7yp0zfdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38zwb9nflvt95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2qv3qdjlzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqd72dblf72kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fekj65p28y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b02htp1j1wtp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9ebmmkejkw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3h61jty0jvd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tq005x02204c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp9nqretrjw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-9-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pynp7gz9x02pb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_YNPB_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1mvd875e2f79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp78tgwpfv961\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnrvb3wdge5jh\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/temppqncp9m17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts5tzv2fqbfg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgslv6bshmy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edy2y9f25lw53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Grain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g84lr8xb4m4qd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emlh023jqedj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qgyhwx13m44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwwgvv3w5879f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yky8ezw64ez92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q4kkvrdv7xt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffc2cgktcsyk4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjgj4wz82hfz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/fin22b_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5qxp0jthjp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp0xsmxnnsfxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p6sqc6c3teh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvkcd3r2tnlm\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m624vxz2dssj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7072r7d3l5xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wn83x3mljt34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz3rb9pbvnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInCollegeOrUniversityStudentHousing_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbe7z97nc4fhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnny9eepd7d81\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tr6h3vpb0mrh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xpjnvgmyqpff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlz48lbgqemlf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGLP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EP_PMP_DESL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71qknhdt39d84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mpjkszj34hf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l140084v29kb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RT0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gkm36j7nm3m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssgfrrp4240r7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5zyq87de0tp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evejnplxg9zl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p5es12pr9bt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80n44770sqqw7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ken0hpcs9ez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsb8dgwv3wzff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j2jkbm0qn7rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70dfswk0xh3h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgw45p5l51j5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjshyklc0ge6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j682p1lgs6j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke8f9gs5tn2r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8snc7zfz8e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_6Month_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8l3hmvr08f09\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrq2p30r6wbx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0gggnhl0cts1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nndcyhwh3gwc1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6cq9pwn4mhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnr2g4e9zjt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q2j83b5y4tmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdr5ww69t0hff\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30fh6zz5p8cl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41gm2wvcn35vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6sv6tpb9cy53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brrk59h8r57g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1xwbk4fst2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_DryEdibleBeans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmf88xp3kn259\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccpbvlxt4gg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0k2pp762n6cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NotAWorkZone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7v78x4653l91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv73ehkwnbyg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ff288d8p4dc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_6\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGSFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/AG_SRF_TOTL_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37yw6bkb09k35\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qll4gfwpymzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwwcwt73n1r99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7kxmg8s8wn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzfbjdhnv9xnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_SheepAndLambs\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq5kcxgn5xj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xpblw2wkncd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n36b30qmx2x11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm5k24fhvqxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydgpqk1w835tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0crzsll7fd0sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dydslmtrk2l53\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9s7b8zzmrvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2by5cqnps8n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2p9lwlt7m666\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmjlrhjj13djf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jv7d71bep8w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge8ywffglejl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eemktlkyywgsb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2mch7v6zwp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6874gte1wyc12\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y7g535ye85w1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlyjbgpq89bt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cqxc2e23h5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbwz2kt63qtx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rb9rsxlv1hhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m1pgmllk81f8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kmpr1n2lplj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk0cgl282xn47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n34kzelf87c7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bln77hdw7167\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x7n235wl2tf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm3sq0rk9cx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p25rf5bv7ze39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxe45gxx3zsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqp8njhey126\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xt9lzlh6zhq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8b11yfrgvb34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtvfg89rxym93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htg3fmkzd4g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knntj8j5nfv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PepticUlcer_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sn05dezg3x37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5w2l74nbvb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1blex2fxqww4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rpm8vtwwjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85g890xqvfnjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghk7qzv4b4e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98m8mtgbs1xhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl526et1ylv61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdmep7vdc8f2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherHydrocarbons_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb5l9vgjdkd98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANQS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph59q07y1y8p5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_56_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Pneumonia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dnj0hhhkg3x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cwp1cherrb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fk2wdt6nbb8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyzhmvs6xmslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhkhnk0t2f4m4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j412w52cehbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5s66pq5g3z54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5rs6j7q9pvfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nkjys9gmd3gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81nl678tnh8j4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5jedq1d03elg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5drgkk20p2kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh2xns81bbqvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sp8lnp5qq39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9t9ce9y5ms6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y15T24\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gprt9l4vkr901\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgtxprx9kyw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q0hhs8sh6qp3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5jht8731e4s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etqxvj9x2xved\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vehkmegg15327\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjyrhpvtfy7cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7dd8rfmnjpr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er08n7e3k8jd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv9lgdyhl3nvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76rl3q8mtx2f9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn25xlkedsky7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ldxtprcdhbp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRBASEL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_5_B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tmpv17cblxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwmnteb7h4hw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkn0fmqw6ezxc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqg7tj8261fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89gb77jqt1716\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gqtx0n5cscmh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_07\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbkjzlgr185j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5xwvbx6vqsbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1m11eyrf6551\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec13z1eh1d5d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7f5rc4bvc55d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc0lek4b77qc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6msx1lss2ns0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7bm2x6zmlzvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx34ytch6qpwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z53ek5gr15zv\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tpzd39dqk2gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkwygn7esy0jc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qln80pjsf8q6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y299zxhqbplf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fqptps57c5mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2lt8s6h1h8pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr0eym5k8sfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hxgppjql1ls6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc220vw8sgfrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7j8c2rbjk94\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr03ez128ntnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtbj7nt7jh608\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyyn186m2gcvh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqqhleps252tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgplgyd1h95t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlwxnx0k63691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4z8kpkpnh3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e771pmjwbzejc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpl3e3sn6zl8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IschemicHeartDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c2j40j3g696\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f0wlqlspez2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.UOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherWeatherCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6pbvpbqw8bz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Falls_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q06v9jnw9gfz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjr78smgcs6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww81nnw6d8f85\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrgehfg0s1w65\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_EFDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R55_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvyy4w3n0n676\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1w71j3njcc47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9kp4y4c3bh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8lpj19ykshd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sybe21cpbj10g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqpqfejs0sns4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6srehcyhv3hcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zk7zv7lgrfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0zcfbfh63k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hr43gmvfhxy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm1f5xr7229z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4leseyc14jl7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx8x85jrfb52g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5xw3bhc1cp7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjxl3qpd5p251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_PWR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wt44yv38rew\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8l58qz1qd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq83qdmpqp206\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l5xgpres3g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cvw8b62dss1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq2ecxbe7l4m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j988gg6kl47r\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/209gvw1r8p0nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6jwrk8ffks1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh2ldt64q2q7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsnzhh2nl31n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvzdpwcr2s0pg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_GENV\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dkz3r8bwg0d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nny2xz4c6qe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/261kgxdedspmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dcdj8g4rrk87\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0165994v0l8fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7762d8vsexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkkztrm3wsjmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztgzv9nrbp068\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--AM\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk1xqlhtqj46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbt6gshfycj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgb4j40rxdmlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wwdc82b4dd0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90plzchgdczg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8qtkwej0bjq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lx0tt9vk1mg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qrk9tpsxrk61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnbg0tl9f62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7glfpe7pzqx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw1r70yvlbv0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exp97cdsw91f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m928yn5edl2k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry6mnz27ng8yb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7g7s2jdw865\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76p4yn4evr7x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8svymbdk1x12f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7j5096bnd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000To2009Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp1yzzj0hjvj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlvgy40bv6jt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w918j1xvfng3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LandlineTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntxzkx3peq4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htsm7bdcprpvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw2k94vf0bk94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjrmcl0x2ep6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40tnp14t4ps86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7rn17kvs1qc3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb5k39mnzf98g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRS_UNSNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zeqzp8wr699d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k369psen2tk4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpp98d9ljpmyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj3h0z7we2hw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp3q2k0q7f7w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9mp31qy15rs9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3p45n0fgqclg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r25d30rkpqcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7rlv81rezcn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbsxxp6tpyj64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f85kzd2j4em8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7swm8cxhvjng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdbd5nzcg3rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FamilyClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg1jb5bskk827\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs76f8sletfj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z65d5ghh3l88\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40kgyv1c5nql9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xtf0dj3zem1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24fqvp4d8kf6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/crdy4wrzkgfz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsv31g6rsnw56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxstpnkcp75b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxd3rxw9slbj9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95ckshyxxfe07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k25z6mrbfrv58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ParkinsonsDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_LocalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzf4gnwxv5rdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m4nncehgsqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgxyxss5hf81c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlzkefkk0mm95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc70c7twm6fb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c757s7ehx1el4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc0y48cjyenz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7dn6p021b465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k82t3n4l6ck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xpxxctsbjrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsdn4rnbq08q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08793dmf4nv1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MaleOrFemaleSterilization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjjg1glbc62p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4529jpbc9tx29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8d4gwzd2v2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3hb3fmnpxwxf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3jwch1wply\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8x1pr13pcrm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ssqbzcdlvm2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v95vz174spl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwxs733pgkqt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n00d2gs2g1k09\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v25rhbtkj7q5f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_NonstoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ptggpr3snj5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6smfbp1vy90bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tvktxkht8v65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ecc3yh3wt9sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2w2qrg5fp5t5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syf2hnbbffke3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh34t74zjnnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1k2sf5ltse7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68ln02yb9v956\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp5h6b6v2ys18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzzxl334747j2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/004yc5lphvr7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqyb5fhjvs428\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njr3tfz887148\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djv09s6422cg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4tp16r15c9qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqqb6ktl0e826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvz8bpycxbwc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb72hmhts7hq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0y4vet34w7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/611nfqzkgc93f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv4vtgvfr8n41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382s6w0gp5945\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f53yzcds7mcq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Meningitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Residence\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frfhtypkv6lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6kj9ch080lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0q4x9ww70d7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5l1xz9p7wq4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9tg8jzt3lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfcd4rxtndz0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0y3hen33td0g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3klzhrkbm0dn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88yphejymk3s7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_PL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en284scxqz828\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f311r6jyg0grh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y5ygfmhsgbzb\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l138xjvdms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eksl5kfze8qz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85penvknmnd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcd7shl7pyqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzstrrsk6mzvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5slfgelyl8h3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqwmcr7b6s0g7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55kpdxmgfpbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80q8jrnkvwtt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft9g7x0c6n3vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnegdw7c5w2r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9q6hrlqybj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xrmlf7l0l2g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6krqvx06pjf09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w798etznlgvrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4578jbg5mzks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cjck1jlnvfy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0773jwpn44glh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bze093wep7w3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv7xs31ev56r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcskgx0kj4qpd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrx541n11cs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/255fvy4y55m13\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q980e44pdgjf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykyg1byfkm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twrrkq87pw3md\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgrw1v6xsdzh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gev79w3xthb26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkc2rxzwxl58\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4y6b5y4wkyth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d069xmlybjzeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1tv6t43rl4mh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjdcdnt7pbydh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nhzy1gkmf1ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj5jly7kqbhkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg6wdltvr9x4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btvmjxge5mx3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzbhkr917r6jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ste5w54sg2zt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwxn0q9nx7j6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cylnp6b9xldz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkke3v1lcjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7784kxfbmbmv1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv8gd2q89mvmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnvgp3kqnhrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqkkgstvwe802\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8zql1skxbh14\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jc1w5hgfgme1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eglc5e5xq80bb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xk88vwpw46r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTCHG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdh4w540vy5qc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m85y9mhy3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tdkz0dywd2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly7p58k76ksn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nck3bnlfs6cx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06xlxktdrvsd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk29y4sjd75vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzt9xjwzt69z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9qp5cejpyhq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80yzspelk3p3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zv8wlmny41qd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q5pvlxdhdtfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms225rv6cfq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5wwr1ddwcnk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s03f5mvdm5tr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_550To599USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r1c78wzvbq58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d035pzd3ebtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmdfr1sw2fd5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g9kkj5d4vvc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ttzxm4qmedj2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cr6y9lq1x12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR46_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvq2tk0x6pv41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1jw0j3hkb8j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ypvgmze8ms6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRS_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j06hvqm7feq85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyb637cslvxqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgf8xlbesggfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md2cy00361h06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lzw3md31pc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FI_RES_XGLD_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_RespiratoryTuberculosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsrypl671djj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq44q5n05nsth\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6l9c78bhtt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b97pwq5nx31mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn4gw8fj41rg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh4mlsnbp0myh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeyn5m939tbrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g7rtw4yxlne1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_NonfamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7wz6eel4k4td\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8mbfnftnv6fd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfydywxwqkn2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjx01c2m6qme9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyrxgqwhfgr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s15jwt934ve5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xkh3tg8vc94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm3fhw94v4slf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yv9d0dzcgzqb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/qeq2tb1dpw3y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek37e4y20tjmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ceng3febhzl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qxkytkfpql4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ftp258lw5txc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fsdmy3mpbvfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_Urban_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fl3j7fpqctwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hkej38ffh6k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzry0ddlfkbn8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pzf8vcm1vj43\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njeqykf73dng2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t36mgwbmkh83c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbrbhb6wg1zs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8x2zb4fnyen9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc9ezr22phgeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/363ze7nx8r8s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe5dpgdyyp00g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cykqtqde60f21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlnz55e3lq7gc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R00_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tc6lq2j7d699\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fvm7qzn0bhed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvrr2d3z3jvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swycm80hkmdb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t05vrdltfdlw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfz6x00fr2ep9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gsl1fnscp0w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b07ztg0rdwcf6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt2d04qc6xfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfrn0rfpe37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k016dde5dlr8c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htb8yjg1t4q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vjgmhz80tsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wckk4t2lkky32\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ke7x3ztn6dk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5sp22wv6z63g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xmpkx33fys72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34t2kjrwbjd31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p928jw78br6n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjkwll6ej2x53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9c697cnp5hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9d421f215ks8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h5kykg90nds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tzx163vcvz7h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffjxkxb9th0g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glhz13y0wqdph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_RDBC_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/LP_EXP_DURS_MD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr45ef3ejc6bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k45tg1pzvnvlb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38kl5cmndp64b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjnz9gf9nbnx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qf29mfby22jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfkbd7yqggw7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Falls_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29elttnkfn722\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g44phekqhev26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27pzfhej9h83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlek5y947x8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k1xgpezv76dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svf1dyg1pkcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytp39j7gyel7h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MX\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tn6yr6wq2xv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xwq41ymrl8v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nc5wbcdp5h7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr7elgchj6y8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_AUSL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yex24lm68ynl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55d4gv2zn5be9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j0qe4zhz9jw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1gkyrlrcr6t5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n689x6fdcd211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4qegrhqxjp9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qssx9vhcplb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywsbt2w1dzfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0np07lb58db2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd7zws0zh3sy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vce2qpbc75pq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Utilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR31_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysjzl0p3kfm88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11rsfkfgfltbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gn8qxpk4ec53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53fcfpwl1y4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2pwbfm5d6vsc\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Max_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmpq848m41s84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6hkdjrm9019\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y69v5cg492nb2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_15UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhw2yl704qj57\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Remifentanil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deppe4xhz9yg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkq4yzfqr2nyc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16yxdb4h4l5nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6hkwfcyn39h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv27knkgswgz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pksd3zkkj5s2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r498cd0dbljpd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkc1f77z4dq6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjp35e94ypxz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4jlgj0r91bmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf2fq93typg18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmy9bvbbdphjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5xh14lhvbz21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d066z98nyew02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlw5c1bj72wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2w4z2g7sc0zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20rflg1wjz382\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j058f60gmk5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g03sbbfqdpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8tbzykpxbeqh\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ttjm542cz75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eynqg3yhlbm58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m093e4wj4hlzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3gghqtglpr59\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjd4f3yxyck3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgx5lwlds3d8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8cb8t8j293n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0zj0lts47j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmpxpezlsc3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03eqbgjbqvtlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5c29yrlxw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zj0bfgmch207\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNCR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ysb971n09my9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrv5nmn5l9bh1\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmj98m0r1ts7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kryv31lmrdq2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz838xter5kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xe2vdbdfb9p1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalMarineBunkers_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhfm0wnbc282\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mekp9w1ywsmg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wcs1psbe00n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tn192bynp14b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y12t0g26wld7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqks66zkgdbe1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br32nkv8e41rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2xxlm3mtfq83\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h8ty9rc82tt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37qn9gmkv6ty5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5f9stf6ne3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nls0lhp6ex215\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_BachelorsDegreeOrHigher_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfzwtmedw6ebd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv6d2krstjtx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzy8c73y2knk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2nqvwjcbsg8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6x7lmlwjq4df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1ywj0s6tyv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz92g8mn3ltl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj8srfls778y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v77dywpjvnvlg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmew4jzvbx30b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgy0b5c6t1hj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnjkjsg3d5k8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0t1xwmfy9l8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y24ez98lebzs2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/674ed82bvfdwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2clz3jsxh2nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7xr35tll49r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p1rdscn6262\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/565ts6cdjmmr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqxvt4zkqde9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AutoPartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmmckpb7pf6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzm5mkxszzxyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm486zfpb9q8h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkb719pseqkk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother36Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77j3l6yrslx5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4fcm4tekrnkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51mzkg87ge3l9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6cwmnzez9rs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngy2h3exz9q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byw748sbx3sv1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r317glgfp5zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etf5vbwjkwle2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8hj20lnzwdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zswe297q8jv1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hy0mcgg7m94g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fztw8nly9mrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhkw3z2em3wb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg6rrdr1tkf76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyn2wtnxknn4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t188esh0vhky2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gev5g99r7nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb355xnm1vsw5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdryq36vh91d3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v63cceb6bpz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h56h3jwq3bfb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5w0fnwr9sqz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z90fvg92tc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kgn04fg2bx18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh593lflrs3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czr2m3h8m3zff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3ldbk02ptqfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkcrmwtspve27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtxgmkw2ctbw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hpvgrwkg3cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgfvjrdn2l4tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StatutoryRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvc4rw3lgd10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2tvv89bjxp1f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vcj2v49dkfmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wyfbd5k05dl5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lndxrs4xhyjc4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7xhmvehm80ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz48q3kc4nbn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg2hhb20xb81h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3emxdg2ys6e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqhynfv3rmzxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgd105efmejt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s8k5lppdvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dws2wt234n0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsert7d1n7qmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52sj4dfvze7y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljvj6rcdfp9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lles36cbgcz83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7gq1z7rkhf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/734yzmzl1s367\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm10e9dyxys58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsnhggpz20js2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhgsfjpvntb9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1jxd7efzfff7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n905vp6ngqr47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgslpez6x8xw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhge4nxfp3pzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1ze3dkvpw1c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7dvxnl8sl4b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9sfdmrzy7pvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h2hnbcht578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jpccpz4sxjef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qcdy2x3793701\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dte1tgkhj8qxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el6dllbrxxms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spef6z1cg6qy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m55jtqp2hemnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py0ffd5km4jkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6z5tqcb5y3s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SPCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slej0qsxnrcr2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tmrlbgtppj85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbm6hx2d2xpzd\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mb57y3ldmms7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kgxnd4f07tr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pxfb90ggffd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc5peg5p3kt78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NationalParkService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsh68fbe4rtt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6g8j8bpbthf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Black\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04v4q08f07j98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp9sp1vbwp4d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk87ls4ndwp73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy4jxjtx3gf0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9mcpl7wlvm02\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5060n7lmvnpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvndv54yz6x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r57p1yph9etdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckf7kc9mjzt1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62To64Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd3s319epfz8d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvb4c8006y09f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3k3xsyd63lfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqpbgjpej0sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v88z8e5jjj071\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5geg8s1lmb04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltpvzh1brbd81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Government\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfpqvxqq8x1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlcm42q6946gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zerj17zw2vmmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CerebrovascularDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf1zebvtjby95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ny01ghrrxyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/862h7z05sp30c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vw07346qhglg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh83dtnb58661\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TECH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq7sly0t34sc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b460lg8mnt91b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dty2qr9hv747\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb38jhq0sx1q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08fmglqsg9qc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l99v2rh4sdy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb6sf213kelfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc85hj4lkehw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpvm9pvknq57\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g4zn00kd6wb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c10tt7b2h4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9svfg1dvfcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFDOTHR\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_PRG_ANEM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jrl7jbt7540g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gkec6gs5wpx1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69fygpr6kysh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pl4cnlq8kn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fejp2j7mfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mgf606l1sxjg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/570kzbnj4jmjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2m3mryxqpnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6s0n2bq29gbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myjg9wmln35gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTXRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3ck6v8w96qfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvp3fm8n65dqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqdq9sxkxh49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdst08fzmbnh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h70gnye81202b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RC0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwl5rewn6fhjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fge4em3b6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqkpbxkjngrf4\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71v063rvpbqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxpj88m15q07b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp8f2q2k31z5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/904h7r66m3y7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2fq3grswrtbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxkz631w5lv\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755tf54y47zh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km7hj8pq5k319\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97gng7554jph7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vd22dfz47k99\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/319yv30qcw6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgdykm0pbdxc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_NorthernLightsEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eb7qlfsgxjd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k93m6jjwwdbh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1xpcp4v3d9vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7znhc8xqmbs8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkzplbn3y51lg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d7cc8bt8ejf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzp132yhb1tm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znyfvjsd716rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrqjv86vq4gw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk80mr857prgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06r7ftmb2gyqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ndjrwgq36ckd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v61fh4cx0lh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xpxstrfez01g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sz6e6kfwq075\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbn2582sgt2q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsklkkxlk572g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0fzdkk1ph0j1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p0r40zgwcdg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjccyd11tyrvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76lxbpyp07n45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3l538dvnn33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1bj3jyt6h29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12bfdbmg79b4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0meznyry0pdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hctgr27nyp848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl0j8rkjph8bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbb2vedevmb06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzld95nng1pp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_2_E15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1nphx8jhpvb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecc51vk7tsf14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dyrsn8mx1bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm4lk3rvgznz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjr8l1d16w3y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b58wbdrcvr26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ky0zxhrjh8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/642qmrbmrpv5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdp84nvb3efc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vy5by3p8fk22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtqbxrg29f64h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhmtxkz0g0c69\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6blw1567lz8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwfh3r53gzefd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmqdj4wqz7tg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5kmv4l8y3x04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6mzkzc1l10z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqqt8fqbz4f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdh5sx3qdrzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkc5080g3ppfb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PAR_LEVE_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8bzy0cecghk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlg932bqhvby3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y68lp55wfwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6vetvnyf63g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etverxtr1mzpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ed7kz10jyh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7cfsl1c3qlfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tz74nz8t0wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgmr1tjmszsd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxhg3d4yef302\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11hpgq235t9cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5xc4e36thqc5\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r5005h081zm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knrh89nv91px4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dls8b4tz6g9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fqcy39rbyce9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g50t84px2ffc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrw6pnpmxszg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81k9hk2x0443f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmf924tbc25x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq17hbrhny3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6gmf63pmn6m8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46pnwzj0rezef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj6twkjx6xt07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql8rny74szfld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3xtcmhesnqhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk5l17zcjgmdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9kngshceh89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb14kzpdb9k04\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9ckmhvcz6v\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy0hv9cjxvf2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_CellularData\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqeyhfzj3z5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n02jtgm7gl0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflxfj5sk1722\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7pep0n6yy2hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr83wnx46yx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnqc7knhthv28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1lp510ndns2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUOUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btc85kc7dchw3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bb8tv6g806n9b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exr4sx2yt2rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6vl7p8znn231\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj48hmt3q405\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWS_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xs3djl0mslt8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_IncompletePlumbingFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y97xwrerhz23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4fdmmkkz7sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sexz1kqw9nd8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gr69br92krmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6h15t7plzwh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3s4ysnv6k6wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gly8rdqp89yl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptyxj5b7mps7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hm50f9x20pe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ptn6s8bfek62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c883ntqt2mb31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx1w704rhpxt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch0djhvppbl5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyk8l0rvwxmv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjp2qy185lnh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/530xshvhp6he9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb7z31c7p7nl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2746bhwk5z257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tyk0r93rpdbh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr81d0rern4e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HighSurfEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv94fnc9rnzg7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deer4n7w14gch\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h640mrx4r8s01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz65ee3f4z7h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlq9vfkces88h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm72elrk0qz98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfk1qjvqm2fbf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c6jfhxqb2rg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FederalGovernmentOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfHeart_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_MilitaryJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45eljsg0228xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt57d31n9832g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70s7pdrsevxzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdk22fh004n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wln6ed9z3xtsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p6yqfj96pkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhl6ymlf3dbtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqse7886bk7l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m70gjby2vjn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfgwqg48w99l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51hq7z7qb7vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60sng9brn7r3d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt999yl8gg496\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v73y1s2d35ypd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8dncbqs5z4k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l0r7m1f8kdh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l15w6pv9st26\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin7_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ebjmh3z7dy35c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ww3ksthte979\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qffrjj2egfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44t4thf9g6xdb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9swlx71dqzyjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpftbbt7kcw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm4l6xfhss4bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs88spz89k697\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94eqqvn3y8z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8lwmc9pv9667\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12thcj0b4fv53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v02nlek2eh7jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97594tc94j5qc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/556pqlh586bmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rtz15lf2rgp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tfwh4m5lt8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f3j89s0hqkv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz0qfb0ge7xb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rffm3m8zx56h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvddv6w4nszt7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh2gne4hv7r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et27k0hgr2psb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6yfhxcxh6p89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y537nnmgsdb22\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3htpesje0tf56\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78f7b17w0xtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp901nw08szd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1ngc6hgj0ff9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_15To24Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jc94m9nwtnv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9bwfhwykdkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/682vbz097wj8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lj565xv09rkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eprxe2e8g3s86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc7pdcml94m0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3cdwn3syqvv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0khptyc3vtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w5l8c0mzc6lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37t33xrqt3kqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j80e5hh8xp5jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhdjjtgdkjes9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzkmsbh5tsvlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvsdnc0vgg401\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppq627c7r344h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhxdy653qexl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_AMRT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0c22dq6lh56g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m24083lepzx23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pevkgn2hzb2k2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3es1y77rxc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6790exd1rpgrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te64w8kg1jwl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfj2cfqqjn6d1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccjhq6ptcstzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dldk8qbftf7b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgtp8fs0g7cl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd3tehzlk6e5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srvp9j3bdegxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stxkp49tgmy94\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvf019e7klk\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2c2wqxrftjd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebwgtkhc62023\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jflw205kpzj01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9n7jgjhqvz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl2kz7sb1dydh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjhv1l8bttcxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l50elbrvyc2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc3tc51s1xbe1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb1mdwmd2wgb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yldznvs8k0pg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3z9bs2gv2795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xzzkvhswnc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_MachineryAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gbhc21esm0jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlvn624934g3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2thrfy3pxgexb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ezsvqpdc2zd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgnr7yx5c8jv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmtgvyz432cqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yg41pdrsfzt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/722x7px4ngnt8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbtv8ndpl8qy2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvmyj891vheec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3jedmx6ypqb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkl281n64hje1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt606bqgygsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lkg16vlezglh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmn3xqm5s1k46\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0x5w6ch5g9cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxpf5tqd78y01\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbg52qs8lfxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m372r5perh4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjb3gnxjglnq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w7hmnkbgrb6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcd5pjr5cb364\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1yw6dlql60fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwf3g3yensg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3gcs69e95p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzkke7rsmtc4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39xel70syfdv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yzk8t4e9t6v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxz986q84kdy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrn82kmjsdn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdfjh7s1nwly6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczgvj5llddt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev5zx6m5ttmd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgqhxpt1znb06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z907wn4me7m0c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PTEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lpzm27qpvtx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjd6r6gmsek4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98mm49wx85v1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8s1sjdjetg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7yrml6tyh5x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119jp0sty17vc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17l7626d8nd3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trcd4n214vgb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7rqrdfs1drg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R57_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8n9hcky7ebe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x654nyg1tled7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45svvsnhzj6c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxbvw65542pd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp1qlhg33p981\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Orchards\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e5tswz21js1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5119hjd2zf3lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wlctqvmypnw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbh8kgehr7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wg70d5jj5n89\":{\"byEntity\":{\"country/USA\":{}}},\"FertilityRate_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etmftvbmydh06\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_REG_BRTH_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfxcf88fxhcg2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py5cck7wkte36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CPUCI.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8wk8tn2j20g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwvtsv38te27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqzhsm3zyccxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8b24s0tw078\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl5glf423t0y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsh5sr44s7dw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjfbp3hd3ttyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6syfwwpny8k\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qshrh2yzr8x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4jz9sb1c99lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxlgf3wbnphk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dygn3q2mwmn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjz9cgv06w9m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3pn0p30dy177\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrrnfkvzyenn9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwrn7ksqh7fp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vdhv9qwf9zrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqg4ez7wr871c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr5t5gwyv7t1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz7cychhfkvt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0skv91fx5qjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fgtnh93mr871\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wexqtevp8et8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x67x353ds7rh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nb2y5n1lp27\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_2.0To2.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdwc809y1xvl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z8dt9mkm04td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jqqylq342w9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWF0_MF.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlnnvx6lzgdk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fljn00rvl1h6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8r6phcy1e9kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txpcfz1ryv2gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptmscqzbbjp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6egt3ccpnz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v2k8kmqr90mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ekmmx448csq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/766r8df3dpk9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnd71sns3fnp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pctqpr6cbp7n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yg1wjd4wj4qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcmn3t6zxcg03\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ER\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0y4e3xxe1t3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SM_DTH_MIGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnt4yx8cfw6n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llcd4y66dxqj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf663n33ejqnh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rd9rbcx8trj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4w4kkej95x75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtrgpxv8bsw73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlcoholicLiverDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tf0rv8lb3y4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnml31kf6998g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dsn281f3dct9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b23b8xdplb122\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt6t7k48thst5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dnc1nnnhlvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzm8vqp9dv1tf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgsk626482jt\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66cyp77er4jl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez62v7k5dpql1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgxr55vd0tn8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bgfvlrjx264\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrvw3rdgcezjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhrl2nhxd7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pp5rlxfd7f16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgygt825pjn8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqknep7mpm19b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmdh18ej2nn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85mhrjp0e58g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgsfmr4spfkx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3blp4w0t2nv2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rm02nqsef905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44td6nc2s4hbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgc3fxs4258kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r8mh628vmknd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3st47c9ywxf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ytybkpfm0cfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkbr9v2ef24h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgmpf7jzspb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hrbnq8r6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vd8n76vh43m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkvtpww5vq33h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxefsqbqkssg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c4589qjh50q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw6pcq6tv4yj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp3gyeqz0qth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ncm095n0m0x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7efnmwyn5c8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s173bccjg15y7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOPC_25_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczc5g90tr0y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg540zxntv6ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80sgh3jlddyx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kyeqglmnsvq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je344k54685l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztlv1vfz3ns5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n6qlp8wkmff6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqc4zh1dg8s6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/097x08k0r8nq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kwev00ywfhj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gexn18h5fvyh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01lw80l4t5qn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9dn307c3bx4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fw8lqtjg1yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdee95m3slz11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjhxyd4gpzwld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfectionsOfKidney_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk5ck39jhqlkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwc7m048t0qyb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtWork_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5wnhm0kz8cgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg5c2wssmmp72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxvgv0wf3xhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtv0zkzhhvxb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqxmsc6r3mkl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24f6134nq9d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfrsdlkzlw9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3tcnjn16cdzj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q4nd68jff5wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6gh3gsgz916h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsctfzwlbyh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg4jc9v25q0n2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w68z47ggpf3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qjtv7djt92q8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnzpzes5qc6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drsx1xzd4ls4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzk1n3cflf3nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhg5scgez6px1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_PrimaryProducer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g647jm3khxb1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpn1ehmm5c386\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bfmf8xs2336h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6jt4w677609\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h78eb5dslnxpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spl2lnwmt6r8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbwt7wdq3bdg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58wcf0j2p8pvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l0cyccrj4djg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgehry01pmdeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xctzwbgslw924\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16n9t2qdw9ez5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6r9b3dyc67w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt2gb1sfdln34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eqpcf59p005f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53jk16c4g1r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthCaribbean_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p8x7gn9y4lx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgfn0vdwlh43\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knngvvrbc0qt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjdpkfwq2xw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw169cdx40g23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdkv5nq4yt25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw59fhd59dsc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mv0qswltq5fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtw883khpm2m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8spv9cv4shj3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj65rfcqyr6v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8h5mxsg3mr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp9xb0kq78pnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Charcoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv71kvc0gj4z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq2qdc0rnccv9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_NAICSEducationalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NowMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eexx6mp33rd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytf4c9p6grvj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4j1yfzlc8yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frq927cx17978\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5eb3lbjerwr9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndym3ytbcgeng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbhe596zjh0z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDirectPurchaseHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq02991bwe941\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mg6xxnlqx2vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54fst4cpd1h18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erpfs50jdhbzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx35tdx6clg3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfd9qkhkwr8m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46sbvjymm7qjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67vrdlgsl207d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xp8wytleq9yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fhz77sbstzq8\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf2jd9z91srd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6xd1lb3yd0q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_AnabolicSteroids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mzj1f5670hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjc7vd5mdfvhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.53-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm2shp5tgmqwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfzxc50c862lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl15yx1pghpjg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbe783th2xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwg6dh8dxre1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ex5mj9pm03y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ldv2tt06vc85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqq5ygpe75z26\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LLDC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcyrn7ylkg8nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmp6yqjq4qf8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7dsxtv66rjx4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rng4k81nhlpp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR32_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4rze25dt2dc1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/INTL.4417-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxvy4471rby04\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ldq93z693w01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl991246bx9wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke2xqpjktp3sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mfefx3ypsjv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g23stjyx0mqw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw2ekbwl360g4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf5hpsp9y8t5b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkdqm3re3ggj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crts98ms3w1qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxgd1h44y8x8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynsskcmbrl5t3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6t78ntz4y04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djkqez8mf3bch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml0ytmhgl3621\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2j8nvlg3e417\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4_GPV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g38w7y8p6e6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw2400knby1b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0nr3zeqt8gbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4flkrhzcfq0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww6wqtwe214z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk9t3ytf0zq31\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_PRV_SMOK_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y1vdwt79c2b1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1e1gwqectlf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mekx1qx839848\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_LOCGELS.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8jcjnfxxesj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g04fk03pg87f6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzp7jqzx675qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yetc176syvdxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j37m3f1vsb357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfcgjeqvkvl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxtkxtqv3m2z3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf85hc513dqc3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz5y0sqv9t3mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqex9tqw3zec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg1bjfj1l5tpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9821jkmvx8sr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs5qxdbzybf76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cqdnh49t0eec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxtkmfltv7jxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1zqh0w5lpl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0143frhyl2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc13lwdzv1em\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hyskc82b96n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1kbqmxkp35g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m73pzswy78rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NontransportAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jldbrqh2cg1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2fnntvzq29h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gmq3wwmz8sdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vznt8y9lv97e5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndwn2wsl6np2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lzz0nvg6vh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvft9hw5f5lq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvg358881v7f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/henmk49q97548\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b20xhxkzjtq3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m37b1zp4mkxkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyk882bgtjpxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcgv04mghdr0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmhypft770pe2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4wez313zcjn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q559e1j2l88rb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p90rxrwr1tcf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC9\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp80e5tqtrxd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jcchz4t7crx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr1f76pb6yq98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41vwf1j4381j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n1hejpmlbkr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d21h5rles0fm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj9n8j5h21lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ktptzlgn0z7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvg795k2tqy98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7rlhb6c0kjx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glg937sect4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srgbt7eeex8h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppp7w671wzbxc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--DEG_MLOW__GOVERNMENT_NAME--STATE_OF_MINNESOTA\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pxdb0qkh7p35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5z49fyzl3j9c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qebmsjh3plv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx66h108fk5jf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6fnqzqr169p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmp4dt1wzxt06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j61dvld9fdeg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1swqg2sdz8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kn3c1dgyh5k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzephll9trjc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r89f719w68v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tms1vd0lyv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x668bkxzr5s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjwdfglt3bys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8r908q4d3swg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c5xvqq894dx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgmdm5kg8546c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g935bbzf1hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_CD_DT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n6cq2cnp1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6nxed92k8g1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7xsxn0d7zrq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxgk25krs2e36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtyedjmvxnm41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ye907w09fk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cm0zwzjgcw93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6x8q97brchp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc4r8hfysk2bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhglne10cjcx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9mjj20fzrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ef3smdfrk04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r9ffg301y017\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exszlx7m9hy43\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/367jk9jwpjdm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rkr7cvylft2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1k3vcp70434h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GDP_MKTP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_FEP_2_V\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/lyr68nm9tzel9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/116lz9yjj3bnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44xntg53vvm78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr3pdkkzj9lyh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q4f0nj6tj694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gd42scv8dntd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x2zqhdhx71b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78l78233txd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtf6vxgv91kr4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jc19ckv3jebc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty34fwyekpg4f\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19yxzqpbp7kj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctw346cq94h95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonresidentialBuildingConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqpq46dqmtxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfk3ns98684hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35rpy7jp8jt9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p1lk0blbwphc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v33p7mwnpe9vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp1gqn0hc1er3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32xnqlym7ldh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szm4s3jl65p9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjcc22eftc2tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbtpzhyvevjg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_FSB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rjh0656q0f2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejzheq1lgeee4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en70l9cxmn592\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmrw76cytxww6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09jsqk1vtgb06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkxecxx2ppr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85qf2ww02wt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r01nwlwqfzt8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnmn0v2c1xhgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nvhwpelsrzz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5njbs5cv979f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21etqlp5skcbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrtpcq6djsx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td37krzdefh6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ry6ry1g5wjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0ty7l0krzqj8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_OtherFuel_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2z4vgb5jmqb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6834kbm0lq32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhb27czn56yx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HyperplasiaOfProstate_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkgvqs1tv4f19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8fef1nblw18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw2j2p4edbkt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdpv137b593k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d239y4qcbhnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"UnemploymentRate_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21n3g57k4zrr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9kk3mv23ps5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76cq45jqftr2c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn3n814thv3md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc45xhrdq7gdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grlp776tjp052\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqgdtjdpj4b38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7kkq5tvdwvn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n6n75nntee79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgxj4rgb0ke5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zfd63r6fbl17\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgf9g8wnqrv4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdcf2fl82sy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rhm408wyvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scpyh35fr0rn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydp4e4n8fxt7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex11eg2q9hp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sstbk93c51h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjtj91wy7764f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp9lm8rkm4dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpng19nk1bwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7kp77c40324h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5enheg90n0yh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl19z8w9dsw69\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg8hpgcv65beh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfpw7sl8bp1v2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_ESSRV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60sr1rbepq9z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3z74v727txqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss3p74nsqwev1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t89xztb5z9222\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_Electricity_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb5dre45b8bz8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s881ggjtpkp7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05ehged8t8ymh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf6tse0sgef63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkcqk0msm0r37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh0qfvekfdv54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4s4t9246stf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dryrwd0q7f8l4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_BNK_CAPA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c8p9pvflcls3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpj6wz91dp7c9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq7r5ng9qrsc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s64zf5z6pf4bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br6elkd593zs1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q9qn7c4cxnhf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpz636wxg0wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1q1x3fn55fqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1y3j1rpdt3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qcj29mdyyj72\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3rntzjh3kqs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjs67cnldsee8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtkyvbyfy9xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f11c5qcq4qdl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyznmbw0s6m2f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67261z9bl66d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw4g4grh9ncyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x66976l4xr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltwqwtxcq9l23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx3c4yvk5x2k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp19skt0j7tqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8z641wcwp3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k653b9cqx80dd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls5gyx3y2kvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvr3fm8wrsjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwk4e66ks0sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lrhst0sg0mm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bchgnjk706zc5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC11\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d2q5g25hrlw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94nkxdc2vrb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gshrbj4xxfe23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trn19zt8jf67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/166lfzstw46bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz9wyj50bfpdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zeg7yvrzst73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgrqhbmfhtr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_AGES_PB_MD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww749b2p9ct1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhj4ndsd0p6c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt05wzcfrm10d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/560l895vyspw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64pbj0lfp6jj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6437thwrslkh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck3vm6877269\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zs16b60v45y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5lr8zf0vp01f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmcc5eqdjml82\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2x764539mz62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_GasolineJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnhtj6dexhw7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b73ecge6zf2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1vhpgd91jyw5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr7zy1jtwew8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0n9ywqvwnp93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mgpbmqnnmenc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jp3z65zhvm3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdhwg3lx36p51\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld74g30h32w05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yfwf71psr33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k64czz0n4y5f8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m27jlyq6eeh93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnmyzp51sp5sf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2el748gs1qwpf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18ezj1dz9rdqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2fl3c5dzg31h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchgl86jhxmq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88rvqct2v9w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r413wlqtgjf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzrsvjl47tnp9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b51bypl171h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg35rpz733qg9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svwjspggrtzqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8mh36d49e7k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96c6g177s94y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/926yflgdhrq3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1sqdzjec656\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wc5xky1dlfb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g4ws23zppygg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrcrhd11mvl2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy6rzj8sdg2j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrv88eryrdzjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7gpnbmzzh08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngvdbf2jv0nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1kr8qnnbgqx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2529\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbq6tevqyc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3v1cd7c28ve1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n82jknztm7y34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg8jcgyg2zsxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4jjg5w2t2pzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9mgz4bgr9ys4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7mqer5nd15z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n72rg70w299h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc0ec62tlmcv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhlrm6pk8pbp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz629lfw51v8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx5rfcrnqw5cg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_GSRV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3mervtv1dv6c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgsy1ele21q55\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxjjr8g4cpesg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9h16bsx4n5xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BituminousCoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4crqk0tzg7h4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzrjk8mjpwep7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OB18_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kv98mdr15254\":{\"byEntity\":{\"country/USA\":{}}},\"dc/setcgyplfq7k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqm949b2sz2e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy52t9fthvffb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jfjyf88es55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncspgx2dw7lr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmm2k19f67w2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6znfmlbrg8xs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p30kp5sr7jncf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7hn74f7hdcv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl1v77mm6ms6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hyrg3zwzz2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev90fn1vhn74d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xerkqkx7mcfqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_PumpedHydro\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90xryt4l023d5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_NER_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggps56k2rkyqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnsv5t91c0gxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tprtmr2ls1zjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylr349h1wkz0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg3yxtqfmfb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0prqtebsme43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmb44xyr29p12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ne64wxepw35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pmb4st2bv3b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkfwt4wlwwzb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsq21mck8m5vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnc3ny23t3gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MunicipalWaste_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2kx4rvf2y3tg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF22\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FurnitureAndHomeFurnishingsRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zx8gl7jy7kl\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35vt6dns3sg4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7k8s29jzrsff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrlj4sr7dehp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xysyk5k40tjz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knk2g1krp7y8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2215x34vs3zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ne246x158h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh99l0ch1rz5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pm1fpj1nmwp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76q8sc8jefc97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6nctmm1zw0ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwk2zvclfkl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801012f5de3b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6855tccxtn65\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_74Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t68r9hccc75h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eypl4yqx0rfpb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfqwsf50yfbmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_1Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n7yelpyvlj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfxcmsfk3ww59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqzlccjn1e9r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw5m42nq9hq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7w8wwees7zlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwx9pnd9pt3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Pneumonia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tzg3n082x869\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dll5461w3q1d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbr2bjednpe08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71jymt4v27sec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv9h32nzeklv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52zqvqhymjh5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/60pfcl5hkjpl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhrx9cxbhz68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mky8w9l1c5eg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6s4fmh9l2lc5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_WFRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yls9md02k0k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tezktt6e1yrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjljr20dk0k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vsk6j8t6957\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55zgk1ey677g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wh7102jjzgwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06mjbnvtzvbg7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdd6hmnd014yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5jyglbjqwe6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lt4twj94xz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h9p893xem7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww70tcxh1rxp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_PHY_ASLT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n19nr781ghm99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrysjz3xhyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5vtwbd1539s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t4w838t4t6x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd4hmplnj7fp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9190_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyyq4hkjrxjlh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ewfgsgme532c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5290_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornAbroadOfAmericanParents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldpeerjvvmhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h99108jxj0edc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggflq4yyzrt9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2xegdyxfdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3eh96t5nr4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NonMotorists\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53ym9q405svf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg6rz8434y2lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbycegpclsl5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d1j26jyjtf8h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdc6nc5rjjgrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2e81ywty7kcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk7zesxdmp3wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4q2jkeb3kb28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttxv5ws8zntqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tcg2wenrlbjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ykky966fg7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlt2feqk9ktd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwew0epvpwyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9qx935hn9xzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3w81trqdvyl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y3066h2mj2wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fj5xsrrgsb7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtbm8m430lr89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h34ge8t21h9m1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrdwkbng380s6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckkq8mfqlz708\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpx9rf1etbw42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw243kdj4g92g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sveyj5hwspg8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10f542v54pry8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgz76bfr2qgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjrph3t7g88d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wc3m779nds2h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhedl481q25d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1n3951wswcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqc4j65hjcxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rypgm2p9k9lg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mc1n0rc7bdgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nl8zxmn37f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdhs1fgbv9t7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_YG_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcfczve6s7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejjsnyjv6bwg3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81rpnbpwrg2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5n4myrnm2vzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7mv6mbmq3qs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgwfn07zn7gkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_6Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdghr1t87l87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ALC_CONSPT.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6nnhch52w8lh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_NWDS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HodgkinsDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ygkdvleeyh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9tmdqdxqlek9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4zp3sfbxs1f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmylp2nngbvyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1kx38yhyk0k1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_02\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et4p5r2jg3w51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng8c0gbyn3fd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8zdzmv97213b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4h8bbk266r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4rzmr7m3j29g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4k05wg66952\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fty3x294g05\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yp0gmxkt4jvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e991t75wchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wgljscmdq25\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56dwcsq6ge76f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vf1257xef292\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_COVID19_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gggl3en50rg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6p3tm8yqg8z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qwfc1995nfwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fevgs2f4lt6s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqbfzbe56tpm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WinterWeatherEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ykd1tt04xtb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73n8chz5m7438\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6k5vmr0sm09b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/299j83gtp59k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dle8ghyw1zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4vh5v5570qx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlw4xvnz468zb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n6rghzfkqc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk80qrjre1w32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyjstt5s61fg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5qgcr183vdbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7x9wjxgyz9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27w4575jp15w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56bb6l2v3thd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cztw75rt7qp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk9l5qvlqpfv5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqq0qwms6754b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8lc5wtdwhf3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v55bqy884nvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx6pbfg6vvl1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q346xmbkk1d61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rxe6t8sxj0s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrqmzmjcpmwj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k3d47y0c58cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpk9jvxkzqpef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb4b3008exkt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htl9jt7z1e3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5yh7sb7ygld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy3ffl1mwzwzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_URB_LCTY_UR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0dd6r7229e9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpsk6de3752qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eblgvkwy5z7r8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mvt377fmgn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb9fx5m5k52j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0x5rw73t2w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc01gd5jx7t28\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jhxhr8s6lfmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg5ze4sqf3rr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5p67hjsrkz07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmdwqcddhm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hsh8slx7kfq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqm2m4bc2mn3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bx25wpdewm03\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68vyvv1rmw4c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmt7xmqd38bx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq39vbsc8ejw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdpbs6lzy1j8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj0q1zj5d8df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81pjz17t3y8f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psy6lzfhnb705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr2g2ct310d43\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1c39njwq8z2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mg680g00p5n1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sepgyk617r8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5feffb729tb58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2pke4687y6s7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqk8526d3cq2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz891313yzcj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cm0f3rezxjx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbtlr7z68mfg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg4fbj9zrq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zffrhepqmqcph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsx8e9nsqed98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pcj981jkzrs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4hqgh4lwgzh1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26z99bp2sg1x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng88d3fds6bx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s6qh31347kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vmydw36xynzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyxj7y978h7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w335w8jjynykc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv04kg5xsgq04\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkklngcz4my33\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypj47h6zx7j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbpxs06w5ye95\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYR_LC.AGE--Y0T45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhrx08x93etl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16tn9xjlbbez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bn7ch7s14lv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyh29mjj0v82b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykxmggn0y7r3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Geothermal_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22wxv5km6s9m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73yw7gf4y7ffh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx8ngsplm5yp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svrq8ndt0lqs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkkxehyf3g1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brxdnypqhqn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ft04z62ckk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zxyv7fhm6ts1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9r6qkvnb2886\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v4b6gyfetjkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8qtwkhwr4fzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4prvgm8nzt88\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfn587234cj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02w3jylcqynpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr99d9gv353ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztk6hkhhm8qg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jcq7hrvv5mp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4303ym1jspe4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCGU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxkhmhxnthj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9xszxlcsw74d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvffh45evrz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4ny0erlzqnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzgpc7yg5s259\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcyrqd0xcx6h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AIDS_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9sxmm87jp7wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwlcsspmnl7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j447yz8mm512\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Suicide_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4283enl061qrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctd5c544v0re\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2f9l1rghr4t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8457kk6wx3d2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktqb221wbxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3yz02en8xqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfw43m7rdekeb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d29dg92t75x5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84ydqrlgnqsg1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin7_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61ntytcncgkq5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vpt9z9dz3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sqpv7tdjsng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdz80cly4dsj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2nfh0y71zlpd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj20kl65fp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2v5e6km78144\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmtvl97bhrvw2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1c7jes5tj87v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbbe16mqgqed6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeh5xzgehktpf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd32jcpx9gp32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8qw07g3yzk03\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx6yebfn8xmc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17br6bftseeh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv2k1mnfdhb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbh0vwcnjfr81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20cktddflkrm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47mqrsrzj4cpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzk54hgkqehcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sc923m8tgs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6fkmg00k21wd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbd3qtxs6n25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc8m8xw42bdn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q0rt5kfptr49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc7s9ddhx7rtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fek6yw5sjn3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6m6e7nshzt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxsnd7rs7qk86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk775yhcbcml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c883k6k9t223f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhpc3z7j780p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwmwttm5e1h42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4vp3j86zy1cc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_2000To2499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8zebnhx8157\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cyrhplsll4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grm948y6w4qk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6z4fee2wv1h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dejhmwskstky1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5n0bp2n1d5m1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_15To24Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32jdtenr5qf45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwqlkjjch0dg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw0hxggb7kshh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l627dbcsdwn06\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnmm0rtrw1lb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6ljsjrvv6649\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yb87m7ghypy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ecq749mzftg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl3m83jp7zvp5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lgbqwxyss52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgh8ysevtl134\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flx5969f72y5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02yxgewgydqhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym9kc2ryjeg31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksynl8pj8w5t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7px7g8xx20hhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4sr3by06xmy8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rg4f5x1rpwk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpp76esdsx9fg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s222d8m9pkhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_JPNL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Vehicle_InvolvedInCrash_Parked\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnedwy8m9bzgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtvdth2swm8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99ezfp8lr13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyn2g7scrgls5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwxcsj1727r28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz5sfqjmhbve7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnf3plbp9exp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrehq8xrkrlhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5s7zfdr0g65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlet1ddnn68rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb8ejc0wnq45h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtblf9kvjglhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsgk7cgqej1d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g5yx77sq2347\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eqy7mtv6lfkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gpekknsrdj6g\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_GammaHydroxybutyricAcid\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8xr0wp7htv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs7fjdjbjh05d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ssrxl0zrn9c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/640d45mqredr8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhbjnjlxjzyn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wvv7c4g0d9x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw963xktppx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rceyxgz9yzrb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4cb21lfesg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgvzl3pz6x23g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82393ktq43p09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGWSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj8kkyfq9tjvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2q9nt5vl0609\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnexsy6720h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4s4mhmmbmm62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29181d1r9xygb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p6y8ln2d7mc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2qt2bktw857g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7n9qtw916g97\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9kzckfecyfmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mhhp9f3hkhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pfs21jq8zmp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjngdl07jq7lg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfkx68kzkeetd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgljrpmq1jvkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7rfn0btbkmjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qjyl726f365\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byh30lwn51jg5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43b84wy2bsz51\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bz9pzl3mpjs9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDLN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcmj0ccdhq642\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2f0x58jlnc5g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52efn5ds00myb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1ttwcgpjvv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbyhj5sf58xf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fysbxgg4jkg52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzkt9r0tgbkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdywvp7ej8lk3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwhfnx2js658\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxj7pfxrjf4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbw1yhccnrs01\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe550tzr023m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj7ltmc0sl5x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ejfk68szy46\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyjdc386psyn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep41ywt9nn832\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkrndhr2x2vk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x02cbmgym7k75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8931bj55dyx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37964nzpww93f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnqe1dchkx7ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30rjejjt04y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vww6tv30qw6c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxqx5mhwx5xy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shvesggp2eng9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57jn40k4kvrr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5wysg57nejc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3wze01k2r3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnmqmv7yn790f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcdkcs7zgbyeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfqe825bclz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EP_PMP_SGAS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nhm4wqg0ltw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617cfbglxtsp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z72wngxds3sm5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33gsbnl6pcy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s76l7pcq19yzf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GraduateOrProfessionalSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt1mermph5z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwbyhy657xrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e4gqwx2s52m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6xdyfrzgzqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnch54d0qezh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fclekxvvhdcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tynp4qphvw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5dqrb50676mg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02j08p8jkm6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwzwf9cltyyr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hzn1g71nj7dh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmvt0c5rlthz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1w35x6hbyzsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s7jbln07jln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfs00m5n14vt2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkr1lwlqpglj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ypq77kbdpt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsc0p3cy0shb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r9wz9jmewv6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvngxd9y7x543\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw963ky6bt3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd8621g1xycc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarThermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rr1cb513hftb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h024xx4dcw5x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3zdge1fwlsj\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_OOHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnny1dc2p33m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhd8dx96mqtgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j44j6ltq24zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fsn6ff9n8g9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g66jh0vt7jtq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l68phjx0hmep1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prggk9dzcpnxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn08w6hbcvxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0004_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytzv0c2ljx5jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e871lh873z2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbpjwcmx4d2p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpft9crje54t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdktzhdn6j1s4\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwglsczzm1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t0jp51nthkv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS48-49_22_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywsqg8r574p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yynyblpfzwg1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw9w20b50nc73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MobileUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7eldf45g1ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4wwlw2f25lng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s47jw6q17psbh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Native_AsAFractionOf_Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dgqqlx5e2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc15kcfm9wdg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5wm4vd0w4ln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt4p96xp2bpsg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwcgd6ck97qf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnwnydz45ezn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxejev3qcq5s1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zthrmx6pnhp25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n6ppqv0ewzr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyegmwhbf6d37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcp95ksek1mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2nk2bg60fg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5qb5bt4zk6vfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgcszpb50fen8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0s0byxg20pm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9t0sl77cmll4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmnh46zlk7j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ept8yn2xsqg5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdc54t4w5hgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkwtyhhj18v2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2mgcjbsfsmtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2bzsyh0ypq6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znphpbpx5kjv3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ksmlm9sxf7m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c9cwe4tt6gj6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"InterestRate_TreasurySecurity_3Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjfnf8kr0ztf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t94l7dzyeqf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815rffjhy23s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqjgg8wvmle71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryr8k0sjv90h5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lep4ez7tbyl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvx3800hhjy7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjy3my5byjqj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6e6sw7tjzxn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5sk208dbjq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9ffr17q8nw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv9jb1vsqq1j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9e2c76jxf4p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1380_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wm9kzm75lbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0rhv1v5yh2f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3pfy5n5y0f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzprm9bh8ex3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cpehbhfjt2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjlddq2y5ee24\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vgjqhk35b2h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39zl3v9gpj4f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd31yzb3qz5y2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ex32gsvqb1sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4fm0vg7cbznc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ekc3vs4v4tmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd86zmwvzv8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88ny9tbjwvdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30q0wwtl9w7m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqxyljc7y2spb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxenp385gjj3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7c0zy2j52s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ld3lhg35x7yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ley7e6x0qkpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59g54xbxhdml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckz7rq03q6fx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpxvqhym6j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbslsghvgxpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skf6v3846fkt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxgwldxrqbxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny5h1vs6rj451\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lp4htq690pgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dm20qttyqdc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzk8v4f0vrvw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypvn78qnb2jpb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smj313gcg58tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zte0w72b5sqx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcebwqm9w9rv1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkqtz3dpv5e9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk23dhjd48x0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fcg2z63z7h42\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw01y0frne5wg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt4fv516g5f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n1wpfh5thkdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w11y232x20wn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vcv9t0rn62s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85019drdfysv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalTest_ConditionCOVID_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/114fyzj6gf622\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mh6rdyhz7f0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryhpjn8cs8w43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9fvevwczwt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mfxzp85cxwq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n96p0pmlwc5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xydd6gt57bw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70kjekb6wsveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qz6t006hwejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ehrjck93jx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wexv7rytvgmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyrl7hydwcn93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7927g1rhjn6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gcrpfcpfvf61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgxfe3w0pzb55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s50dptxbr0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2yklcs4c0cff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxtsx1snz79c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zm3spdqvd547\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lljp54yhkmw1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Pneumonia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mdnwy6x76bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdt521tqcz1l6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOPC_10_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv82995z8yhkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HFDN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpfkkgzql5wxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm1gweqgz2rbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzqtc93de4sc7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3qjxdepty575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd3xnqejhx6hg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l168by5ksq936\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq196xcmw10j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3my8lw5rxwf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8nwrtxcnmd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4t70gkyd78b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwkfx0tchbyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgtcefqw9k509\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edpnrsy7glfzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1840_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss1dm78ekkcg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm49x1kr1m4bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bdsj9lf1jm35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0vhk7fmcjteg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dky56g5bly57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6pz261xy5re\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qq7xdpkbvv6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2brxj4pykgch9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94zcg82tr2jpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/653hwhdm6ndzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct6cb3txwsdv7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p2tj70w1rz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8fcvsyd81p49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcqdc9ndtm2yh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4st42h9j4e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blbgjqxd3621h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbgssck7wbjm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkz00lpwllq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7lh1sewltj66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b29zywlf7fmgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5kzw0gk2d29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy41zntl2egp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_Upto100USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es4zhdrclgmrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Falls_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Falls_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ffctsmbqnl9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jsx8c46k1k2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2vhkpw0slkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5g4dtsfhv3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh49688gpe95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_04_01_01_excncpt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EN_POP_SLUM_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhgtxhn0llrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bv6jv52k3vc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edv2lee5pvsq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4w4ttm7e3jdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl293z98hd83b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81pgzdj20bv8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0kbrmdf0zh4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YiddishPennsylvaniaDutchOrOtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngw3633xq1wl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcspcqf4dv9ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t0mn094gtc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw994rg65wb0b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4z1584htw756\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ekvbnw1t682d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR12_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18y7slk3f4lzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjyfme7fes76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/038pwkwnl15d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztn44tjk2tx35\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/124bzme7qndkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zt2k2nmgdyq2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/291g8d0xzbrl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn38vntw71my4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2cvncj87ylbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s96l7vjh2vl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlprzfjt3x26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsvntlk95s01b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5fthpev4s3d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kylezzmeqbk5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51em0wk3sdb62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hybm8eytn2n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4lysds2c27n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6nh1dbwmjv0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md17yns7q8g0f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9yb462kzx8j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jffp5nqdtpqh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj9yjccbpngf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Accommodation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kmfsfvpm7ed5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS11_21_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q779fwy6k8skd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx8rhhnzqn7k1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xthgvhhe4e7y4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j6n79je6wbs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpfg9cw256nyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlm8gs44twxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0lfeffpmhn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6exxc1ef79x8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27zjln7rngysd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7kmq63j91nc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvjvxqd69ll4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v4xc4k03k317\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dms8b27q7pp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekvjznks4bp79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlpjzgcl87d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90vz1sy7e3sp4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_RISK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x5bzerdvzzk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svyznxh7nqsl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdv48gxsklwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfkzpx9mbp7yb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh01nbq7539l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sshzhx4p9e4lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6tdmnh7y2326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5w9m02359vlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hry4lccfhcgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/758q26ht300d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2fhzem3kg6k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr1lpw9wy478h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fefh3509m3el5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5zkq5j73hgw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3w62dmlmq7t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xy0vpbpnql3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt5z2yh9vmf08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454s70m2tbh15\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j6l12ldm1d81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9j3sbbpce5r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PI0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntl7zd5k6gp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4zktmd3hpcn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pptg5qqlmebc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74e4k8sw53y\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj07tz9xs29f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj730k0zeqlm6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9zvyy4ndbqk2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd8ptwk7j4ty8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mh6jw5wkbb0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z5qe3rv0wvn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w5dqyywd4t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ln7kp9x97b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0y8bq5kzpje9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83qgnyphd6dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsng2vmmzx633\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI4P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz08eker8cbxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrg2qcdv21qd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpjxy0sqq2v0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2014_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jd60bdk0gfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvjwxx55x979\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kscyd7e4scl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jgm9z0jkdkl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83wqssbel9nt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc56xgvyc2bl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nq572z0tvqjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs55r0p88e1jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v166zv5dkvgp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypn8sex2q1vzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35b9fkeh2qlf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonfamilyHouseholdAndOtherLivingArrangements_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g36y1lxzdnzjf\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_UComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5e24030f81bf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNNONS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmnydehl8ld8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rpzybnffj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mty3dlrx26e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yr9ynpk74j7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lccqkm2e619b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbthm97l3jm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e6qfsrl5rjs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwprg14g2fld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jc2k2wb6e3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwpmf9tfjv982\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly7dnqsy6ncw5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_TER_CUAT_DO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nb6gl38rkx87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnfyxksf0mgmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlwzmzhvp08f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lyxxxcqr35h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/566mm43rxbgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnqnln1xcx5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBRSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fterg90ld1j44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rxjqh7tgvs23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1cd2fpxeyt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqk3znyev3t52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx9c6fv8lj7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9h4hp1lyln5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krl66ddcyrqmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1kcp3s1kcp34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyx83nw6vhq04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VGTH_BTUCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15g0fde6tkfzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qzprsszrcxzh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzgmqhtr2shk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k720n8zzp59k7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_80UP_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxfz5p1pyw7l1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_KNOW_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp043x1yvq182\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bw8twebv6md2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sqnhgdf3r84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yffcxjdxt2n13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k57qzk8wtqfwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px7548dw1cr8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3019gy5m3b3g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rks331dpnnt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmmpfkkz3m36h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzg0jg59v34d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7gzvt7h4p1t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4nsc9y9bp31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbh0w2s3d0er3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPA_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crclt3b7yyxk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtr5bwwj1fks6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rr8m4njj7m1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdh0cgz1by46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ge9xv9f7fvhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71pjhlb2t6e4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9k53mnz4b0p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxgbp7028cwn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzyj68bmn2yv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fky8pxsz7tsng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx7nx378q8hm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wz0lzl5j0l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42166s94ylyt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egtq33mmnr93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jxrg6xgs73p8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvgk1b08yw44b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7d5qstdp7479\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7sb6e01svd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fprh88s9mh7n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs7jd1vfswf96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw1c7h5xj6231\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3zxqkk3zrvyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exgketssm5qd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cx0ebg07lpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htjn5hzhstfs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr6pklcmlbby1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly40synmst0tc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h3g1kxqtl3y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zbd8srj5j0tc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_39Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld2gdwp3hrecd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVFO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j7eg8zzfb6t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwg1fmxxswzcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mthlpj69x9cq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1284f64nzbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmxqgq5e82hx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2cn9esdb3el1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9b2q349stl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx906v7sb50v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtpqz5sfqs3w6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_SOLAR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q00z5m212bt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwjkeh6y4tnhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s989hx4psljj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr4s77egv27q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttq7thxj88g41\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ShrublandFire\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/5vp4k0zb9mt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejltz81g3tfn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DHTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjgcdsrsfx773\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkz922fpg3sq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpfq5ew1eycqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3lskhrb6rlw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdmjxt43bmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4n9nj7cv0w65\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jfye9445cje5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt2qtkz6n4s6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgjsjny6l31sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3c9ybebm4zk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgc5y22sekvlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88khc9q40ypw1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy6vy7f2vs8hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh19c85jm0gl8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87t9m8ggp2zf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pncqlj80m7nt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40t36crjvm7hg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1lm0kyhq1y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mv6s190epm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gme807wyre4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s39ekz0htj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4cwc0l1qken1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvwdknmkdr6y3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhkjf75rljp42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyvs5x9tsxx15\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkvkyl3gsk63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt2v0cqq6ztf5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt4eesvmjd2z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/852xm0hxy6gyc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxetd1z0ye327\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58fv13vpywj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s15n71eh6gbbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin30_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78q6bltc1cre2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6gezfw1yyj3\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb9zkl6y8spm6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9cl49nnrv5x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7p2q4lr5gl11\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9dg8jbf7cfkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORDO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Cost_HousingUnit_OccupiedHousingUnit_OwnerOccupied_SelectedMonthlyOwnerCosts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3qm7p0hbsnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvlffc2yngvjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmzj3qpegwekd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzgrj0qjkkjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhr84sb88jkh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtnk8t3b5wlt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e34r3v2dfl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2kvgxcsw1xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd1knqxlfyvy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z82sw2h85n362\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cw8wese1jt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30p8s2nc2tmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mevyvccjyp1mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sw4p4z3h783\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbf56q0emzll8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqeq2y2ljdgzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kk4nclnrzg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_CREL_HA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3k31bwkjcz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg82m4nf0b23\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trjepvbs4lpmg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d6pkj7nfv7zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ddjc232exd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62pn1d2cks7c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPJ_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszhtpszvxpk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6487y1pkbgkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xherpzfqn8z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC4P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESVHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j2g235jxkj3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV0CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b38yvc2jvygr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je086dh67fph5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn0jkwfzn4c3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPC0_R07A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jx541nnl5np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n96wj7khvhej4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGR0_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrmh96nd0t5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6nhv4n3b8jp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwrx8d83s6ch9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wer9bg52rmv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgwhy514q0sc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwm3l8nfz7lwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l1gfk5w9jrbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhql85295t79f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whdfryjeyqwk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2th9j5vs174\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05h17m1zzh2n1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvqqt76hy8z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7g5jthmczq57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm18d8j5gje4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfse6kpn9n4p1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_STNT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hef01zdq9mbgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zbdqm4teh9sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvdq3fl8cx6k4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4sgne86dnkq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c80jx2nwgf1gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkytlghxg33z4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfrck0crqh73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s56p622m630j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p5r26vgk1fy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1bs8rz4gsk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc7q97wghk1mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52rhfwdg88rnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pybmzsn8j38m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk35xf80n6hw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp0ck25mp4dl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewmx9s6xjffx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr1lq3x5zytc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whmnfk1n5y428\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70bqbt67fsff4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0x44r5hd8gv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjbs42qx6lsvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3dp06wxw7qc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc75d7ttqyllf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1vr6wekpwf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ney65shrxpvdc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6kts0dfq39h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tbx7gfqsznb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1153gwv58nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9dme7n1blmjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgpehps4ckv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy22eq2cwc1rf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21m0jx5nw3ry2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee706zhy66vj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhvkbsxbbv0n2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxh5xtmpgvh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt6bcmnnkve59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qmw3zbve121\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt7nd2xpx604b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IschemicHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rt50pg198tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntky50xxsd0gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlxq80h5vfhn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecrk4xm0tx54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bzb3zrdxzy65\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4xx9n9edh2mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7by2eyt3c7lf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpcj1382gj9l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeNotStated_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p867yzsnqn7n5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonResident_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_AsAFractionOf_MarginOfError_Count_Person_16To50Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zyrerm11xr93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s250qcmvhjry7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thqqkjp5xbgn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6rlf3zfz6x9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6667zlc4h1tm5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34r8kqy7fjld6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2pbn6flhhmq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dpj1hqlb3s34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crqeb8mjy9gq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w4sn7g5xkp53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfk47wfg2dqh7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4n5kkm85kfx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew354cgmx3vzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddxcd87dzn7n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhrym53bs7y1c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0s8f4jg12lz\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vmzyj2sd6qmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7cd2194tgkrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfnte1pjqeh4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqf1cbrdy3wq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27hbs9ej0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8nne16tjzpp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88rcnfjd80p6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsgbtpvrdnhf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-13-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/428vfq74jlpp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbnld9m0092ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dthp0vnb0ys7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nf0nbvhz9zp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhccx9xs3m36g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtw4q9514y64c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusInfluenzae_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hpps0es9e76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfz2fhmfch9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6rpd14m9r9f6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxf2r52cpl351\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n9jhl8fncvef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzp9qy3gn3c06\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48s0hzlshj354\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m40cze1fejxk7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8vbhhz9tnjx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63n9d2e9sg5c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc42cm8yd4sq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppw4rxtct3e39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19310xy2918gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzwf64wsc0z24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3mty1dp5b5g9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llyz09wz8c426\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn1ykvqfxm2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jwxtrzerkyd6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_0.5To0.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr38cvfsgv4yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk6t57k0g2xl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypxcnw6q88x74\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq9xmv6l2wwm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwxc1jwls7769\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82c9dy9r45bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ynx1t15s5qf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rrj7xj23cxnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cllll0b3nw6q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxtv1gbcjrw9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncwt8d1pymhkd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3n0q72fseqd5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7crngcspyef8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/057mcvqexjwwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qn048bhcb2m6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v44f62b76py66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqyzb3r6n0vw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyq1v625h0w1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pej9wer7lkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf14m69lp9w13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9d8vdgxhdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdq4nmy5923k2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eptfljlz7bgbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CRH_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mqsktb1zyt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d880jsy9h1jg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbmdzqd5lc238\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78wpzkx2p17j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv71e193sc2n5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/884t7c4w9rpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2x66yqfqxrg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee76lyc2zb192\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/146s3893lttkd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yyrzwxyww5g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lysg7egzfcl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nk09h7w0h9rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MobileUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qfn0l2q0zg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh0j5d2q5b223\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ezw091537gm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84m6s0b5vqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b137mhhyq225c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e034z3m2hqjs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSInformation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztbpc95mk6m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr0q3p13khv81\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qr9y5gb61gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7r0pvdd036h1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS_OLF.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q4_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Solar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbhd80lwyc679\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzy3kwlejxfg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcczqpmpld2n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1g7s3jy6ppnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q350p87lwj107\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lhdtqr77jr\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OilRefineries_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qqrpn8f9y1x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2t2pe2vbbxlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbvqvm9yhqln1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e53cmgn1b5c44\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPN_ENGY_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy2kgs8nh7tcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15hgssg67hmf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snr6p827cbznb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25eeqtxvctz32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn4xz2lv98h5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2m0rgc4qbks5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kwhzp6hbskec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j073x0d8w3fc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66970mjybq99b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtdx6slmg2qnb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAPP_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k2t65tf0j9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjskcje5dpr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hthdyj2ws9prg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3x9zrk77rc0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79mfhwcdez426\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mm2p1rxr5wz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxqp56hn3v1n8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkhedx3fevlw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r843c7wrxgfqc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gf750c2bp2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDUVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqgy14ldx8h11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnzzqwnnvj6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njj66bz46wgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psk5gm653kb35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n74zzmtpqs29b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g7y6w8jqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6yp9kgng562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx3kfy4r5ce49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_WASHARI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc66mwnqt2xr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_MA_P5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcqlmzeby1e1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sckyc4drh16sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1306ypjq49432\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74gwlwece762d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frn2zttwypjf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slems6lx9l6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27gfvsp18mj1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwmwcq3zlq2c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlp6w2qp26g9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whr330df7bln9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OutsideRightOfWay\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lqtg4gypkb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqy2127d13dz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmen1s3r8vtcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsExceptFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v92yqcxepcf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btxrdygd3l736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evyqtmmls3w99\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wcx3y3pmr3l\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7972cl9qetzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cxn1z1rl0kb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf9c0ytxz3602\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe6qk8kzry46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7v06cr721j48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36g8wxnrdtwwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487seqxy3fq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bflzn76nn6mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs075ysm8dc55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1efrkv854wh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rkzybjg06zt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63jnfh60x1d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkffrrkxgyl2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yw2279w97tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeb6rdpdkjtv2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1fhjrm94pv8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1100td1cdm2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1zfdp90wr17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt124lz04h2s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chx61ylc64m22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txpdg9yjr2qk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32lj2m99bqvz\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntendedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5md94nb3271gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ecr8ntypr6c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s25n56ssm4ce1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l94vlf7fw19g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotAUSCitizen_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1qd3c0bw73mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8178kx2thnc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/676pprbvbz4f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fxs4tefx5449\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eks3nb6ppp4h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3thzxbygf6k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqbnd4pv7lm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7stl0c893jdt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ll9n2v26w0w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xxwztwshes7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vebvxfthf7xf7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EF_EFM_OVRL_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w3j88kp1h5t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdfpxmjsk7j8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3e0cj9rrf7bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esztqf9cp5l34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2b3r8eky89lc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ne3g6xj31kcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebsrs6lc3lq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS92_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80tl4q1t8k728\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k7709x27wm94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ttq5724pxky\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectronicMarketsAndAgentsAndBrokers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccgrtlplnnl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crsgx0blmj957\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f2lyls5glcl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j04h3e1jfb36h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pkmpneh1fl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7tsym00cfzz8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmb6dt9jxpv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqy4q1qwq73zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0glkmemye63gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyfznwepvmk13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68hl19h9m8bb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ntmm7zvh8qg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bl59cvdthsw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lzpc1bqsbfw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8418pjdswr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exepj0vbc2s4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbws1z8lqbsy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgk8mz5vjhb45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x90bz2rkkvxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkslwrnpx2sk5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ndkx4bd2xw43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4ldcrvf9yp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzqhkpypx1e\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzfxbtg7cb7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36wbwp0phbgl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enby2tg8mnve6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgz8l30s8j3b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpr52kje0p19c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br052p3jmsmrh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl4dpwsgn5qvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcp5kyxjenr43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqmyqcmtyy8vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_Layers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlwshd0qf3x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlz44958z0nqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv55qmv5ke2wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kby61nn3ryszb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhmzhln9fntlf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9qcw92lt1qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6we265c4vxx1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v5r5vw0qv1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsshd9ghjpjz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonmetallicMineralMiningAndQuarrying\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7effhhw07wzxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zjhbrp8b0021\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc7mc491k6g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv37kbmb1p554\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdc1bw2pxc46g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vxjrn5r382b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xepldf55yq6s5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jyzlm0mpcwxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw8t230h5l76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1e82604fv5n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrve48k9mzmcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r83w25tvrgrrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92tebph3g2d63\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jymkprs4dd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06n86vwchm1xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t63rwqpq26v1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqk64dqy3elf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hzq3tngqndd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxv1mwjfhg7n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v80klfl3e9m7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4czjzrv5xt14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9wk70wcf7tv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqgr8rmdp1754\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk2vjrzfgyq5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_450To499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgtn4j6e0jwp8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_SOCINS.INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/t5k503yvxm7tc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_ITK_DEFCN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ke70hlthbkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq6wre6qs9bk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwlk802f53hcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPD0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgmnq3mn220sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrt1rp22bgj1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhb9g8rn52wc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61q623l6wbclh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pk9y1mq4138\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n9xn1v8275z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30csxbq8y90e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k069vl3pnl52d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpv5g9p5tq6d2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecr4mxc943xw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehr8s8wtchjq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb3ljx3dkemv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv7s032c6hyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltwbkw1e98b1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxj4sbpb22d56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv3cr4lmgc9qg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7mydvg7y1qd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzfmn8p4vf5v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwsqbz64rqkfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEmployerBasedHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcng1m92bs5vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwfklezntrxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq32zb9t3bvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kjf4sp7vn154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y59h5d6qjq91\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5tb5ht9wgg17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym7wzh1yhrn5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/677c8z8cr00xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/975cm2wpxjxw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vftb2mrj8v4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp4nppvhprgs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpkcj9jne8cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForAviation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/m9cbe6sqbrtk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wqckex32h02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7c5bkh1528d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcdf21ymrq3k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w736ctdd7cys3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1myhjp0qz1q5\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gjyg01k3tfqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76ep80r90kyw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr445jrzcy322\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbg90fyqm6hq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0xmtz1lf5jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k832hxqx60nrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwkgz94etdf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fnt09drypb27\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gejktyfl1efk2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lljn9s57z3ys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb6l9k42r2yk1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7crqxmcr9je2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptyd7qyq8789d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwkp7zg1wdr45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxk1cl14yvzb2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kwsyht9wp6y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txdgnwdscqp71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50fzsjlvqk58g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lyd3g9wz298\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj0cekklezf1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkpz048w4v5mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0gxj9z9z04g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlm9ncbfgb7yf\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebkvg2nclpl9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/927e026nls304\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/047914zvj4wd3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw4vjes56l2b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9rpbkez341j3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpg6e84pmp04c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8yqkgg78gk75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvvkwqrj569h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yewlnw2y7vc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrs6x1qnsbs0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb8es79j023y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egwq5zxr6l55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyd95qrp77t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe0ylks0z4052\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/664htlc73zt39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfp8z3hthbzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk4xr84d51bg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msx72b5en3n56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0lq7syj2xjsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sck6dtzkl547f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wsbmegcyns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h33zhs8gr2gr9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzt44lq5tmv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjk8sg6b9v3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_Burglary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epwtty5tx66db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk3zmclgx1mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggnnrkehs7nsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj1d269blygk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsj9e3enbdxsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne73dpdzvmtv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOAUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/3v9tyh58zebj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y2nqtmdq55x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3589nf25bsj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ykkx5pwzgkqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3wpryzn8klf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_GENEQEMP\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vterxg0m029p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fesspf1661s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv3pkj9n4eye\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6f2tzbk8elpf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/257xlrsdb01c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekcc9hjy87221\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0kebje81vr8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skws1vmg5k6e3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_ST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdsr5svcf1npc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwyy4fyw8g0hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlgel4y7134eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0mcpxqgr2lm9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9kx7kx46ms8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ertkghq7hkfy5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jw5x1qtv41g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwkzls78dk7wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtc7846t35fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblngn9vcj3wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9sxjlqm1sjy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/venwhj91976p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl111wy60stt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8w3c5gxt46db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8spv6xg9y9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3g8gpfzmg5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1539_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fnq1gsrmkw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21fsq2q2rrb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0vt424t8965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmr82wpvjeh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpcj9j0kbzq87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_MALR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f6cxm20j92h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvw64gmxyje84\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/338vs3w92ljj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb27x3m5jpyrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgt419e6ys57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbw5fdhtqxn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvvhyddzjr6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0rlhdbqvtns8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4cyh3wtq5631\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv5g19y8dl9r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f9m5xqqgewj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z8ehyfkv4yqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpz797zfg02hf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5gs45xfpsg4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmnjcrfytvbdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4nr99trj1qlg\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_1Year_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8enk909d09d7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53kdcr7fnyve9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gc45l11g874\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf0e7t4hvm81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jp3dfp9w801\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrfjl3vxw6ws9\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exszk4jc3z3r3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec00cq1fmptp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjd2ytlb19ff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n5w64gt92qvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndf2wbsd1sn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc8vkznlf7m93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e5cwgc2jhgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kcegr057z16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkh84kgmct08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgpr96f87q04g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrw0mt9ybw4s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs9t5dw8g1nc5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl5pgxc8r93v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vcyv98zvxx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dn6q1x3ppe2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bhh6g16sewkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qekes8xvrvz18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6z6y0zscsk77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70wkpz04zsw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg3vecjm720j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtx441zf6s6s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ls1df85nh4w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbeyck44v3n23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9qlygytd7ds2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkdbe9mvq8jkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5b07dds8v2g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39mhmdy84k1m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7xdhznm3e2xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzx2qhk19p3kc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sq1vemtjsg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebnyry246wpw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3qkls69plxq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckz8g4j7zl4jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd2v9tw3wehb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r01360j1ysk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9legexf1q5dd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c77jdtvwtdq6h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vvg3j2etcm49\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsfp5kgxz1x99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8s80jl7ztvbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdgmxy8v02ye\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wgx5jf4f0bjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx4ztz6cpje02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr1rtt3r4pssg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvmt7css361c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5d3m6b45x3w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjtgj4wykbjg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjv06f2h3eph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkn2z6m3y3w7h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c6vmftgc963g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdebtyr4h4t37\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTN_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42r3rreqkfvsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m66j25j6z2783\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr18z6sgm7lr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk9yy0kd174d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5xk6hfs700y4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBond_20Year\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btbzrs5hken95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krljtfy5x7b18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcxnj9fv1t5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znxy264vsklth\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkd79ssy4ttm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87721qq9pv5yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq02tgj528j52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g14s93zyz87sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs0xe1k6jj63f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c3e3m225ne11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1r4gscnp2qq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf06eq68w70w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz5q995m7yvt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhe2ckzzrx8tb\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxq7d5ee0247g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_10000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mltjypsb2dz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9kndlez9leb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td2ecym1eblnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31lly14ed1xd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvr08w5t0n977\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ExcessiveHeatEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9qx6bg63ddc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxsqyrch0py7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7z49cvbsp63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prz9k0q1dpn22\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kzrj4wjnc0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4ke5tkr29egd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp40dwklffxdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6b5zryrbhq56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5pwm23p91r96\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dtmymr2yrbx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d70s9ddqtf39\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vht9z8snn04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_ED_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3kllfc0j7zyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfm0s0x4nv5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rzmvxpgqlww6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j10wkcyneg28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btt9hrrqd3hh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnhkjhq5pm6j\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_3_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r62snptcs7m3h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c621w1655nswf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc8tshtrrdr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2g37hwr2cyef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vfy5vxtw0f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le8nz6pwjwj6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzg3jlpvyj43\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9ckd47e35b4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfhqgjtnkzy36\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfekhfxjhxl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxwctvrvcz1z3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn7s3x23f83y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yedxxhhqzch85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsep47pznlbv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4p3nkxt9cs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R03_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scet24g46r38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy5e621cjqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjvvn84nz9mmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccsn6r5r19t7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d15kqz3x8kpx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc9404g8bxzd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb84tnxvy8hcf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnw9ffc506g95\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7kw1848h14d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gek490cskmvd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0cxt0v4rgxx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w154f2ycylrnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbtn5zyhesjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqr9j8tx2c3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp9yz77l3130d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsc3rn9gzb9jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cg3nn0qlyq8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1evmxq8fcxzq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prhrvee3f6h11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1r94v08dq2mh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsn8bwn2yn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r9dle0vchqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzw2zjw0h4y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jjs8xgzk6flg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17eg6cs447044\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp08f5kkr27yf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v52jz22kztf7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdyyk1kzwxv7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgefnhphc7v9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45mkg6kv7m2x8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqtzsgv2g5h09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4h7bm2eyjmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qr5v44rtxxt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzgf1yt2cw508\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn88mq2j2mgwc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yvtdjbjh3xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47glp0wpv3fwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc80jgy7tfkb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33ypw5fyfcqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m35r8fk7prs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65y83c1nkbbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n34md0sy92qh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/167p9j5hpe6yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5pl6reyz136d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svb6wgcnl9vb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51e5qeeqtxh6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8cdw3c6js642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rz93yn17vcxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4g3ytgs9x12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ettrrrz0shdx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se519lz1dfgf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdzczm2fngg14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y3cp84rqsx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8gr2d193bfcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41sv3ct1lgq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74js07nreke8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yl7ddpdhhn28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en03q5k7kk8ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HmongSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g15vdz1xzc6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/207h0mhl9pq28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonmetallicMineralProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lsvgtzktkyp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2shf7ey0vxm9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ndy4gzck0667\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1f51ssrr92d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Meningitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m72vp3cf17b3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANFPC.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rt16nf4f1p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2bxlk0pllrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkpr906ft37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hey5g2epzcj5\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf8w22vlh6fzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqkbp4q8smnmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv0lhzh7vyveg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG04_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentLessThanHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgexbe0rd2f03\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_60Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xc9shlml4ejc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ln5txvjpb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06npqr1m20ej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nrxz465jd9lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb3kqy96lj21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/213728t91y17f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d8mmz951t8b5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwr9659gdmy6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0tpmv5qxhz3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1nw05mq56d92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8v380y4y0h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/447evzezbyc0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0p2gz2pp4ry5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfz6z1kmv5tj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RPIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882jerddr3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/becnsw7tk4ezb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmv4wdwtjfkcc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2cc560tdec2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5hpxe7smedc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gy0jdncrb4th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cx0bbms9r1ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vx8jxv3q05t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppyfzvf5snj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4phf6htekn5j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbnpq7y8flh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cem87sv6ll02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxn5bkyt96661\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgd1fd82ndb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9xym6khqngj8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fckhxbnz7p5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16t6e69s0j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_FrontToSideOppositeDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekee8ydbnq6z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdghltz8mm4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1p4rb3xktp1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq6e41mlq9kz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5q5hfcqhqny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j79xtbffk4xy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8z9bcz3vmqe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th2vw79dflk44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMIMV.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lmpjd8013x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ds188k1my5zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vvnry87eqg2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj5b5y2nwv7tf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0hh9jhx104k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b78lnhbx6y71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqekhgv97b41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Peat_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8vdmfb8e6cv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwey8zth54h89\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10rjbjnerz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efk466mj1xf5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69hzmdfg4cl8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwngth13r1plb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgqvxpkpqck98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fqgfyfk1xw3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yszkl8meyldw3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgt418rjy51dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdcxf3mlzffhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjlfe348fye4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybdjclwpwy13f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3572z7wswwcb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk0x38sfq3he2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4t13sjecyp84\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352kbpy3jkf71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kes3myms9x6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyxvpy1wfpqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfbmc9hp8yy7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhn7sp76jb53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wcztfhnrm0qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsllhjkr6eslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrxv7ej65xbm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbe99b3d7rzn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnv04yylnfvjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrcvj2bfz4p1h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxlp64495933b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7q9esxdfpb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0f6df0hr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx80z5tjym33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe8ewsccd1809\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb3kky0wneq09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqxwtynr6bd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkzpd2dk9t491\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0fjmxcvd5fxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgtv2q01ljp8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztjlcrhxet5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/506edmf5rkj0g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vggwltbzr6gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8zh1xnv4f5b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl87xxqrvp243\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENDNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77tmtw24ksfmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cst7h1tb868\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmy8pdgjc4pw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmstnj70kdyz4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_LKRV_SWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytmy9cmz27hk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6rs89m1qns8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qbzq30erfy89\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ktt383nvcj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyy5ecpn4rgt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrgr7slhqrqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8b7s0whz5q77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7zt0482d8r0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjlg5r1grn4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4h8wcstf6ry4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvjgr4sjn0kb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5e9t1sj7g5mf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_VBPIB_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9gvlvz9v4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsvs18dlrpldh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62cg9ypvm54kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbgjkcpcrgmz8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vek7zxejxrwgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prhlwecfqk7q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvr5mh2yxtq74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb2knq6hml877\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2tglmemd3gl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/923bsqywcbv42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbfbh14x4exb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epmewm5fp5yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bxrd2x9rs6vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yprt3syqv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9x6z6xgpg1wd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br524ckgsjr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll91b7v6txqf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxqjjpwkkxpx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcsb6q6b67m8h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sesmxzbxffng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70pg31b9k3v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp13vpfsz7kw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2vqcp1zvw4p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pqvn6rkqrtjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0xtrhtb88q25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20nl3x8b7m2q2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_KeroseneJetFuel_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyd60jnte0rvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19hp2rwl1mvtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl82y8ssp1tnc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvzwdfjkplq86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f754e8x7eqmb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxtrjwdbev88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz5753tmek6hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll93zt8tptckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgetmyygsnje8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xczf7t3kxn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsexdhrty66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jcszxnxdkysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wed3yw96t5bhh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BX_GSR_MRCH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxqyl6fmq6k13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzhsg18kh7j52\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft336tewrl5q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnjxvpg73qgv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzvrlctbq8765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fd9t76zjzj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Influenza_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws89gl2rlzryd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bje2l45bgeb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt4tsry1xhtd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sykkvv3prm4dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8vyzgx42qvpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w8t4f541xxdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T24_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36x6f191gvvmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c19eskwzbfk8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpt2v7vzngbb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--YE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpsx5kv1n5vr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4lvb7ecxtlk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b4l7mh02r451\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n25eebk131nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djdjmg15lplx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_Power\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/ER_H2O_IWRMD_MI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherRaceUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy171n572c7zh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4534flvemylzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x911cmg0dj1x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/mjezrn81pvecc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4g2rstswcg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggz3scqfy1yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx2t78m6cp0xh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzprz3147c4v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd8q2qw8b1mg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqmnxwhwfl4gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbqx1kf03nd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpe4sls017s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4djc4w4fffn24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhkcm6x2r1b06\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18qml6kfm43ff\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dg4xzbyg923h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj710c34mjxwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl5vxzhh7ccj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs4661nm2zkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6d777dspew56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlx9rxy5mljyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy20s3ev8yy13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz3pqnz5m95th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryzs3sgvsby29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm0rz6eznvyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p7n7nzr1dlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2cesgzzq4p2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w8jct0ydctjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsshfqkr508d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_VO\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qlc34gb1e0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hz6lgnpt0x0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dcmmw733s4j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhm5cgf1rtcs\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_86Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbde04n3ql8w7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_CMP_PCMP_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommerceAndPublicServices_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8tyqc3f69xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mex7t93q3er79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh78ely48f4h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe51lp4vqn7t9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceAsian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDLVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n9zl927vq39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62zfm074wlvff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esyvt86gyhwlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6g65w4d9zn3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcv5clrrzgwc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19q5xth5rjfp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evvk3369wft12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzp78bmks5fn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4gp02r1r7z\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd1nzlh2byztc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjg9wjsg2n8f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wjym9t8mvd61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pjllwpjry3z9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17s2t40tbyfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zyqv0yfpgyw5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcp5hkg31j677\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_AGR_EMPL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b261zr2vnwjr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l40w55cq3ydt7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kt512ynvpmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y29bbzwyv95g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cqwb9nve3ef4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pz1tkgp1j9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bs9xlcgl749\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbrbggpf4ppd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecdvnmywx8w0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1s0j7h1ltz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m221hmzvl0q7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6ygtny8g3kvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jnynp281edk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5zmp2mjhnwyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_23_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02kd0r7n7cv72\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Bagasse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744lwy2lyjzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nw132dtjwed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g82mh3c6hhzc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zemsfkf3xws1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sctgdz7jmch8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78k9ghltes0l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7qxskqx5jr35\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jbqx5jteneg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hqv7d0x9cyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gklbcdnsyfc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qgp52l466w9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cmhegn8zf9ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by1jcpcmfvel2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz2jrx4mgm3xg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tphsp3lj8mtt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DXL0_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7te2w7mt0zc63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e6fnt4kyx813\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7rw2zym573s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3r5zztb70v77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcerrcb0g5j2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ct9d5b40qm9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lqwvg8m9x7z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whrdd9wbt9byf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcwkfekw0dp5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_CongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b808f9r68d58c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5fsd331tndh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxydzd75qsry3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leds6mhp0gedh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f24hbr8vqsb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgktpwmj840g5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leczthlkcny33\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gblzdkdgnfrf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gprk4vrs5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnhc36svjxkg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkvfj9e1e7hef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx72l79xt8y52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n0yzqzmzesl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sngp90tfrx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvk4sk8wqerfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jzj750vr6j88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clthcnnqstcb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vll9r8z7jfnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v90cnxdrm1pd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv0q8gkhznjg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py45h6b9r0p15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz3y521hmqr77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj3t3zplbmn6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xlmx4wb656yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zz26dwr50xhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cssekvykhys5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd88jxegqe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75jt8z86tlx9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv0l8d0nlh6q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgjzhrm0mnn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83px99lpb4q4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gesbnsnwl678\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzddkccg0nc68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc7y52pt905s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbpl63vp6c90f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zr4bwzrehy1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hsyf3rbp93f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l9g6sd1sswc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1r7tdfgvf5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydlehy8qgt1m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00z4hcpm02psh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs5tk4d61lp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbjmvkyqf6dm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcv1lmz6pd581\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n3gj9wqfebt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhzwhwvc7r0x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vf0gfxhk7eq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw2tmn1cf46r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5rbftbm3tfq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rer93vd8z441\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cftnxh1g2blfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntnwkv2d4ykf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehecmpbxs4s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3expr5hrlvg72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nv9qpne9kyg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6e9d32q7n55\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9tdv4pv59qdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr47j13vtx8c7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/ce10flhercg6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbkh95kc7pkb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7m2vb44hlz2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr875elyzywd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d7wvyh1sqwzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqh1k9y7nvll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt4574wgc9d4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2xlyg69gs05g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhswjmzl0v6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74lwsqwr3d155\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv3mxcg20wdr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7tb0qpwwkr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv5q8bzh9y7p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghstl4pv3cpg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7pb8gwcxyg74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc58d4cvfjpe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8xby86wj1jbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mtevbxntkc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9er0x8cn8s26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbwy1k4rgshwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcdkbm5l1c5s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmz5vqvxw92e4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqgsnbemh08b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr9cl3p24m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpxntd80f48jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6md199cyvlyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfd94c2mjq519\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ed787s0nygcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gevjfnbdpczkd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_POOR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jbmznh9hs7kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr6tq4hs4tqng\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56w9gm6c2cez3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdph1lpexfj85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kt2z6w8tcex7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f07ln45vz007\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_XPRT_KD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5htd99qhl8jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395ygsqcvc526\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dv2n3z4ke3sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nxb3c8nebx54\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cbxtzkzg4lp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eve7kewp8qpm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx8fy0negrz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ybzkmqteg1ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VEUH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9yp253eg475\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nxvcr0cfmjw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0p0xexc41zch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h9jcbg6rqw44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdxnbyz727gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ypqcjsdyeht2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m29qr84n6c5m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99e9d4z1hhdd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzmcjw96n8m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mjjplb1m3vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tejg73emz0yq6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp63bxgpzkmh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh8xc963mkeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg3smj6cx3p25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotionPictureAndSoundRecordingIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk8qw1xbt584\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/p8vcqwffpp9kg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BX_TRF_PWKR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6cqgjr9vc1v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8mrhhg2dvxv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t08efcrzf32c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3648vr0zrr6l2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etp80lj04mz58\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_NepaliMarathiOrOtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpfrkc1806\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y04jpdddrg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9mklpq4rbrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcj65r32ztv6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtwql0es5n581\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TECH_MF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/195463fr0tgx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwz1lhb10chb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50h0e4qn2wx31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51bh4tq6h0lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd1sy9fgkl2g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzvhncp5wnyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b94nhwz31183\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l9tdfkn5t01h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrz4t1thcy706\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ewhdkg4s47dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7g16md34cew9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/295vn93nr4757\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTCDV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3swbb3l6qwvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttzhxr7lb7dh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqwl14lp8xn2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y15T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtx63szkmhg77\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzfz92vrv98c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv581hyjgqnj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3ng95pdksl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlgn2j33t1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l3fqcrkyldg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzh0twvwhsn16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v78y3c89gyw49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krnrqvgxdkw32\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1s1eymwl03lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz0z2zl55fk11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6jdy44b7n6r1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2436hfhdk62w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq7hfsn5kszn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t78ef38kspnt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ggn7egq0c16\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc66fzvdmn3f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5102_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s4f7gw1kzecg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chmjs81h40rv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sln2q6bcc50h6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wss23shs1t74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncqq1bl003cqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp4eyj12kswx3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljx0x4y6v7kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4q1jbcxjh63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf2smwwmdctqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jr3yh983d05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bj5vmtc5fdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fs3jm2ppn1d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdethfbbwg5cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phw4svddr0np1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15yjhffk35xg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyqpy9qgh0w31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcd3cfkkpbxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female_AgeAdjusted_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq72211mhvfn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9t0y0tf0p17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp1fc3t0m8mq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9f6yt9hbnevf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w9h9whtytkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n3cq2wygz9lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7t4bksq7x85\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RCD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PX_REX_REER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9h8bv2mp3zd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d95mprq6kfrq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs1y42wsyzcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnpaidFamilyWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_2020OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s7ergsl4g0rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zff75jjkk7jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpstp9b27r023\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00f94p5tcgpl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjn1s4l79rfyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yevyg27c4w2m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqfh8515bkk18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr9pgn4yvt3xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tqk243d7rc7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shwhhm5s6d1fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q3_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrmlj07deeh94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p4my6794wggh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ccfxnrb8yrj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqx7kv4sq4jtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/781z82evkc4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1tc4hfrxn2qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmnvypz0ywt49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvx0e5g8b7v9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9cw5qzzw257c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvkl9j5cb2xhd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgckcgh0m55v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzzl5vzr5vk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5gng09pht1d2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_RSK_LBREDS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/lkb36kdkettg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c682pzcjblq15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygwyyz28znfwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ManureManagement\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrch26whc5n27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tqw20198r8c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32b92m8d0lt23\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sjljyznsz834\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb0cy9y605z69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk768w6ryz0m8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d77458qwz8ng9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9x5zfw1gd2gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5spytezhypt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vjztxhqw8my9\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68x4lrqp9jcsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2ptwz9gddv79\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_GENEQLFP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollarUpto25000_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1n32q1bnvx7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f18fjymbdgh0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1clvjvh2v9qw2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbe0drezxrpv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bc2l1hr1ze\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys9llvks8h5r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn6t9wck11ft4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0np7g82trkxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42jn1hq8jy9l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzv196n5g3s6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbw2hnpr2jkt8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2d94sqdr3g07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p3jr4h7n0pv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRCN.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hhr4qp4b4r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvlbpmnr3cv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ee1ymxjrr76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnwnjn5l89mg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wbppwq20lk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh8x3brjr1s88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61bgk8kl2jhq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dqrh7dn5g1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbyt3wls9jx4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0v6nsq406jsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3212tsflbmj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhy684f6wnclb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdylrrvzsef8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bph5gkyw0n1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q78nxqe9snzl6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hblz5n3r8tvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0kdrhq3vey86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4keckpfs812nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7qtjcwgyxnf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0csqx94413vbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js4qwxzdwf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch5g5f7esfck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8czlbecjlw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hnxfkm5kjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhgwl0e1nbmr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/semk37dhyn9x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8vjm8s31xvrc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MMHN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3x7hltrt19xhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2g95w4sww3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llwtmcqn4v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f5lk3x901c03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx5edl5rg6en8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jv4n7p15cld4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l871w5ebtdw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0183jwsne35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txkqq82v0ctlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18yv9yxg5m2vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ll7hg7tetn39\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e5qdyrc8k52b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqxdphv1ykzyb\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvtbvcwl8wy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv9pcthq23gx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymeltte52tjz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf0lyheydhfc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINU.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_EnergyIndustry_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_WithDisability_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dtnds631y7pf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To17Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d12brlgxwfh9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx86rzf5fx1j1\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qwhs5ct5k7jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj9rebnptnn85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvs3fczjd4zrg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxhvgzjhwwmj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtz76tvk0dkzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrmns5c7xfzg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1yledsbknrx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9l35y5mvdbpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqhpbbqk44zq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0c34t4md1372\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgpvnqrn431j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8brpmb324tm9g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx2b4wdn1ysz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq70f4l0dgd35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx9cg0qtcbvh8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdqgl6c20e4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ysdj7eygwrt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kft4szbkz1t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwvyps1fr4p3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8jslhq2e529\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn4g2f2qkzqx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr99msnxfm6jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4c7b5mlj424\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjw8475tzg8p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gczhhnqyst9m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/088zlsfpblex9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4z0pxehvc11d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf3hsc24cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23jb7567pb132\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1807d3xlrxgg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0t798s8m0qp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03qk7wbzz6jz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0xsgv4gfz9b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpc30rrtt0p0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljx8ybr5d49qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_Min_Temperature\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y54tj7g54y2cc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3mgdl7ce8gf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vv8hfkcpf236\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z43ekhs2wdl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv0y0xxzzte39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qexv7m64f77h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_PreciousMetal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj6fjcsl1cdp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7403chwvspm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtpeqbfyg9dq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdk8h46j51q16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh33n73sjd07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pjj2hk92c0e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq0c4z654hwfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4kgx50shhm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4nttbk2xgrq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh1vmxy09y72d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbg5sp6kt26q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l14s2565d707g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqw6eev0ex4yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmp2xyl4lf819\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82tfwqty6ps95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn69n25vrjmwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q041tj5rj3hs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gm4jt18wg6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lh6gh7zykkcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enllq2smqzg16\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv89k7ldv0kd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z67n5kl09bhjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9r0e5zk85yf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25p8xeq49tnb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j3d7gy7t9l87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttb1bsn80bxkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd729fxzst7q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwzmze1gkr12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_DrugResistantDisease_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzm0ffgglqldb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgrfnkfnswr5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1hr4c63jy73\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p2tcwe01c6bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd92qsx2nqfg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjshy4v2vmw74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRG_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ezpcrzwz6lzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvysq52ndzpx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtmrjcbepp1l5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st4kkc7nbfbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz4xy087jrm7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lylz73bpr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smn49jsldnkw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05840gjkqr487\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv70w7cflk1m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhkj5tcbt17c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pj9qdgztqfz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl7p8wsszchd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_HFCG_KT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fber686037hp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeeylj3kh12b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9eejk6zd5ydg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvhvwf6tn67f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsch4v74nq1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yf7sd8r3t0xf\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/A00-B99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3fz26lqgwy4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r16t55bwn2zmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8xkej2vpnk0b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n3vezrnsz0k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf3mpftb37817\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_PatientDeceased_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwqp6l5wghk65\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n7lk29vcsty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xr7j4kndekc1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSEC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pbqlry91eck6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdejfhzrrb24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/870mgbp5x0jp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m56rrd4fhrpv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n54d1b9zk5p88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4shfp8g743vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vq8y5d94vvdg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnkgrv4qvbc8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fegmykgb3ztvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvevfl34xv5e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krt5vs3bzbmh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7xrqct0m8c76\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqspv4772e61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r6dg54enx7z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ktg8ec97xl0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jw1rdqyjbtx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmmtwzxp39w68\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/per_si_allsi_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c09wepmgs3wq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73pe26h4f0ef7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d8vd84jf79g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp56nm2hr0mx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn2hj7xbsc3t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Influenza_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y6z7n7pd9df6\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeykeb5mwrw18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jltsyjw3tdes7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whlheyq9gfvxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/998rsh4q6nb93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0qvnte6hlj3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrwf23r719d58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlcw37xvsnd06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LDCS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0c0nt4w7een3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcpw49k5fjdv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dt0l8ps8dvt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl1yfxglmq0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86fjq2hsesvz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882n5pr6cnmg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k40glmn158wbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/036tq01w264y8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6zkdpn5pbxn7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkz4t7t2hskd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36mt6s9xb7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggje6zbrbdwq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydq4ens13lb4g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79pwmbsb5njj8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnbdqxn3tdsn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55cs80tc3ryvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jtb09tdefh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stx0gr72pnjnd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f67186zqmv6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hxhfgmx19g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c4cb17djt82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpn9ncxevqxrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pphhqsfentz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89dp1ss409cbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm6bhksl63wn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_1_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3swffkdvtn801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfrnbfggmdpx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/047wmg95h85j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v49b1jf0kfnp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_Economy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_2_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz8pyl8j4hm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nexrjlrs87nm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkbwrg94ymd85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jwj96qseq63\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ysdpnbykdqqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysknqsxy2w6eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztdxb6q56qx02\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dczyvtmpvtwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehev5th0eknbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90hj0xyzlt34\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t9s0f1m7y897\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s4eg9f8m6328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbk5601st80cb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nxmsvgnzvjv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xq76ttcpfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkml6l8cfx3h8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCMDL\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdb6klqtfh6pb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppytwyxwe4r34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y22rxpcgb6v25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnmwe7ryrdqd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdnf66dyn4vbg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9150_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrltkm17tjx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnltl8g4n7ecg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wgh04kx6es88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q7kn254xrveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gmbt9c4y4088\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d88vpjg7ze55h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edsfwcy6b9nc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h342e4n6tdhq\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjkpht5m594b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecj30syrnq3bh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zce61246m0m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kb0gzvrwzjn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rcnwblznw777\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5hfwm0285g9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_GLOFUN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_StateGovernmentOwnedEstablishment_EducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lrt2e1j091d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk6vyd4c64fkh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DXL0_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kd6tznchqmm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfrqny9lrwvjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9esq5c2jnvkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r03h15vlxnld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj59qlhfg76x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkysfh4l2rkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yk0xg65ftxph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztb8m0ddb4q15\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7kjecwzmpg1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnmmn1yz17fn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvnprjhwhhl9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35pwlbglxlr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjmlczqp6rql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxnjd566thxdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m291fhy5y5266\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z14h2wsepeqe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66rfkh74mf4f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbf98r20vtl2h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvwd0tfn14e04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18579061341ch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRMNMT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm4se892ge55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwl48grrc1y5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trqr1c92yv4tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqpm23h719sv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04bmemvzht6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br45v72xvhp5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytfkps7xdt7cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esrwc0tv36vj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgs9nb7v7lc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwhl4wjpek0yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHemolyticUremicSyndrome_PostDiarrheal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdveqmhtvssb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlmsy419xj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60npr95xn3m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_NORL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l16s3n8fwdv44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrqxpx2eyxl8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjq3vhecc75l3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DK\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgnkr5flh3w13\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtmje382pkx7b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37b6d9yqn8tsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt2nh6mwflty8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw5z7x91mq0e4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfnn22y8ln1q3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sgbthq77pndd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x59cf5mrcyz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br5n9mby3njzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hs8t8jr2sqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgdllwekv9jgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_IceStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/429gr5sl5k1l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s2prk8z5t8e3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv2z2kgtl5g05\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Fertilizer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9238378zqzn5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26b860b38tyx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdmed9q3l7657\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y09rbzw6fk8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb1s8v6hfk776\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIQS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tl85xhncq3zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnk775gprfp6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3ppvzv919j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqbhdwe5xpq4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8t5gcbt30288\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r61w0c85tkr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvf5yfwkjhtb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd2h6p1kpml53\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/k8yyczlv7lq0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7x91s5qsh766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg9ff87es7wg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflz5sz4l1hn4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wv2dpb63tpxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b6cdch38ynr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cddpx6l6qd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7bxwc3qerw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4bxdd0w8qnk8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Ethane_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3y8cc1slsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09ygnnwgqqpd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xljt94jedr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxjcyg8qve57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm6c4ldwcvq7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_URB_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9l2f6pmf6c25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7wbw4g41vt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl92qj0x69kh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ykkd38qycq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc9ede1e9q4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l230rmlfqfwk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptj1rz4enlzj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nltkj0fp3zlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70cb7z83y41pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gezvrwd1rfqe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_InterestRate_TreasurySecurity_10OrMoreYear_GovernmentSecurityLongTerm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1gfw4jel63s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvqqzq0v18xmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzv1c4rmj5p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98rbqvhvb24n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsvqlhvz8v499\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n0nyhz87wstb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dhdeyjs4xqtc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pv94h46kvhm9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSProfessionalAndBusinessServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e52qzmy0glsn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb7ll3891y89g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnj12v11cyev6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74e6h68m25t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdy6wndfpzdh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6hmgj1qfkes2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m492en6325g75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkmqkekkgwk2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enpzx5z0jpz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esfg71qkxedk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwzrfyg9jtrr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d97mntse258r7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkj2mw4r4bjzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsz352lz0jfz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b9j7756jzkn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j21923sbwtby5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_AL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxzsm9hvk88mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqzr7pf294z5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r805xw6vs0hw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y98ee4mlf9k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brlqk0vpytbqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwpt2fl8dekdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkg61dfd2lxrg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rht11kjetlnt6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c433yhp5l9tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql4pkhkzgkmpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyenscl56cp5b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_QTY_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkjemcbbvg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cb0mc7d8bfdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGPZB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rggm0nce4pfhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1dd8s96drq53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3egrbyb1sfy68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft1rzmg4p3ly9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IschemicHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp014smcbzl7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ewvdezbrgxe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7x546sghmpg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Max_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jed3trlh5htw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wc98c1efety3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8kzqssq69tjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spbep5rv14p5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3jgssx1rnqk8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37tpwc9d802w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdhzn2glwbqmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc09f4fgmjptf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8th42717q4xz7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm77lg8njsrzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfectionsOfKidney_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Sodomy_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmm2xwt0gfw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4737stmx46bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q310kqmzjqg96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl1fp4tf3v7j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS54-56_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1k9vbhey0ge1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66ky8qqqf0e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb1q48lj5b419\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5r5w3xzz82xd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g5ggxyky8209\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bs5q25jblcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlnpcc1mdht9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w39646w3sy8z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5309_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z6f2zpjcbmf7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z4pd95mv3hyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq9xshh3pd0k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8fm1r0n6cvgh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebg1czllz7l8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5fshpdk4h247\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65000To74999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzxsd575wser9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8pej8bnvy8hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx82nhdnfj25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8p8b7w3dv45b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSEducationalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tbn4t53wy031\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecdcxjmpgyfh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz97m6gdzs3q8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q2x97vy49p6c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrjrx7veylsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynf5r10f0b1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_Employed_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v37c92kcxv3hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxmtl6c749ks7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jmwbsphccsf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz2592kexkzqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te5x0dwfnw4lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz1mv7s4lee43\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fp99qrmebjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vzygpcvl5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m832hnrctwcq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gftzl2hm8h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1vgbrp76q6tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3myvcxbbznpnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9m9kd01cegd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0jgrqmbpr582\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hylsjge6nw72c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700010\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_40To44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqp4kml3hs8bf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pptdbp0fk4hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslxdbb89sxhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5r6xrtjvv2db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44j8gqdyt7ph\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177sqvtf4zl4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dr8cd05cy71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p6nnk3f9rfw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26z2sgmhxq2q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8el7spj77jg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS48-49_22_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c6dghx87tjn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0yw0n6srg2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcsfz35mjer32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldgrnngddm2g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bgpdj3k5mrm3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8tcs6nzcng4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e46k8e0c0vzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsql0pm8j96p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mvfy1h7yws9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3z5s2qz8ex99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4lpvfgqs3e1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_04_immun\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7pr55z63g98c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeyfr3yvl5qmd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k4wztlqh8988\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nnmk1smw8b13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pthytqj2gl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj15tdj0tmlrh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrhnb36s2td44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrnbzqcd0n3c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp90mv2cg9q14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68blnw4q6gbc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51294mcs7w5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4lqw40g7tpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ktwmb2l3wxd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_NonFerrousMetalsIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/545krbjk7f4jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwteyz5h3z47\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_SupportActivitiesForMining\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbe0yggr8jf32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdr5wwbflntkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bghyh2lz2rdw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df9kh8rxxtxxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpwqkx3deszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbteyflnh5eqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3me8ynztge9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpzqhlvxt55jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhmcc4ee85yf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrxs4tep0kmcg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Information_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxlrfyprqkjn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf33w79wpgbth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszge8xrn23d2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs0e6y60gg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs0x1ww8078q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy6h7kfsntq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9s8sx1kzqyxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpw3yr57jgwl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56y8mwx4g9kg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnkfk21q5sjz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqr2kfdfkbzz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9p097xwhjsyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d073bskl7dvc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbycn4h825z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1fq89jcnnyjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8cgysf8hhsfc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlrwr4f7r4pg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcszfle929efb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/h95zxeg5r7xfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t379lcb82pjd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2m31qc7q1x64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3k0k2hlc1kfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f2ed8jw8wwyd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt4clkpyv6z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsg8gqyfk0541\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9g1kmxx2mcqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_16\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drg5cf6njpj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbyb7wvb15qmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfvdqv4h8q3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70gk961xp8ll9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bht7vxhns6n4f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r7l00p83knkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v69h1m0qnm2d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hk00w9hrye56\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/necz0bh61p1rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_222_322\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1hbvblz6b7v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgqt0sd6r7w4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt05g2y4j9705\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wx1w976c4ex4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flw3bsrgx75wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecm3xlg949h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0btr2669gm53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybrs9pp5l5t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thz7g113xjtmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c6mdgdfsd4l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hly751y4p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls84177wxrzfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg363e4kz173b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rvhn42y5tk4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk9e6vkfpc8y8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN.LEVEL_STATUS--DEG_HIG\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mbw9rmzkzl47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt9vc1ejcx9k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsec991bbf8m6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crtzktfp8vgh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht61ner2n8g04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qf049d8fr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3b9mk5zc2n39\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6btp9ejl0vn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhllqtqyhcvc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0s9jf1pzw9tg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_CROP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3v76jcvdx919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s804g1f4nmd6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7x0e64xn4tf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zktl1qc0heg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kpp7hwdj3gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xrzje10dswn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts9el7ws44kh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6zvse77qx5b7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n29n7h8plgjx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnmffglmdr8t8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7947yx14hz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzgseqdbwqp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q0gmgfljljl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50dxp6tpvhtyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hq29gg9521x4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbdz4w5xn7km6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgsemkjvdqptg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337tl8j9bgfrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8rx24yhrbd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmysyx3b2jpqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1de3z5kl8nc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Tapentadol\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el301ev6dne52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvpeswtvygh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8z7p7vxlpr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rlysxh7pt0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75sjy24g4e741\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlfglp2l54eh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmd8m2hghs2sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8vt8cnylnz47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8qpw3hgz79wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfkblgt1w54qb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6bls5fqm1z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwmn5d08rpd2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge15To24Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kphprcy8v9h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbrqb206chvl\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3jeqzypg3z8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vegxf7w5m4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3mzbd7lsf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjv1gz9mmvyd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8be7ygqvz78d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPGC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f51ffvs70nwf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbtsnwtphpppg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l2mlmq0m6bxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm1s1erfkl7z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7clmehql2tcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84gd9je53te9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkfm0v9v916p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgxqygs3t2gqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mqqvnmsys2pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rex48416bjsh3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjdw2817rkwjg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_GINI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y67kbqc4y69n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlmy3mkwebseb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ev42895vncrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t21rx2hljecm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbch3bdr0w86b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1g2zpsbgbtn9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pzx5j81dk25\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/171memgkl7hmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy7pe3bqf0kt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz238d4b00cj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpnm71e4tw5f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzkenpjxxnv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63y73w0t61462\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgn370s60bjv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgmv1jvme7nd6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l462ppyyspg02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phvvn52p2qrg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnrzv5srlvce9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxwtt9q4l6ehb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80x0zf6r7ejch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpk8g88mcs0g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7m1mjse6qfsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3djl87334h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8x5bd0xpqtv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdew3c1vf096h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9j947zdd1j\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdb7rm399296\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cm9mg4ptmsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhxjxj9gqxsg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57lvglkkxvk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfg8srktzgxd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/178lfhq5n1r8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvk3e86d50z2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq77hmr4kpzmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wtkqwhypjx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx05wch4q71d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfelp73glttd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ContinuousLeftTurnLane\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffwk7rn460rn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqsccvkcw2kxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v51dpdmc2zn47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z960rng51nd89\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4blwglcs522c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3ppr2tlgzzg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ldq93hcxq3wnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg6zdm6xt4x06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d1tx2pmpyvj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfm3vsv18tkk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg72tbv3bfs42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4wglxtf5bkr\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3lrb2ddrkvs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwjfd7jdntf87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhkktmt7bf845\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxpgdxh359q4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0116wk7r2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn15r39bl4gj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc2ez8vsm7cm5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3bcvxz3b2cn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hysx339rvs85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks5bzf8ss2996\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66h9zfk7grzt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx0lk0vfn19t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flykc1xxylw06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehxdyjqt1wgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfHeart_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pv3d8qsnj451\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12pswhgrkm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t02wr971z8gk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p3ce8m8wvym2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5691710wn68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8pq75wpmn0cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ctvb6qjgjeg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9tn7s655cpsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdysk3qvn6pz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eed0hek2tlj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebn0p97pzc7m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0w9krhtry4x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm9s324xh3gk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl2efjgyqp771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjy4e9ql78ryb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_P5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ceqzxns7lz05\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6krvx2n4elb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq6l9rmwbrv71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3lml0nwppkmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f69ybkkyydsx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcqs3kfsqw1rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf6jjmtczt17h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9nv9ltbnfr6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l2x79r1ztf63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csfp8hc00lxkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8wvckn9ep82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss7bnxxbjd03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1r4lr1v3xsqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrv3f1x8bds1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hc95js8j5ztc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4k2dfxdd0b93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mstr27sb9kmn3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slss41lj89qn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35qwk1lrrynl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv6spdr537ftg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnxxw8smb6tn1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3t0fd6y4wt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/942c5wzrnd1d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f1yy7447h117\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70n6w54d0wf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxb10eccp18eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59wsnnhechj56\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1pen4jyvgrp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xctgf0c88epc5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mfkbm75b7qdc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_FRAL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelc8zvy4ny97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzhqhyne0mhf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ly73d6z60sj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljkvfk6dpvwg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcwlbyvc5ss92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wly0y45nwfgxg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wlcd5r7hge4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pkr61lhqb0p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky3exfgrrh5q1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_06\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grd6x91prxc1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69b0xf40xjsr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AccountingAndBookkeepingServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_AsAFractionOf_Count_Person_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yth7pjv3e8peh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_23_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sxjp94nh55l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw1e3zjtfs6d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1mqr361835\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_1_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cqv67nn7pn1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh48z7fmwr671\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08mwkjtbr1tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79nyhp3rdtzt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3w9pztnfy232\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq52dlx69xhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx385cx5fcseh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6pwc5ghpdh9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw6q17crd8scb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jrgs5zbwhtf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k5qy03wbg7m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq3h3ccvlg332\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Dawn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9k6n718dbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0mz5y2cc3q9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wepmhyxdvw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb083m784v90c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2d6fpwfcg72b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pv567b2010tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmyh85g5l4gy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs5bpw8remtbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn2bl29lc1873\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73v7gfgd9j38c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxelftembbe31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CR.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MinimumWage_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_64Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m889nb70zqyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex1lwgjt8frkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ce21q5116gt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/663p99z88z2xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjl2d6jdf41pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1v17bgg73nd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dtbb3s80hne7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8g9kzp95flq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19q5ww7cttg8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79nkn0b67kss7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/156gnz1fffpe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz0eq0n0g27b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yykrzb202fevh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdch7p4cs0h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76c9w1dgf91y8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35To44Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6nkq1fp5nv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r24gx6z0xx9z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6mlrmqnmztm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrwwjph8wkx3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_EX_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lchwd1hyl24p8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj9qy13xgcl4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_TOTL_CP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpxdfmc09n1fc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8281bnqqe3gd1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm897cx6d016\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9hsryt4jkq4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/296zpc5py6njd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2de87mcwcb2s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7mb5t6gkzr55\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Black_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8l8cmzstc5dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_NetWetlandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74qdfj4yrhqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfd7hemc4hkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3mmdgc9z0dqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnspcp8prxfv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp6b0k9jfsdm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7qzlswgjf2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vp2zfrm3b7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsc4ejc27gwe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2bybnw0e7m8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7m9yj46849yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nlnc7935q2y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dmel53bfrc25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6t9e0fnzsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x2bgpqnznm2g\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn0qqln5tpgj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TropicalStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxzlmxxfwxpzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mws44jswvl4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_13\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SL_TLF_INTM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t6nyp2q401h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvgeqbxjrsv35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r0d6n4fwn17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75g7h9ks9p25b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ph998dvtb992\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxzlvsgcemej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7mm9bmw1z7nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd7fymnly5nkg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2bevwyvhf47c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/errb4xj2kx3yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlm8n5znsjv6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9mgg82fd5vs8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck6f46ke1y2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpj399n7yxzcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ljzy4eqd7b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_FDAApprovedGammaHydroxybutyricAcidPreparations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc68243pt14lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m2b4kxxcg8t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l6yepptezv85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtry5beq4t09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snv4lgnv3bwf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl98dd0vpng47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqtyq0jkfk3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqwtjjgd6dy42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqlt4r8lh54bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmw6bbqcwfb9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2yxbwtht5ttg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wr9h0d36n1k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btyzrg44decc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nevrjj6t52fb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5118wt7kxts2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypx06swrqrgsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/456sz6y7vk8f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b8dk78sxhlvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m768t4kplke5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m560hr5xtmb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj6e40n3hffb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfchfjjr2f7c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2nc1kdjm72r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znggzz1l2qwe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctnhqln0nrz2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3l1qzvkw9v5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktkbjq2bkp8xc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ElectronicsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3clb03jz41nc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv2fgbmmh3qp\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9lsynpe6822\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4eznrjsfm872\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd1ys668k59c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243s1crpywfc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkm89jl718de2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjsxlxg5jxfzc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_COMM.PRODUCT--CPC2_1_112\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2000To2009Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcbmre7e6z276\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32kky7sw77391\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yhp94h4z75j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6nljr2b8j6c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin38_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16fpk1rnwjer9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5myqk5v4qcl5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mns9myr6fy5gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcj9k788zkxc1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ssyceccqjb92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ers8mdz8prxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfjptkzsw9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q9xhmgcyk859\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nfd8zvk40jb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdmds33n46rk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgnfr3es0rwyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhcdg9tmddkt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ly2056rnyvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_SVNG_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6bvc2yx5g8d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrrrqtsxskyzf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88640zcmek9q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r34kppz8q4839\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e735ed72r5rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1lvlkndwf8m2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xymn80ck029b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2kk6d20zt1q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t13w6flb7f2pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynb9s869053pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq4mf8bnxsjwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8qhjfn4v44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q0qd0kz17ylc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnfxsp7egq7zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4f5qyq953lp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq1yefyltkew2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zehf7e44kr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk0dr2mzm1m7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_ReceivedGovernmentPayment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j45tmydcdydg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kchjkkpsmrll9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5288hlfpl3w97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bfrt43kqtfl6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_0.5To0.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d2fpqt54hm09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r95l7p2bmlw5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywew27m3e23c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gkemg09f085\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gbg730f8gy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j1xbeg3effeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k4k1g2zl7n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnq3sms4ekt6b\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_PatientDeceased\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2s9ghy84ejk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c2rtyh90ge4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g7rwzffs73d3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e2kq06yg1zhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jfkmc2qdb46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zktqcql63t6d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_LaptopUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzt14501seby9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_VO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_MainActivityProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ColdWindChillEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v142178gx8r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13el39czqdx9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crlk32f5e9eg9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynpjxjelwpm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmyewwqcqcf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dwfd4qwlrsvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g88mtw0xcllcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se43shrj4d47f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vkh71l0vrhq8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lfkb6zwd1zt4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zdhl3zx46vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9zdy17w1ey4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvpc9hsnw6701\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh91jcnyk3wqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3te9992tfe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vdd4cwfsq0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65pnmfqs5f71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qffn71xs2l924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0qjhwhtfmjv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0wlsey412894\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To59Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53htvdr97h714\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76t19jx6r2wyc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPL_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/nezbhs021bmf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g51qv5mzfnmn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbfv02het73wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gy0gnx0r2k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmcxebkswcnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw34fkesvr598\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf5tg0h2dwzmd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1l7tk9132q64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpwk8vr7svys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6srse6jgteg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12b2mmd8y6eg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly3xvffp196nd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlrg5636kl93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksed3cvmhfpwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0stg1wb4we7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/cbpt1myf533wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1vp6lwgwbw79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kmqrf579p7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmjw9env9e5bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtkmvtmt36zkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPR_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hkfkxwgyqt45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e72s4k315j7db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3plgl4n0hbyf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj529x56pbjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezjykz827k1qf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nwft09tdvrm9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0ttlnd2f1r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx9psy05jylv9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ghqe56r5h3gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n25gz7smwfr14\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORT.AGE--Y0T4__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z12erddd6wy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6gmj94fx2b8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7kx6zpy60zy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6xj5zkvewq98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpqddbex0sd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwgvrgzhd681h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_GDI_FTOT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svh45gf6zypzb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4phgh08l8sv0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfHeart_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpmdjm936l1mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ce4nhdl1jps7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fqr71scs5jz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eyr5s6w9vjl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yvt8krtzr7s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7hsn05ltf72\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_GDPCAP_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/p6087m19zx869\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxccrm6swd9m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v898zczcwgv34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rwfm278nx973\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122nvkdxg9nt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17zrpb17k47r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmmwdhxd85b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wph5g5rt767ec\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5vjdmjhfg725\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57pv3h1c5y0q9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jc9y2fwbvlng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq2rkf8z7bx5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7d4v8qw43dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS48-49_22_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s563kwc93ge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw5t1dr4rdd2h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_LiquidBioFuel_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wsk3zwezpne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr815vt6v6qwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r2s0hh0zrle8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het9ygg94r771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxkhjl7brsd58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bf694e5mtkn\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0rke985g45z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6qjm2j8305q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qgsf0r1zsyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0qc3vk9pe8vnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nq047yepqre8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbgzbev45dc48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm2w2gkzsyz29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgpnd778txs23\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4yh79rbtg233\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7m2yngl6qcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx46qm9ee3qg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3qbvpxcqftt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7d7dfskqtkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehhse9lfs9st9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8rgzg439zpc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pch501vtyk4t4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44f9f6dw54msg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks7xmm6cz711c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgjtgrbb733t1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n1845mwv5te2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6fjbtnqg9m0g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plfjvskt6cdg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r2mjxkb3j5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g146s5bvd7yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnjc1gc6l35j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89wjhzrzbg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x12b22y4kvnyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pgse9s8bhy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dqew18rhvd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykwrt08yvyv94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v8qjj1zhyl79\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ws12v06y0sqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw25ysx5rgr3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0s181rvxqh5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl3twvjr9gnhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_ATLS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxvpslt2s3dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50p19yqtrvk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xw0hk4knxpb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmkl4n03fgkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q135y81fsjzcc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtwrdpdkz8n03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zylk7e9xq65rb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f3nknefewvh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db2xl4x4hftp9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vney0fhsz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31bde1hvnrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev3e65cvvj0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glvleffhg5ds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxmfy54nkbr6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_KD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgnc8k271lk1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh5e1qj4c6m91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e8vreql27hb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflld7temh0td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev7mp4ne33tr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wfxwlqdblk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d2zb99q86nw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgqpt7b35x4tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3gvf1g4q77c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnzwp6wngmdt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yhvtcps30f68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp9v0xhrl8lq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1tggpcfw45\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reh0v21y9vgf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvjxj8rt952e4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yljfg7bkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbptf8f8kwygd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2dt9m0dn7prd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NFN_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/491hlj6tzs4gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryekbq3kvjel5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BituminousCoal_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm5xr0b72ps78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gxwr3pm35ne6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_BlastFurnaces_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmpyv84btetn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tbkb6qhe39q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5bdeynsphprd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e1qwr08wwlhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr47wx9fhetxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w08qpb7hczx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly31zhr0rz7n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0f03135jc0w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc3v62t433nn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etgwyg6d2yxm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n3fcz471ngt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13vntn1sb64h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn877t82mmcr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyq93l7lzkljh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceck1rdh9k3c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3xv99ngj1t01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf7dk7kl67c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n0bfdz5k11qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbbwezww428q8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dfxbfblw4fyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxqpq48zqsh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84jmjz6j7vcr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd85nnb9w6jrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9dg86c3shrlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_CellularDataOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LessorsOfNonFinancialIntangibleAssets\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/201lyc0y8czxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t4eql88x5mm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedt9wvw8wd4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9jtg7ynl9rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rn9w2kwxzw81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz3vc41v6btc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkgsqy81yw0z\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_1Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6v12xk6c8cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35667jyk9pt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0cyl021kyx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59xtkfzcl77nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zvylj8795ph\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hzzwmgqhp02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnpx11b415rk3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n30jxqz1wv7c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6br9mzlkyvw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5306_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2l0wehtf7zr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrjt85rpfjc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p9h62y63f34f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsn65kj6kvmz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32vyr6n30x7t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byck9cbb7fk7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkmdz99pbnw17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcwywnx2741m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b6em9kydfg92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxm9nnsl3wcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt06c59g7w7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xthfsn56kz598\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2g63f2rjbdyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5d455repm4d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSNaturalResourcesMining_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x6krk9z57nj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr71fegc12ms5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qrywtdvnx9j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt9n1gtm88g54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnvjfpkwkfs35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebp3tg41s5m8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1e2ehj1y9yy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pf5zlpzstrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b62ewr4427lc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2w6spsy400n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfx567ykme1m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4mserc7t3047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5r8739htyxr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8p59p7pftn0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxy48kew92keh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evl7srn08wf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88m811e2ny3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdb10xlrh5ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcf6bqtrhneed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp4fq999j55c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxc23fzj398mg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495q36j5fkh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxely3vmqce2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0e9ebpx0lh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k4c09w4mq9m8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n7lwydcgb5y9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1erh2rr7mz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23v8xg0s9ydk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55xxl0x8wtft1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_56\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7q74ngbb8zsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmtnbbr0q80c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqfcxv7qd8w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfNitrogen_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j70nmhzt1ebc2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y2n81vfwzlng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lwsre4d45kmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f505zpzss39m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjh5jr4z45dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x46bvs1ezjm07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgbzhcmy4pfk3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m4kqcz2gt6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9rzb75hl0t58\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec5c3egw5e633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04zc1x3b90jx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fcvrrr3cx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l2vpefsbt519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1jsptxfmblvd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0q9f4fkfh465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsrevk1e33c04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g8wwe2ww3r44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nshwxbmwb4mwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reqs1scp8xkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6mbf2gmp2y62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/164vjfntmqrm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcvngv6p2hj44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v61x30dfw4eeg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvcszqk0flsb3\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Falls_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2l0jcm65s4x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3xn5je7kc2db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx9m9l07pbz5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scdzermfq2pj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9myx8xttyqqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0054s38yrvs53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99v7mmcnwcmpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60d6gkyw0yx38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gdxfrqbj9y35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczdb6vmq2779\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23ek6wqdfvsn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfn3205lg8264\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk7whded7v2f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e13sdbzr45bn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h0ny3581qkk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp2xerq1tt2rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0cnls4v29z1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9e9q6q1tlw81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsn7df0drcrec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wp1khk1rpne\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVHN_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9q0c23sq0c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2sh0xq4xst3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zxee7b25me9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3l3y03mmr8b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm790jkd11mr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pvq60ygzlqh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv4ke01hm2dwd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2t155zgzx051\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jfvdypt6f52f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96jdvrjr1c2lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7wl6hnjwgw4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34sd4x70sgg62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5pdtflclzb5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd2lxvm4bwj8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mefs78zq6sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcyz6hk5b1nvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfhvbjbppqgd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf73vxq9fm2x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz03wg1m8e85b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbrh3myb37xf2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6x9sf18js72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhhxg063c8p02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heh4hrddh44d7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6tf40hb0n4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0gkl0vycft59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v21zn4fw77qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfHeart_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dym2fzmmr4b1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezbqrbv0tt4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bmcj4rf24yf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/111r4rqs34stb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59vse3wxwrn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex00w6npdnhz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5kvwp33p3sr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hq5kbb0z1r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0g3dv4ddn4m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxmy39kedzgy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mnqq9rk9j69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srv7f5j54beq\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MAR_BEALIT_BV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6nv6lcj59332\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j35ktxzsmeef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfz4m3xb8tbr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9mh9y38z33x3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrtl56bz8dnz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gnheypn5pnth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dphrtg89xcf99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy5fk764jzhvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj7nc83wvren2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh2gbdtm7kzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1tm4fqk501b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvqcblhg08xrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxrrs33gg9178\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pqwzrb05h2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm875pv42l8s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzlwhmfqxj46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6404ym6vcwr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93elx0bm1vyp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8m7n4ehyecsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6newh9xhjdmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t04p34nw0ypyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_BeefCows\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw5jg9rrm57b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbkgfnlg7pwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehbwvgwp6p1k9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zwtzh52jq103\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1w6x5bc5lxn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ksezmbh8n05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjxpw23fp6j08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/6_1_PRIMARY_ENERGY_INTENSITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1vepjj37tqp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndbh5b1qqrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/417dynf8zv818\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fm3zs910tjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rjln1k6l2e18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mv5gvrw7q9df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7wdy2n4dsn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbm3pc5td3gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stt3vb0nbc9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55d9n710f1l43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64e7kwk08bz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsmsdwbj1yqf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt3z2yw10mp46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvf0mxx179qs1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ype6hxqwd879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfblnc3fx6vb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hstpd04nljp09\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_GI_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfssvy0r777q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n441bry7t2wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3yv80ncnvzf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzvsxnk0h78h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8slhrly1ggb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x57xfxgefe38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p8t8jepdlegh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vt7rlj82lcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hp747xz9j3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npqyj8x3tgvz2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARLNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_Employed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ccbzlgyk937\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_EmployedAndWorking_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6by0ncnxtml5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_Bagasse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6x04ck21zms6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpsgv6sg49306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1j2ljz6kyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teg2ddk7jv165\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btbd9fprg08d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s12n3tcf4lr7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqgrvedm7q3bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z89yfdhkwmkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fke5g7z3pe90c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxfnn62n09nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8jzzc1kl0jc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgmlslmpdr3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clbcft6hzxq2b\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85bs1mvs3k0g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkb14rcvjk92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxeqj5tvq8p21\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esvtgeqq5yyv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hc50zjtqdpe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn05w503e2tf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vxehdvhqqnj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24ekt1mkqq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdy8pjbc3ddyd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs6c1g3eb9cl3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxkj2l374zt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g5852wyvnscf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmm1qy0td542f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bh22yc8ldfk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvg4t0b4933b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njrpzssz70qe9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35d33jhywf54c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_0Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0858xjt521g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44we2yjw9q6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmtxeymcd8ml6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p63vfmkpe7ypb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbmy4lfx9hksb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2690nh9vwjexc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvzr0sh2w1gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sve8wwpcs8f99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1lcrr04zpxcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gm8mqf446lj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brjzhd86vhb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsjp0j9644dfd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nsdepv7yycl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjex4nxh47125\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fstv0r887pzs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr26x2gfsqwcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s48thhk3tqtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsyq2bbffbvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wptfjqmtpnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/920j1txpx1s4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfccx0sf1gx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2y71egj5wmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2q5s3xxlevp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy8z1qpmvpry1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/003hjsl9mlxqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1srkvksw7hzkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bwdveejdnkk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rd0q7mtwn2qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnx13sbp9h3z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygzrrxpn9bjt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7kkld847gd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p5pryllhs74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvhrqpsbcx4l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0njj19d3gee1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgbpsvn4jndt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8v4v4sd6zwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbvh84rgjn4zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3t87kk33j8jg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n8p4vtx8sk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dwyywhsjdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Atherosclerosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74jhwdrw8yyh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h476t57vqrmv\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7egjqgb3jr92c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdf2xylpbw31c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2227kcvcfpgj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7j7n3vzbj4v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkyft8prln1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3r7vkg7433b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bds6w22pxk4cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5df039ntdbpk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g5yfdep17p63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4ncgrqjck8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bsf54ym2tv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz54s8ppk4yx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5bp18xwlm3v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk34j1jy8mdz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1mwyndltp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb6ep8vxy81bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp3n7rwx3679\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zd2eh0b02v25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqky86yf4e2f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9w4vjd2dlft7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m6c7bp8hjlm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y5cqdvw7gbr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6gd05wn9pl27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpxh5s16w6dm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65yfx0d1p4w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1776zkgz7ny1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td7c4dq5pgq09\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggmgqqgzb6lg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e3p3nsq40v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g23fh751rn3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vxhgxm62nl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pvzzsdzpdj19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6ghkeldnz4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzy7qpr03sw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpp8xj7qkleyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Atherosclerosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnt09gmrcqyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mqxktvgwj2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxfc519bv9g9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdefqndexevng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/481p674x1fn8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27ef0nkm2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czxx1fbwlqvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv3mxcm671fw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwpxw35zfde5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11gf7jel3d3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhhcq1923vr1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jtrqvln5707\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3g4fv5hshv23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Influenza_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Energy_IronSteel_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj4vydb3s347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxlk48jgyt2h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66e9fgrt59btg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr481w0bkfrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmwsq9qsjkvf2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fyst08cztq7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_NonEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hslbvvh5rf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95yq9bbtnfws8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0vsy2hgyh5z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yq7ddexr3df7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8zwprdeyj37c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k72hcpcg4be5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fgl18p621py9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbpyfq83jwl9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr0em47t45rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDsl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcy956wlgd277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkqbsrh70l8s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j31v0gt92cp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4llfnpc11pl3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PU_T\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/tvd9w9pxpwkhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sff6bdxy58ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1sv79srrhs79\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72kqev9dl90d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8f4gkv3p5xx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfnv38wz03kr9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk4b39vl9dfy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wpe3w9z1lldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycrs4nvxsehf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvvmdp86k99r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30dkgw2nd7rzh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ee7yhd39senb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8fwvdsn7t1g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkz3v78nxmh2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzp3flfyxy837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p641gpejkg3wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc83ngfcmz236\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wwmvgslpv9gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6p8p2bn8c6n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k212hrgtplq56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h705mvwkw4009\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgn25k75fmldg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ccz1pj1xntyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgy7zlfwbnw75\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgp3menml4eq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwhsxk45lz955\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_ATM_GHGO_KT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz824jjxtl5e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjwg0rbm2nkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6jrx2xw84db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfnbgkbpsbcjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7x27vs34wxt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_LegalIntervention_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqe0fdf6sqp43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8e9n9mwxjqe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj16j1z5mpjt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz4s5gwjs6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btqzflekd4vm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2k4swhcsxrd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekg55xrzmz0t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw597wqj06mx5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n97vn2p45rbrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gel7pz5c78lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ky0kpeeqwdl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bptqj4k7qltk1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0fxl98q5c3p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9n06bb649zp1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_PRS5_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_VGN_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_GrossRent_HousingUnit_WithCashRent_OccupiedHousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9nv9ss074eg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtedttlbxkr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gcdqvdyqwgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyds1hp15dw8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n89drvpsem139\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8lveyn2h9jz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_ROBB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40mbmvnfe7118\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh85l3z1rem\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PR_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3h6d7dxzf3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F200\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eskvwvlv2rsz5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Hernia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctztksjm8qm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StandardizedCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_USD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v29e83mg4347\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx07ny1zgn4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7167plj4qfpq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evpjrvx37kg39\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qz5h0wqcsvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdb7ygsq4q6mh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--CITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1txvzsm06wbnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1z5x6pk980hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t7fzg7v4n6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7erdprjpmq3d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWWR_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgn4gy81dxbwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv0rfvycjvmq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tq0mhdrgljc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypqch00s2pdt6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_1519_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKC_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkztz04sw8s28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6h7gw1mrzy7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk4epc0s80mhc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tgr0pxm1dle2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdeljnk92k6bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4pytpd3lc4v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by3s7w1jdpbpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwsj3e924f17g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rsf1l3mbyy1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbd96y7kgh47\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tedbsmjgh18g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n03fhxlysnrw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx69kpj4mdygc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttnsz87dnzj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/136hqh1xvbdr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re3yjctcv12f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdnkq6khs1z22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97jwhg0q3v2y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv9wnb8e0xym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcpq2536nkqp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hssk1jvqqc3zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8el2fc783f8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmltp02ekfmh9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er55d7l5fhr07\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd8yxygvcx6w\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcggp9sx9kx8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm5xf31p3k54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99xv417l7nd1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4549_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nl3kc9ztrxpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyr1hf76ctjyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7645ck4vrj3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8z21y75p085f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k258ge5kec1tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hd9khsxfpzy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jghd57p14btff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1rz32cwtep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s432by3dh5bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh25zhcj06w8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ALLD_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrfgymtcvrg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d30ztq033dqwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vynxbp62209fd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwyk0l8tf9qx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5gm8y37hfsvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t24bc1mb54e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmj9st8cfwwvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1xf2yfvehkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8m4kp2vs9mdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eqzjn0hjfhv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jd4d9yjdkxg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rytk8v20e3sb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1mmtj082wt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3gh0qmmqncx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m3f37shhrgxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h9ymbyfdppe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsvc4091m2y0d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h83jrz116svf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03g0dyvx1pj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p4xfedvkm2sb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt23rj4ldsr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lrmylrh5s5z2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge75To84Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs7l8ddkqhz74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb2nw4dy7m10f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE--AMPHETAMINE_TYPE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7085ry7epbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r970wyk3jnr75\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc00bczg0cp\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqrbp532jkrt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpnfxz070v98d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsq284jnc1jl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b202nvledgm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf75000OrMoreUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53t2tdg9wlybd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnzcp7yvkhh33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00x274cpzf1h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CILN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gxex091p1vlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15wl0wqp9rzfc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z4p1greggc52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0mlg54xp0x5\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g27nh7yg73781\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8j64whb1hdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9nmgcwr7zch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yke7wpdzj09f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nv03cmv6btf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnyfe6se7qbr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybxrlc3k3xgv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp9w9cw5dq8df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4mbnsx70g1n2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q82p34s5l8b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02f0158gtw4g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgz5910c273n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpzwre1mf32dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yztg2fd5xkpy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NontransportAccidents_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm6m0rvckbye7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfhpn7n0tg703\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyx3ll4kpfk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvv3f62k4y73d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n7q39wmm08y2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/667tr26j5ybm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36hks9gwbkdqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r5t3tq0fjng3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f05g8ln5mjp1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7xh9q6bdx5l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be79mpvgsdwp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msz2kvt80kby\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R08_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bvv9q9xy01c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly882pndpcxnh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qfcff5wpntg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erq3rl66x033h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3s96702eqxqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jlf8g3mke0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtts8ktqbkcrc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rd1mtjdys8t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_PR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/bgn34q1zwlws7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7gfpys2nn148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spd8z99k3frdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1917z1dseq934\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhwvgbjxdnww9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m36q1spzct1m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrlhmn53c5vw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49qlcxn5nyk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c58n4vzzgxp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bedbbxmywddjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8bwxfngbc3h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44yjes1ywbgl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5jycjcv1l2m9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_08_primcomp\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxnjj18d7we4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjx7syvjbjrf6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjyqsdts0yf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g05t3shfbcqe\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1wlz861n0d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4scyewbslg2d5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t78z05s9c3b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlg6c28ww43hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh3snq7mgzvw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq2dz1gctgghf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdvdb08fzsmeb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6706lc55kg5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bejsdgx0b0k1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2dkzvme3804\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9lqsg99bys25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmjqrrhcep3x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwjv0ff143xlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfby1t5v33r26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sk19zp8z2g4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Lubricants_NonEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/e5vc0ne67mll2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2nk9cmyvvqk7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wyqspvqre8sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qjvkrce42xbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhftvexclrw8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33ngtzpqxql6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ln5tmg7v5c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0fd6ntlmm6y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zqjnhmjrfb25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcjdlrw6mymd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vlhbp12l6gq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fxx8k5jvxw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvrp5fz1hvkc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/mp8kcdpz01lth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prqr38sm6bgq8\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwhwcg12kmwn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s43b6s62sbg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30cj950zjmhx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08sc5nhceg4j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmlem9wkpdv5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh0p45vkj1yn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OJGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm582hjs6s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3x492fqchn83\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmk59ywws9e3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlvczegc2m489\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkqj2s3x70fsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmqzjkz7vnb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8djb3tn1rg15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb6rrq7g6tfc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1t7bjwsy1dpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7xdqklkfw6v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_SAFE.URBANIZATION--U\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819NGHF_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2014408zhj6mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ts06vdxn8q8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Naphtha_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_CombinedCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhl0dvc38c21d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zvxs8yqwem2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93s60jerkqph9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mljwzv8xg71x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lyle02n69jt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky0leme02gwdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mnndgfvtpjph\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2p36j9vlqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_White\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_DepartmentStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmhe58fej3tb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g94fj7cpvchd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0zrb2pnbwyg7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p7tgmw327hxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rjwjpmmb25k9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgjhv6jlsgt4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk7sw355n0rv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlhbp2np57vbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnt4y9tbx827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w811ckpchjz72\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/828tsyj863058\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg9p9ny00379\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shprz69rjf5xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk2y6jnz72nn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpmvx3g53ge\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vn5fpgwzflq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1r7zc5se0m33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz2hr5rxx7hk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evhnh8xrvz6ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc5fzln7873d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8np3fw3xj6eb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhcf7dj1h1r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk6zhqxzy3w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5n5hbnbvebbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tke5958wq1n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zbsdgknysr0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csb5rps6n6l5h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_DieselOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744xdeccbj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj72dztmr9lp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnyescn0gxe3g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_AgriculturalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8e0z6mmb3fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lfbr7b6199d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_68Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psg2nl4nq19r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5h6fnxdds18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q4melq9j0nbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2k68mmhenfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhltcr22lwth4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgkbhswv7b4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln5kkqxcclm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2zqcenb6mnlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lts2kplzwmk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ejf421879e1g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d84dzgkh1ybcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbr4ywgvbq6hc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/verp01jfse6ec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T99_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_32Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfb9j0wpme3v3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0je0cqs376jt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3zhg3f5sdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f367646ydl8g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxtrh20jhkp5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sv4gchgxcnk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz1k3d2l4n737\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94gzg3pel05z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91erdg2vn6lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb468e10lxwpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzh0mfny914g3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_1559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/07jd9j2z2wp9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vttvk4xq1p3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6z9h12s5r6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slx0k8tqmbr94\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3zky5vgsf2gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mmcwxw9wvh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4zf1kyv41kw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tf6mcy8mxsq5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSportswearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4198rbxgwbc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m84we1vclctl2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5xz962b73n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hql3q5zx47dk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q644bwg22fp1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01yc3k23tsyk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsgw0nm284h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2kw5x2qr0127\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9w3ndffn52v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdhyc5kfwf4n1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3n4bxq2mj2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0ekh549ew1d6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sen28meqqe05\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jl70rnl2h7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmkrr5jh8bxtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3cxny7w1vjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf1cdjm4g2gv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5fbcf2d48z\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ty44s7lpwjbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d37r3nzv13eg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skqvdz8v9mgdd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0vhvphhmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrcbjkcke5f97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlrvjlq03y79h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b704fb5lrtktf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prs0kbh8nvnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7zcmfq332c0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2064_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wtcpkp8tvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8vzceq7k14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qep4n6dc11elb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl8g1hs0q8myb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70cd7hj1d08w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1bsybyhm9f2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09mmtzgfz3c74\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6tsfshth8c72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yws66x065vwl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v5rgnn1e1mwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr7w533dp9f3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnplhen4kk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8yb66c5wy3sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115skmcczxv53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dky2m12ydem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffmv3e8kw9ptg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_TER_CMPT_6569_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyvbpxx2byt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0dhfl456mmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct7j7qjxvrfcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edpv46t959q84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18vch0kpm6twf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43d5h7xfclg77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx20z1vnvht7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfhklq4y38lfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x32v7x8lscvh9\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Max_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfvpz5x3v86q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0cgj1m49eg5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsthv93b84rj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drefq23sldyjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk60bj2y58f0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxfgyw5eyc9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lr9x0l0zz444\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4lb3bxegthw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fklk3hmxfsgf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ms1dns9s1wtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wyy5tf5megg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p0fxgwhs5pd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c64sw4ml5gn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edwg9nypzqsq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/by4b7m5fjnxl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wetemlhv2r4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_TertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t3k8s9ggfw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lx1kv3p7bjmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7s663kyrjqr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnhdg9cvb6eb8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65wt7m27b3lgf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynwkzd9xw4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w7xzbx8km1pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ln5lsz0t8wn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dye0vnn90l2y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecz488knjvddf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9sdew83444pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv49j8my7fg14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MotorVehicleTheft\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drb72gnq3gl6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4h991ms7nev3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19kk1sp6xhl16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2se7t6nrf0mfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgdn75gb546e9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm6desr01g6w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ctz85vvg59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgg31x70b1zv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACW0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21f4z16y156p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fse968wzkww35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0l30y6t9jx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lty82txyz1s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f49tn9w47h6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58315ybc7c0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkpjst0n22ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcdfqcs7echff\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pte73bwcgxed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k617kqjhcbmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8qbwvc3efnhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjx2mecpb6e71\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Energy_Manufacturing_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Fuel_NaturalGas_GasLostFlaredAndVented\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq0mghp5j8642\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vqnthdghfv1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txhmfk5mb8jk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wbm071x39vb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5mzx2659sej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rwngzgcvb13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7cnn7yxfzmff\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wetkv9563de\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp8xk4vbk4dzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw62g5dfk782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmsp3q0ehtg3h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqbf0ppbmly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgslvwk85zes8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8y0vvg8qx58f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lclfj2t1pbe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee6z30q24kqh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptft37r2qgme4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzwncnc336h08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xclx05yh0mbv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpg1yzb8g0dx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3ns9snr7w0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrep31ptx83kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xvwqq280g5wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek0w22htnrjvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x59cd2f50r642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15m77ysexzqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/364eb9n3mppeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvp8jltzmhrrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg3yqkwb42mmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qpk9f99wy6qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msrbm84wv9t4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlqtllebrnyh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e922mrcqvemm6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_FamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5j5gzdqswcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wszev30ml82mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx390e7t51n22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0vgk9hf1hh3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l267h8dhlpql6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33wfzvpkr0tg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nl10sz5wmw3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67wlxfe0h8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0yyy3g1qdmr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskkl62bwc2p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16jng0dyd3mzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfjngv8dfs23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwvwsjyv2nqd9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqexhyvmzgy67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflgvt6dl98w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqlz6rtbl5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc36cwd39pqyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wf1h5esex2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9320x7grsr726\":{\"byEntity\":{\"country/USA\":{}}},\"dc/befyg2myw1cc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ylq6e5pg045\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/953tmh4lrfm77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwd7r0z4sr887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgk50mwdw5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwsvnjvfwcpbg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdj2tl1pq5w8b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdf6chlleb8d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm7ff2b12gx91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcgkdpthn2jj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9pjs1bvl0eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d3slqpp1cey7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k1b2h96bqbd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwtqbb8g8mp9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_HarvestedCropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ry47ywjz4d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxg0x8qzqdwrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3q5pdp67ym6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyxstecl64f91\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpz6j4fgpved8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mej8esdntkmj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v16qqrhtdvdf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bck6xpkc205c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sr54t9jfgp97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw68f4psrt035\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjdyzt0zgqm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h2f0shfhgs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qy1m9vkp7b99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lx7qykz39913\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4em99m9jfvjxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhdw07vz8x9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p744j0xf2fvsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmy2048mtxq25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22db9v95fd0x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3wkcglxsvclc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y08ecxpjeh702\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcgrd43vvgd44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7behshz3v4b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwpcp396cet66\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjnb5nwbz1qh2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6t1szkdel3p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkvqwjczjdxk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_800To899USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f234dlm7prqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t34sy9crlrj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1dtf4975bjf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty75ctpp53eb3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34hqjzc7ef7qg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2tbyvv163px5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8551ch4f3cf5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23dx33wjl90w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3efecdtbgjys9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/R00-R99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnh9ldw5ph618\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlf1zbe7svvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvb3mkvxqs6zd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e1veb4rhwxf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c36rjb5ssgxe9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1x0rt5nsd8d8\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g77hv8sgbjvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zews4c3c06fc3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2sy2q2cr1kt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5427dkgcg9j8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/719b71457lbfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yezsmdf7nql3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv1jjepd2res3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5s314hcre731\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70f5qtmbh6834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm2yqvcvz2x4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zws3ft3h3vze2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5kqb7rbebcf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcpqxy4mcbgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8hywsmwkejth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3qm6l5pwmpy7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp336bzsss97d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et0rfx1y4l2q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Asthma_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_VAL_SERV_CD_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rvy3hrrtg608\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxt2fwvl9yykg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0r3e82whvlb1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c29rr13kerl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y2re40gd1f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9npgmm0e8rrk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ANM_NPRG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02vmg4pv65x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7x25ey5l1wy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z03q26ft31m74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_LCAP_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qb2yxgpwtzq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnx48x0brj9n7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19dw2skj2pzf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j001dev097yc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0249dz28xg9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07kb9bj0csvn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6rs8z8lxx83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks9y0vhmzxlh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld0g8etd5s8nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg9gtj0p5z8lh\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wt2ryyelrtl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpsf3ghrcmpk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4m6fxnp8ss5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2clt9tlpye72b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge622kyg930l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy32qjdx5hlph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06rfz85c4t214\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e5j1hwzr0jdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwe00xk7fzbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1dsb4cbqzstc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pe1x8vttlzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwc607gr9y03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwkpxccr54vlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7bkewfz2t9q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv1k1l9tgkwqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qy8jvm0tq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91yshm35zc1sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnrf8kw34hbsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76783f3w2nlqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe8vd0ejk0h4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh3fg5eb7hcr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thm4ph0vw4z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ygpv3fgvbkh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS81_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntmsgrq5d4thd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tqx6l5etq829\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr79xb57fzj24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25k5s1d2nbeh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsm2f14n5w38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_CT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hz0zyrqx7l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0h34qscr5m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvx27yne8rq02\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66dxp1ft3yk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph5k7hfxdzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx4msb3h5zfv7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sfpwrljgnp2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72dtcz5dgb2x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wp621s0l7fm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvg0h3y9nv03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vly9tsqrd9w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdqerjb8fw3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8x2d3lj56gtc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwynyhwr3x51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d46d6lrhnbgqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqryf46jnh3j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4lbf2605tpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjqx56d6gt04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zelvb43gwjx27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/471gq8p19d1w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd4knmj7e5l6g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3qph4glflfm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqv01fkldhdg9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmz5mkdww4s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9cn1zj5fv5cc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p4dzz5xd75h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzfem7gj474f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx4q2ppg55kq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08bs837zgxm11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/she4g5yxb4ps1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzbdhpqj3dx83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwr5gnn02x63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x70xy6n22ek9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kkgwj6tqxcx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_TransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tclzr8n5tbj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9yj0kkxpf8ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn36ssvkmcx81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tscd35clwwrn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgm9x3bcjpefb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh0kvzq31rk28\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m1j0j9cq43x4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ms6dq8ep5dbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh28s50h2j814\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_79Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlyt69jhnjs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eckkjx2df1zb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q793n1ljg60hf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9v0km38237b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf6zbg0jwew15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBARO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g67fryzdh9029\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yseyj6ss9nf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5603_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l9cjc2b0dev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etyjnemp1y0rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years5To14_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9bthxnp10mm3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_XGRT_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6fbmx4k912yg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjnq0y1977p7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svg5w166cdb3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95p8h54z0y666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrjkqrme45x69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mk04n7c69wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58kqqjs9h5kf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwebh3hegmz9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stp0lzedmj7sb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ms82flxke7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek35by2zcb4cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhnwm3yllvrm8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn6yc1q06173\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpmj4qnxfrkf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8le0yetzzbtb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2z2kjqqb6vh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8h5zpzpgbm56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxzstcdgs1w52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/732wcsx67ycv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j97s74pc1jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzv3k9hpjtny1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/053y2jp38j3q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk066775tj3v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ntj6slmkl7c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gtkfjjptk0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4tm72cdkgh3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63wz8c0rk376g\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Bufotenine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56b5ndbdm37b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhxj2tvxhvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyrgerm86zyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt0cc7e8qb392\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenBornInTheUnitedStates_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et08zqnkw92m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg67jtrlypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqz2pmzhr1gw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttkg3jrd1zv23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10hnxkzgxfqmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382kknm8yfeph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3l3h71w0th28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7grg3p7z2mr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l9tkt8lem07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_5_B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed4vj3t10nv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yegyyrssghkf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/230e44cnwhgx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4560h443lr66c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XOF\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmxmwgn0xkf79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06b4b7g67ry8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qmyfl1950sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300weyjd58gnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tckhzpgw7jx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q95n136b7e987\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgge5s8lp0k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rml908ny26l75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snhns8rd53jx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35v5b3evpm15f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7peq810zf14f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rysssynnfbf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj6nf5k6t4gjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bslx5cbwhk0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nppncn0dv0es8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke2c7yps410hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klhrlnldrc2e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcjk3qvkykdr2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtrnrs0ennw0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzlc16h8xerx8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tpezgbmm08eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnbsmnzdqrb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxz6reke3r61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0s973slrx818\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/159kqynm0ncw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6jh7prncn2ef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5e7pvt6005kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39bflhy0k0gk4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqndk6w28pn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj5bgf1pr976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtcyhj4x8dgdf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceb7b7rjvqfz5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lj4r5rd11q7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5n3s2fd9p16d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5w1megcvmcf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1klpn7e7x8rwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksj79k9x6y1n4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8r1fmh30jbk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tqv4d9c892p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v4xnxxkxjc1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9gwpml4w7l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zxbh11vw6936\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395sy039h0zec\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grv66xzxp4dch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdvtysvy9r57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v411whhgx26vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsgbm0gb47ekd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7s9wdnt5eqj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehcdwpm26kwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jvgg5st3wjk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nysg61xdh486b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k3rs58yzzmb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y0dlcw08mwn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3v51llhdcjg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lhqyw7pbvk23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf85pt7kk529f\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw58ne8mytn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8yeg1prp7yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_LNDFEMOD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_86Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_CMCP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67c3bn0dvvmp4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyk0219zfk4v9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wendj7frlp561\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1ldlc7t6npk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthzyklkz2dc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8yc6g364deh6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4832gpnsm6ld4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3yp471cjdng8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lr57b7391w12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ngj8d5ly4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj4egjd2d6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73dqp61frww\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2xmtbnk7bh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vvhhl9lef519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrjkfx277c4n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NontransportAccidents_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mhw4qbpc77d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkk68q7wx005\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn838s6q8e5b1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7dqs9y8gn96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn2xg1c723jh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx7hfeemz0nm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjgw58z7g2b4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9dh0vh3v22b9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDYN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmnqt4xjd7ye1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgyjvbzyxbh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q02bcdgzzd7zb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_78Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z4jddecmfks3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qy33cvwhpckc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqzjzwexv6zz5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rb5xd6v6yh38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3nn2p2f9x2h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfz8smb7l8lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrtnqhw8mhdp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mp7ebq2wdwkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v67ws94230m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ywt93ljnc8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l218651qsmpd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxrnqk9s1ps4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Atherosclerosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwfves9r6k2dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt1ywnscqxdxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7hp92xdm8n\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5p84lsvgrn6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_IronSteel_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4s4jcv91t6x6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0edmf2etjv0s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4zh6y898lqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re6lnbqrqd1nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrzdk6nds2n0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011k587p82eq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pk12v6lkp87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88qec5xdh00ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmmtqh5mmkbv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0yr10ylcy4gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08s3y5n5n3l7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ptep5z17zcw4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Psilocin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hv66tsnjmzs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvhg5qb2r905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgfytv9gmpkzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztqg1bvnd11p5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8m6l929v5nbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7th92897c0s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vn9tyerd32pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0csbxekcgw9lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jf8b3scbrn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxyy6kl97wb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16qsm85cmxg83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzfvnsevfnmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk3kjjb6mm93c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bbcsywpjymrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd49c862df07\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80xtp0jr9zf1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwpzhj2485lsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l16dmjljlx36\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9m5cse435w86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jljy3clwf8y4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m51k8wrmhbkyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7lcfbdjdvc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/derxxlj5xd434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwgzdcmp77r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lbkcxzefdjzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xgmggg2ex167\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sklgmmmpdd12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrnhnw11g5sd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f01vkmy67s2x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plyw52pdn2pcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5ft7rnhe805\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qftgqfzqe1rjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k6jbgtpyz7ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7bbk4wz1l3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV06_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crh2hrcst55t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1befr370le8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02df7j2wf5qn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z4esbg8zlzs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxg467dfl08v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvrcn59qzj5w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fshhnsl90qy0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspm4m39zzde4\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/803t8jgwpbp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j30f42ybshyzd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxjt49c1wqjv8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_CURR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0s00wyp6rn6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz744kcjd9gn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xreg35d8v6xhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxmtfqblm77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x5j1l2dl75\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jypdyfqct9qcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg3j2gewb1gqf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_MA_P3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_MotherAsianIndian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsmgwn7420g29\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffbj9vr2x1et3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plhrhw6ltdqsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c42hl7eykzn83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xejg6s76dxle2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Urban\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12lvcs1eengw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineHighWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbd8b1l6bc6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5l0s58l64r9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzcrq8snpr6tf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvnnjc9zj34lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpv2ffmsw664\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp0tq6b8tcpl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tytptsn5801f3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p75kw6mbnhqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b227bpskq0mz8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvrtrwp3k30j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e560hxq3kn4pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqnpwcydpt2v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrwkzynr6epg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd9nqcggfhg92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39wlk85sq2vc6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbetvdg5m4d8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqprn4pqhdym1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwphs2h7nen4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq73v0xn6z62h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hj62wp2xx4t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/669x9k2hn8c2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue40000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehicleAccessoriesOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ye7nz6edjcgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7bneqxgpljb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_ISV_IFRM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hmndb1escbhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9zt96rscsh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99zgg4r5wl2xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te76mrx8m5er4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tl84ecbltqm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sc83veyf5b85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hb0r51llh4m3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvh89h6tr96k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3q44294ds96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnf5jh3dl0qfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwh64tkg1yt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhb8nqj95fnj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tph1ngzxxdf24\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5j9h8qpfbz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/908zkkr4j46m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqft685nlnfjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cy2ynd2sgm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ql4s6d1gcsc9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78qzksw43sfb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rsyl1qefhrp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm2eqbj74wjeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq1t6b7nscq55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5f72fq4syxtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehj1l9xf1ljkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclqkkcll9wxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vr5dp79gqdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_50000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psbttpqbmrd7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5rkd0neebge3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78kjyy9txn5kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s0h0lv5lq3x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zprmbb4d4r4bd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PG\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyhc0gzwcjm71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pm5hxbvwc325\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhbsnbck0zw3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twwjvvz46rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ywz59sy5cyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm7qjcfd80cqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19tz6g20z2src\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26lxtznfwr5pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0xsry97cwjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e5hg2hlhle8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf3xd2tgvrgd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5070_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112cjw3dgpvgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkeb84ldw1q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ygq8f0d2t6v5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j34tsqmtngbyd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_FarmInventory_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qqfxqnej874\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhg5q8n0g397\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5n4vm6x0444g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6npgwxnflybb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f470spc63df4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyw9sylpz0vvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58196khbz9q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q73ecfhmd0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSHealthCareSocialAssistance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j9tx7cvg2htf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxe261egymwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npy54szrqd60d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb8zm7w4l2791\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68zx7hmr40s7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c28hrfgwmf3p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bck26fdmlsnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm3d4d5rbbsvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghnrmy9qkhmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c49525t98j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6gh4gslb11m6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7spd02zv5388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmz8dwhgtv4t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16nn37wdqt2s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j378019d07tk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trmd1nqzbhnc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15be35rrml6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22wqlgenzmqx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pekde9jl9j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yczx5vnc5l36c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4t6fn26w7h4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp67p5fb90gb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06cnc5b2kd5q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q52dl5jcs4wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jv1671pvm3c2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p34ngn4j3elx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7fx8qmt7ms1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_H2O_WBAMBQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltvcn1v1zxtcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpft9r5j551y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9nzyrxhb2hf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t2dw45eepx48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvcq0ybfn8e1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qb7ptmkpftv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrky6gz85flc4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29e5cpgke1dtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62d5bd4qnhn89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv650xr9fnlwh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv24xy6hj4zhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5l0vj3q7hmd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45h77ljv1bvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyn98jm0ejg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmplc9x0nses9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc3wzxrpf3cwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1x5xqhyx2wk9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bdpt07lns95c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvf50f269v828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51jnctd811lrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52ehk1wygkxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nhy9rcld3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg6428x3v2wqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5h3nfcsq83c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00l85rkjk1tk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d70e2nx1t9nx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8g274n0cpzh8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1t2dtxn2tx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8beykk0hqpl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7fcy77pjq5wb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hyhewzg8jdy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk2znmnblxzs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g8ehp5qt4pqf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f8pctbctfw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0k0te5jn07l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5prgtr3nzly3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tf52ekjk188\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4601s3h4zgkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh21xqqqp0w65\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3zgplsby4bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne3v56y9dns4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l79l9hpppsty8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bykw0pqpvv4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg4r1wyf2ff4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykswlyhvwnjfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7erhtt1v5858f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clw9drrjp0f9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drwpnztt29k7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdfzerm8plzd1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkqkw0vbv4k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gejmffqvw94n2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07dy2enxrhvbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kb5wch8f5njf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l27t6tzkqx5hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsjr6zwf5hdq7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e36nbndcb1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4dgebklztktg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25krmq2sm1fx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27xhd2kc79kkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wsl04r52bbeh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef54z96tldc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd08b8bjxp2w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmd64yemlr78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhljgftnycn8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8wgz9endehz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr1h84pkq6g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs365p9yvv2b3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65mz3hr1wt0e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4r7wzy8e96z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TPOPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yjcz2s006v74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjyppfn4c50fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc2blvv2ccf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep3dbehftzpj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q44sy490bvbm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s49gzxyv61m2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jc5f8nr9k0h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9pl5ym73vt4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v1bpm9kz7h8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ezxn3s8y0td3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v0e5rbtctjeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhnnwjqr4zhlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ldgf5g9sk38\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SorghumForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3rn80g8w37f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql2bgsg0ehbn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyhx7cwr0te2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jf0nczfzkjh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmrywml6qhpl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/681c0njl3nz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7evxty0qpvp9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g6rztp2nglv1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vq38vhyxe6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b66xecr9m86d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrc005pjq6d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wnq2j27kx474\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkvemv91pp9k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vv8b9qy6c9k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tnt1fkqc3fr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgnbhb0n9c4e4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rbg14jkpcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/demybjlpx0jhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdqcr7epj0re6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlvh12qkccexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvbdx6yswrkdf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qcly9g4v0wg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhm6gsc1dxb0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ek7psj6st88c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scyj6rz15mq82\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y101cdg6pvfpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09sfgj2pcz1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzf8bqpw7nbg4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35jlsyfe2plsc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evcytmdmc9xgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmlxc65ezx1mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female_SevereWasting_AsFractionOf_Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg78yhyjktmmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcn7lqp2bwllf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n912w6yb9sjwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99hpyssxbv4nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0vws0gmyh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzjvvygzew6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwmyk0pprnky5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1mrw068w5e66\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mqpw4qxef063\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emmjvyv2694qb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8f2zd9b4pmk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxkte4l64lpvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg967jcq1jsz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76esre092cgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00vrngqxvxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r20e4ybe8lsrb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t08nkfgcmth5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57jyny7xkygqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs533nzebnhjf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_WTLP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mel3hy044fnb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0rn7rnjhpf8h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_3_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherOilProducts_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45jexyqbppp2c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mr2wxlyh4lbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv268cdj8t1pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DT_NFL_DPNG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_PepticUlcer_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9tkk2me70cn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v4hxydn9tqx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gmq9ygs08zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv85qc89m3kl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1850_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76re6lyd7z6mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v13wdq5egc06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmfmtwwl9n3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxlyzh8ptkdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm7f4k8zxh6z1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrl4g7g9pzej8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjw2cplvx2qmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ez8757beeb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0485fqnm8qx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsv5k1ggvh0yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzrzt3ykztk1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_79Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ns565xmkwysh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhlcb3wz4b3v2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5hby1z1488ef\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_44Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2cvllpn5yfqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ysfqw50yn10b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtsjmewy8dh3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp7xg6ey6d0p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzg5t6eq4pnph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thm3tmzgdnr12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx0mhnep19yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s0mbnl7sj0e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c93c1qcgch4rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3m2vz4390tc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdve2f9mc14q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfye93nx1we35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjyp62q0wvgy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0293r9skq5shf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv10x87rnz7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfssyexrpvk7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10lsjs15b65tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl8v8r3pxwp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5l5qjd40jd91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083b6nxky3q78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gttnh9frxcyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t714cs80y9f7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zve490fmthml8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyqgtyck2742c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr53n44nnph83\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjgt1gz1327t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbsxfn7l59ebb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lk1hd0dr7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5f85szy0lm78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lsw0wxgy0hr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvv7dgd0gxfyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvb7cmqs23zk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfg4j6pdqd8q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-23-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wb6we6xq05g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0014_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mn0d2myt2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmtzj25elews1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x34qyyx8t3qb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR39_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhlh6pp9x5m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfc43q6yrgh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4knrw16efcr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jpc7xvkrmeg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gn48xpbqew9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FoodAndBeverageStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqckdcxkcxcm3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n259fl4jmtvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j1m7nvjd27w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbfq4jqx6m8d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj1v8n6gmrrhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmycd5s17c25d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fezbdmfv19tvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cmr0t7rtlj6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k38gc6kjyv7e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8tq746p0gwj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9wb05e2x5s06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxr64h1d5vhd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trw60lw66y524\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5104_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch4dghhzcex91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt1tkdj8l8q53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7jj5jn2sv98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqf0b5grvky4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv24r8c6jqbzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cyztkd4c2sd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfectionsOfKidney_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n5e0x23kkq44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bcy64gd562p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ck6epvt3twh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrtkmwzs5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mbskmhzq9m11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pdchf776yh19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts126471cf9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j7zxs0dk3rf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edjpbh6c6fddd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwl319svbl8qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbd4d9j6fg8d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml5crgwwjpk6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy84e9y8f2q76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m30fl95jbprx9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_PLC_DMMBTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qj0k2xvl0sdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pet1z3xgtqqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6w3cl3tbnd75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxgqmcexf910g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vd9c71c8fkh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h953dtmn7x9w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n47g44whmxe0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t80ypt0pxptr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlb2rw4dg64b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_76Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zphv38hsfcx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkz8f7sf5ffd4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_CrudeOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex1cycfccw01\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt93yq0kmcw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvxf5x0pcxvv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge207epshk7c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9xqes38v3ky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/keh2gd6kjnlgf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9fj5r9yczfr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfc5ekzf7sjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj85nxz3j23h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpghkmftfzz4f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqx9v2khsgw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9pswjb1rwew7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfev4bbwjry4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzpf24j48z0n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93105nx0vr905\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IQ_SPI_PIL5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89sprweqk0mrf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ht68drmpc604\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kp7w92gd95b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj6ch917h05v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52lbbwqgckcq5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry26scyncnhf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3djf0dj2bwtcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddzmymbmfp0y3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23hvkje00yhdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwls0efs04k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9ybc4506wkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4w59jjq49hw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3p1eppv04zg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb5lbtqlrsh46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np30zy490xex8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNNONS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hezs9690hjdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ernkb6d9yem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0nj86gg7x9n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1h7be5vfvtjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss4lkc1ymrpl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9xhfv44pr6b3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plmwk9epfdwt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrxq1b3b06vw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqxzk8p78smyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USResidentOrInUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bed9ef719c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps6kvsccnnx33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxkthggwbv5n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lrk56v57t01d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zgdpys0v6wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llf4enpk456g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g06cqvny9mws3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slbyzbleg76rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5x2lvt9x9d59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9r6h1fl61653\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_PROG_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1d1yn42xnlh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/symqsgfmpfh06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cw1ghstfg451\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftqlmzwlpt75\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h81lfm53nhh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18kr3d4fjhy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tptph3jk1kvb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CCF_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cvhx5pcp5wx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf6p9h1fbcj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x044q5xklv2l9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz7brr9w0y9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed641str0sx3h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z07d4dq7y69z6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fdvvvtskd5v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99bdbzr8q07jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfzrls01mbhdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1c359b8gd9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxy38nhfth707\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx4wlchpp64v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8rekybjdtee9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kppv753np57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3pjnyk6egjy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6br8zxlpttf82\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chfd4m3hqrn53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs94eskcbwh83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5kpj709kr4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyn219842w2t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8b4v58qdvfw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wc3ljjgr7v38\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmty57l4b6831\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEasternEquineEncephalitis_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlchef0dw0fz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0wbnntlvgn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bnx1k3hveqed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3gj7vkb404qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjhtzwbzbp8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssrjt0mz99pv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wvp4v04rjp1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhcv28ll2dk21\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb6p5pe65tf01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO6ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kwxwr2elejb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grw5qy4m59ny2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bejbljklr454\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3yxm0hqhjt16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kd4z3rfl0981\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycvb8gjvglwr9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33v37eeeqdk2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbbdm2hdsbmn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fddcn81e10h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d769jd6ensmn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf7wj2pdt5d19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesTotal_Worker_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2tr6jhhzvr8c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_WTO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2hqlkym63qb2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_EEV_STDACCT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f045nt9wtpv8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw4szgdv3z3q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwgbmvz7f0ylg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf9m544kqv691\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27gfzqx48ql3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqmx1pmg49c9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_HLTH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccm8ddntrk6t1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvnybtsyemwj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhrmlhp2lyj\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_ACS_ELEC.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23jqpsx26fedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ks2vnttvjw08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb75w54zem721\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x8vl6nm9zv2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67wgv5y7l13hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxheqsl7hepyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfdf9rt7kbggb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv51twlw56nbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecefwssfy9s6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtsmv10k6l3p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5728kzsq6pz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn5nb1n65nc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kg7l2qj9zwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmnhyxvq2qb85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24g4wcf7he8d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mkmk6leekg24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jv7j516j3dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9f0l7k8drsb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx82ggwnrme09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3x7etkeqq0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ttwxzgt3f3e8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zwcch160vn59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymvwhqcte4s05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqzdxj4lkdsx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx1zlppctxped\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNS_ICTR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q8rw971ybh04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14v9tvvztf2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hn8z2dfnl4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleMotherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bv7kyvhmn3vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ms7jt43xr2x\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbng6hxrsfdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x9d40mm5gre1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6dpnqz92l03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbz43gbjf71rc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_MA_P5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx6kg0tgv93hh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2421ww18gh19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/471d4jsrx5lhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_SO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t90vb5rn2xxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4f6jc8trtnph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxleqz259rd65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n86mp9f3p55k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2vl9cfsq8gt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecp89rbh02c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd28dmkdesswf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5veyevmr8vz6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04l4568k9ssm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzzl81zg3b0z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DFOR_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_EmploymentServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5811pl3dnbwf6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/85q49ggntqdp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwf9r53jgv032\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9nlyxr6kjyc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskt8yytccct8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_EntericFermentation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yj0bdp6s4ml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kgc7mlc24g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40fsmrsljg3d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51wcvxmnmqkv2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgnw7vv0te7b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeybcgjl25tph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pfsv13yh6nmh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xek0y5n0eks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzjbzmn4vg75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmqep6wryd6c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_NHTSAUnknownWorkZone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snsy6fcm5cy6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_LSGP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kzdfnz3ytr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qlqxsv0jkccf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qwz87ljpwxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7001nhkk0jzg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckky6fh80t2yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkntxw26klgmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7tgd5mqq4k16\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_IMP_GBMRCH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t99crfr0tc45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjbw6czjh9w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk2fe9866by7c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n62fbffttky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwhv63s7hvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3sd61p7610w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x03dzv4xvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzxb67xwxkw\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbn33rr3nkvw4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNGA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxt2jt13m63d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6fjdnvmbtv1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G2_T\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nbd6vgtxr30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khxhcget3dq49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pvq8yxnjce5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ct32shz67z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/955z6r2hq2tx1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_PumpedHydro_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpg7hc23fzn85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13eq3jebkvh7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_39Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebky182qsgryh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19f0b65r10p01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49mf63r9sv109\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzrg7t4j0wc85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/segvbdmc1z5e8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wkzsq23w6reb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7xjf3wrc0cl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjx4vetpbst83\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfectionsOfKidney_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFLCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93tbk84w1dq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t3ckmrkzlbcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8p2n6njmjw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lft72q89jd7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhwjsd3zphr13\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wddsqt0gefb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9cryskn2x2nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3w0lj3jpqh2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7smyvz4bhj3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdzrx52ss0m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxp1m0t4ky7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swkkq3jjwlpp2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtsfqpbvvtlk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlll0bwxv5k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3kmj5lmdq0w2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hcst7jqvrdj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1r9be8h3w9v2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fpc7bbnllre2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxwhk44ckq31g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm237600l6051\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq8vdg9rhgxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgpx07x8q73x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlefyc0mgc44\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ODFC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kdd641srfm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ykp70f9rtck9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8nw9lfyellf4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vgmmsgdmsvt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74xl5t0rd3lkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdzm5489365h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_TRD_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xf6rs55188d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lgr2k44ej09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntbtwrk2c1902\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wys7dfbj74bf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pjczj180yv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjbxvkfg4epg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b57n3pzsnts6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjp7gpb6lppec\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clp5gtgnyhp9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv4c0rre70jn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MM\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnkb07c9dcj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2jzbmhq1dcr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5el167lrw1e7c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7vec2phn0s1b\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szb52svz66cm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9nbf5g76hr4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lczfj8zzd64fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ne6ygp9cltpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdg5v38z8cs4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TextileProductMills\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn587qcws2z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhkxhm2cftm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2mrc46fcvjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg40rf0zjs3k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j2d01vs62lx1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7237vyznfbqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0yvnqsfrj1h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q59qqm2nlt0n5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9012_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ckf0dj15cd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkb6chk80dy23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0C_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcdcy82sm7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbnl97ylmj8d4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh14yn7vr7cgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls1s5bl9bc3w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nykkrqrf2bv18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkjvf2wbmkd3g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e521gw5k2ghhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2ps72lwh0rc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx117lbrn9dwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfzs8p83rck99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vbylxpzzb6xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psv3v0wx10sn2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv8pgjzn91rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvyrx8ye32bb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s88406nbtg167\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/getw16xvjl8x8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kczdct9n59l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4swv99n8qwed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6thn253mrzlt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmhxme6vd8ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7v121l9ff0qb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk7ylcjp40jth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3jkb9rpvlpp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppfqjg8nqg29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vd2cfjbh6y9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9zlw784z2jf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnbhhzhlc9n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppnzrc529774\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DSR_SILS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LND_SLUM.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nz83b6w3nc82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5gdbe41jbp0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el0qlq9q9peyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnetbbnyj04y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkkey93bhbwhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md610sp54bdwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y613mxr7nps24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01tdcqd45jj4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3306d2lnqy5md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2vpzd21gr8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr592n4xmhpc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90nswpkp8wlw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7hy6m7cpk9qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_25000OrLessInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp2nb1cg7jsj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0bc0jd078zd8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtWork_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0sgr0ppg10mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_YPKG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/vd8k8hwk4jxdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5d6rp50tsdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgpwjrxvbv68\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhb4t7dvxfmj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf88wpdpw6w48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2nmyvls7kg56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lexpgk5dngqd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR07_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_EXP_CAPM_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f6y9mp0j0yl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnb4nd8z9nnxf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00g5ypp6c44qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnh36e8ffmrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq405c25wbfz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tgc84rjl4s11\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0x349p9737b04\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jhp23rtwex17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24nnm4r5m6gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlzb364pkzj32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgd99jvgw3p66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt54zb10hymh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjq4ndm261mkh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whxkmhs68nly4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct7xhy21g66k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjk9sll85mj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0xdfcdqqdm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05w24m0n6t758\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gzn4z06snxj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09z87msgrnz46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgb1pr4d7d6qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3wlydqkj1vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpf20sjn139k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp5tk68d00tf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_LessThan1Year_Male_AsAFractionOf_Count_BirthEvent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpxb7znsh4gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnfpp40d7qpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye8syb93gcq2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1509_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr6l34ktvf301\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvd4vhy9fcwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st911qnwe8qjd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qflyrl2h2m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/629cysnwnkdtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1kgky9jj44jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3t3lnftt85e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxmhfrg4g280f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l537jc12yp4l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1hnzb7lpr6f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rhlh3e2s8r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwjg126d3k5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14a_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzcvvsxtk8zsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rcntr37vpx38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1x9emnjdgexd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzqcsp6yd8qdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts0wpzkkgmrwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_TT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbdvjc957vw24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygjt05vfle8pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkh6cgdgl5g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrr3yqhv3w9gf\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72cmm79pkhtc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x7w4dwhjlwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7nzbn6jpfkjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpbcr4d2rks4h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpf8wtsfcs3d4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w88shhh98kvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqbxh48gvbx4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr85pjeke7fe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yzpwq5k65wr\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv2bxf2q3tznh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SP_LGL_LNDAGSEC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To64Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qwlxpztw7cf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzzft78swk27g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthOceania_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f81m6m06ke36h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjy5dbhy60bqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crn8h7zk57mef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gd4v8yqvd1m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y33kt97g5c8tf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kznrjc4z21cgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_5Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwfxqpz3zncjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhm6v0rhdecp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hrc6qb0q0qtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1sv66khn3s5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f8h5kczg56r1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_56\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_Employed_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pxbwnjm77z56\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wcgb3b2rhgdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbryxrhwhgf79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc43t6f86fwh8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5shs198zqh7e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f6hsw646m1cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_MiningAndLogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1tv8vmb2431\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljvw2708p4rl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w29y1ctt70wph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beg1yg4kde1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6src1e3wq6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7rhpsnt4svc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt09hssyq2y4c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nsl3xtfsn09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RespiratoryTuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8fgrfq03nrhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13p0sjn1z4c2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddhp1vpblxyl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079derb1x9gq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbms55ppgxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3n5lejpz2vd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5s5b50xr6dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4wbrhfy725h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygxzv9h584p9b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HobbyToyAndGameStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp2yv3hb5pkd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzy0hqdvwzrmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6kx7xszyml3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e56jq8y45z9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d53k1dw7ge3b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kw6ql0bz3z92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvnvkbrxtcgk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blm224w299v4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64jmwhzwswg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwnt0t745bhb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbf93skhdfwr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zbshmm9dwr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceqd5pcbtf3x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9bezqy5pkb2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qedkj89mt5c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bh8jsf2yfh7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z6t38v6h5th4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdeb78d09xt0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyzg7rqq0qm3g\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3w86n47krhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gnrbpx6s5dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxcp0t8xtycw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d0ntb7y1cszg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxphsr7dntw49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf54qxc26sghf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w89rql38eb8w9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_PO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1b3dz49b9wrlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw3er6nwtx0h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr76ntw8j20m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq45w45fcms7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c89fhmd7grf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpgnd2bf57v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7n59pvd9d4m3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbk2mhxlpjnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q990901772h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_CCIS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8clc6tt1ghq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherLandTransportAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyj476nttkrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5e79qy4njgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x588p2pn9q7f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwy0wkhf5tp53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvm3y523yv5wg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05fbjsxz9b46g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother12OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fee13meq2m7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nfjemp5yqh0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krg3gtkj7xn31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--SS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rwe3sqve7m68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hmzbbe69vpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fml2t7xlxpd5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpz1zs0b8l3b9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pg22kf02dv0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5mql7v9j18g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klf32764p0c21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq4cmg0gsgf4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vqh9plnnxj65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgjgrr4x8sp5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehstbr48m18b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtps9wghzq662\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl1trwf677mjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3g84646ek5p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jqnnj404xlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11mjdp9ztmff4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzc9szgezjb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsnl9z9d8x1l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w43f72t16m2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0v3x3zm6fq52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-6-MST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_3_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq1dp384e8l6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1wz5w14sf3g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrt0fh44tjw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rhbwcd8h0125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrbvfdjvj1w9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEKM.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzdfd0z2stpk\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46sz5zq4r9hd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcm9p9vr47h72\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_NO_SRC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsqx4kpg979sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_PLC_DMMBTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53f31qynnp447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dqrey041fq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k58s40c49bvs7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ved6qfegtf84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l8lsdcfp3thd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q7rc7n8790h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd72mf4jjdk2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv90bgb7j201b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhtkmjsxdp47\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jej0kz2dt34z9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jlyk0t0phzhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57srvxzr68d27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s36dgk4ns56n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13q4hl6dhwkh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08m720dbs0f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c87448hsfmsw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpwd6t7b2rn58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9wsp4rce84j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3gn4n87c36d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bp8eqpd1v4bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcn0zwcdhcrb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1krgd8hw72n72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDsl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47mnx01nbgqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wxrlfql0vs99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2mhpt3dbzf4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdhwx37c2yy6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkky5ttw1n1m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q26rx7076jb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1tmr1gtkjmm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34lllkpd80k4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40jfs3why0ec7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8b1te6gm9vp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xl5hdfxr719\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0f7vyeqfgshf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdj4vq6s2x233\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l95t9ntw1n48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e62zxhrbcs47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv52lcf7pzmqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr9fnhcmd1zm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk9p6gcryb0fb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89jrhgn2713cb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zz14qdqsk9zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtfrh175mf9n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rm5vv6wjfz59\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smjmq5tkc28lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8y4fdr97c025\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m76x877w143c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbqs18l5721g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6wm4s2r7k3cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcth2y8fqte1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tjm6p88mytx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80611fwr23sp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc29ezqqwf68f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw792qklfh2t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em46k7p1yk8q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/762gcdv5s47bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf15000To24999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh4dmyjgvcm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4vtwbpsfp79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxbzb49b82mn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25cc8ffxgrpxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxkr4pq9lm9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGELP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejrr98meh8jkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c07jpbeqk6gj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e07y5fc9blv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfd1hwf7472c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es95k2ppmxqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40cgstrhs0mn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dgw2dg5xh40b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5d18d52l2fd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_LBR_NTLCPL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmenf78b4ej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1fdx7g934ldf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1p36lthdhdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx9wvd0pvlf6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vrxf382x7k37\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yev24ybz693t\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svmxkcyk09hm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw2128qlpwq39\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epc1em01nmn33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc3kc5ql061zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2csdyzvx9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yq3gkr1cvmr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68vjrw2eqffec\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0dt0byx4x50f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5syrt2dg20nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr7wkpg15dy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1mn2c36kz0mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptcw4tqdle4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3wp150qe9jm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1bvmb1vgqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsn3yffs5k543\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15nfh8t681ghf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF421\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmje5z9ck1c67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdgb8rjpng2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lby1qbftj9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5zq5mmgm9e\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm4dn6db4rg84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgvg0h94x2pjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s03l6512g62pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tf6fgbns2yd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54kk81t26ewqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlfkgrdn670w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbj31vjgckvp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n94tbezqd6qj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8573vwfgkzd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xe01kd8mk5sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgjwpy6wp9vt8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_TRTP_0_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h90bqjydp47g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvllrqf30cht\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqp72rjs70gr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lml6p9tvlel9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5b0wjv9bnje1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1szq5hh8f9d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gx5wz7r3ysn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cwrwgd2t1r95\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_NonRenewableWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpc9hd8mbfb2d\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwtyq2kmrj5ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswkr7cgheng\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Hydromorphone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8z6edrdrr815\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shtrj53yqgt4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd96tp8n1ng9g\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbsng3651lxg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzzjxb05y0eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4378zx83n5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xmrxl7ztb4e7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_FRST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rdyb3f4t1eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ldjljp670v9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5fxzzfchs217\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys5expvr9b105\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs355kdd2pcn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b0pclmksh3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1q09w7fbs7wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xz23p3vd4r2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5p9wg33j31y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ss6wjblgzj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg1cywhyxks54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m753dmm2ck7t6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s4nj7yqd9hk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0fln55ly8vng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qne5xnpyh9kq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zpve5tdvxd8h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bekbfmsf3lph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7hddm8qcgy5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wz9hw80wld7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gwqg398z7l73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqrtqcflvcp9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyc1f26msdct4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1lk8rljegd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmkj3y8jp1n2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sseplmq2czp7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_CrudeOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dex4bjyqfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f256sd0fh722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvs8prbbctm04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32ells05xz0t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wp72zl27x54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgv8q4tqr97c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5f0lpqqrkt9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj4w638m3pddb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmhd3chv5pf55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03bkmx02eghh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3px74qfbzgyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te7fw5t8rb4h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0refj02snlje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqsc9v2bn2w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knmrt0fkly9v7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21b_2014_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lettuce\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9v3e58zdyj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jne6ykt5h736\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfvvc0gdqv17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxz36wc76b7d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prdq021jhb591\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44nbeb7ly6jbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/881p0m3j1v2cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cymfhgn82d0e7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0se7q8p3c6s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhq1bhq1s7vx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer_NoInternetAccess\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny0r9llf3ny46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbnv67effjv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ye960d7jzxmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4enxn2r72gqh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbn3vc1xffng\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2018To2020_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8thpdvvmjwkq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhs2htqx2x1jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz4h8nyzt245d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmcnm53klcq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e84pmem43c2xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52lh7hscpxl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mdm9vlqgs2k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPC_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s85l9h6lvqsgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pepr8lrwbpz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydmsxhz7pxh1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FOOD_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sv5fvvydz66g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q09hfz93tfjsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c52xxt8b45fzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nhf1tkqd2s81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmhjekf4z1wr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb4kv27r2n9ng\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsztef42yn984\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5sr3dxe67ed4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqgf8zv96r5t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zm7jp7nd8s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0er3m9cmeles6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcmmhy5g321x6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_NLDL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/wjhh54ssn90nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zht9themqwh51\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbyyjvhqs4wj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8c4q9nz82mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty490h77gewth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt1vttj83ph2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/echmz4lgbl28c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlt7vd0p4rdj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dgty0x5gkkf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m54m06x6r5xm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybd5en0bm02x9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Uranium_EnergyReservesAssured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5cdbbsqzrh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjz4zcs7xfwmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1EXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpgvbfcg3pg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dld5gn83nt6w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f66gw74nskfpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbvtlkf88j5h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633xp8j2wmkyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRO_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g2lf5mm5vcw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jh5rgt060387\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52z47gre02736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6mzn3czpkr8b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zlg0hzswbmk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggrl0bwrl7zch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8rxbmjs7nmj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymcnr2me36vs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NENR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z10m8rb1nze9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b44hx5f0fyzjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3grbm69r3q8gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4vg036h4bnkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm4pe7slfqlnh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04sctcl0t36y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw7v18ys7ycv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpx3m3d54hg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly211g2w5stfc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjq2f2ln6dk77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_NIRA_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj1nf4jdtxg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxg4czc6nsdp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsm0c8fc1t7g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xefev3g6vet\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj3vmbzxgqm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5ze1msjwzb1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5560_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hvve0ebg2ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nptd47ngl5pd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44my86ckcvqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxq98h3hxpcd8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks6w1eq31zyx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3es83lpdyt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xyrw4x27z3r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0s6dsy1psnk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb48b4zmx80hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qclwgl5sct2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxecf9jnxxvt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xtyntmv3f5s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teywl8v0msp34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c779vw20xvprc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw6y2msf93z2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h134xdx54hppc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkpfhkbyrpmdf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MarriedCoupleFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_60To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm39ec55tqpzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9075h56bvekh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mph7czcfjrf01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOX0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btyvkybmjqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdtky82gl6e8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw9kkq32rt5z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0d51drzmrfcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k5s6zg1j0zs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1p506zjdkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/045t255em8r7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5286r9eh27dy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28r4kt1qs3r29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0y15sjy3htw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em06p1ltp38f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzg0gc4gh6esd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28dww6pdgcd06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx2dhc647fw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw662rnc5yfxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/13fmb36qlg4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1glrjgt6kvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzsvc1wnyh19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fd43r7gt7ml1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjv919t67h3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkrwn5fq3qbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34z908zvs6cec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Male_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3j84dlypxh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrdqjqsgrbde4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w5eq50czkzl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s07gygm26qlw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ny22wpsr8c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbt7zhsexq0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pttszmcgx5sd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9m9787qgwed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13n2kwk0t8fc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hh63bzttw55g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z43rqrtw23r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmep3jeryy916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1klpm1qwzm67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcned643c6myg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"GenderIncomeInequality_Person_15OrMoreYears_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Heroin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zt1k2nc9xnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mb11fx3byzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewrmzy5k1rwlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_MLT_MAIN_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl04wtk6sfddg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98jxycvs422f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19w4ev3q0vfhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f146hpyp2rvl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cxt2bt5nqy37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv22bkkrz1ld3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhp9pmxt0vxf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktlw7xp1pwze2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlf8rxb5c5npd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtchxpylb7n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x64swzyh58bph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw61kqyrmlwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdntbebekkck8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40lv5fttn8m05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7y6wr82ws0g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlw0vpe3n366\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zxn9fpz4xyvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw4m34pvr0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spsqe5s186514\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwfqbr1xrrefh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf325397zyfm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wedyf9kq895p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkwhjynzxfp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Kerosene_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thmmctlq97wk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g8n0wpzpkjb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pkzk9sflz7c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leqn4rktjz461\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf0q51mgyenpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8xjzpxg0gtf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hphcpmht8d5t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kxc9pt2q0rj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zqhvsfvn5c4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61qncdfh8gq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpdz4jc2qqk2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sqxrg03vffh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc6qccj9dzwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0e13f2vr4e8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fw33p2dzht5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr2et3vmqcxp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wf83xwnr5c7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjv4c74vwe3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9lp7chrbbgjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wjnpnhzrxb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g2d8x32yj5kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmmw7klt43my7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kxmxlgydwg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvszs9mrzw3d9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53jybk1w4eq18\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zblccl2c851\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b1b9l7qy07p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ph1yrkxr6t97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y1zw7senybnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqt7bj4806v5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0y0k4ntpymjh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_23Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/007xf558r1fz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5v8j7146yq6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stqd7667qsef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxn03ylkvjlhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CroplandFire\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BAR_PRM_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txl5gxwceg626\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y74lc6fqvqj74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5391bhjzzdtjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cve3cpzb3jb33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f98cej8sfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd202q063m5w2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p46n40l02j0y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjhdlfw713ne2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9t21zjfm59h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/megwx5kbmvqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n08m1501nf0b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhp8j1ddfp5h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9szlr0xfvnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c21vjpy0l7bk7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x89v6f771edd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_4_PR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97zw9wewvjlm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0ptv3qj5ntz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HurricaneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k436ebn6vbcw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91fsnmzhhgtw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkpetkhzqb2cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjtffdr2756\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s35h5vl0rzw49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sftm5k262he87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72d0t5mghlgv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpdhpwc7em09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmkpnx7c411g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk4f9jhs5hx67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yzznkk1vrm24\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btlm7npx9qk14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jey455cnttw2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llkb581bh7fe5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/265t58s1mzcw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ll4wvd122n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz2w6nqlze8mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5ggz9tdycwn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61yzz8hvfd6q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fqzepx9hbc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch1d9e5cztdc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xx3m21sy2wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sftb6l4dh6vw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05t00t35l7md2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n14mz710xnqv3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p13fc4hcl109\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ysdhxq2vv6x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed712sh6y544g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h09mtzq0ry7zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01dj1b7snc5f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlfgwh4h1k68\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDTPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_CD_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wxs0rl876ql4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v3v749lddj9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfdvnkgqv059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw0m4e008gpt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xht2dep2ljlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7jp8hxkbcsl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2qheenr69b4b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydmytnmwnqq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fydcf2j70ykff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdb2lzjs1r0y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mesrj2ttk319\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2px1nm7wt0db5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtgqtwm0zyqcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmjbrd21l5zv1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02rl547gtf0cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhgfzgc44hrx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccmybj6hrb7nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvg2gdzmgmyw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24zr3j0be69s3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6n1kkkqyspt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23qnrtpfkq8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psmchc1cfh86g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wke68kgexxn66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z3pjrh06qv1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgjfq5htjfyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q4qntwy1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ebs3ves5h21\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g5t7z6qg59e8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrpzl2jqh097f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4kv95bh8l5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1c20kscp6wgc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq339r2nm6mh7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2qzm4tw71wv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkyj4wch1kj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzphb44mll9vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywy0z8rnyj3yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00zg2xqdvp8m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1kp14l09cdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nknsd0vvzd10h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05kze9d88ht3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4qmhnqhybxm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mswhc9qsd00s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nebext7v1r91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t03fxjcljfz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1chdvtsz9zw7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvkp6zt7rq65\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_01_03_01_prcpbase\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RLUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cn47xc97mqw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4cm4rj4d5fyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnck56nnkxqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzd9yhl7tw3pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vc1z6spy5p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd33692cl6kv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_RU_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_55To59Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b39bsndwlj4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjkbs2qeb9m0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj3mrx8q8kh26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_HEAT_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqgcncw5pks1b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgewrrcbsg5mc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xnl7q7glq2w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk98g3p2pz25f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r11mft5m8we58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q378bg9lpfnx5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyjlhs068h345\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7pfpw726esnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_INTR_PC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk3zzy7ghkdsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dgnq9xm8lft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccp60gn392x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crq21vncxnkqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbdm9zh2sw59h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/C00-D48_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9rmhv5z1stn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0jd1nj020f71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srt0zgnhwx9p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft5h45zjyxr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxlmkh9me79l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2d1p03hkdrn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf4gvpbv0cxt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw4nznydxvdth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wdj4w3hrclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhpv8ptlphy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64y2qd8kdcj21\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_ADVN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5dn8yl6m516\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvtrkvxdqhprb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzzbg4dpt3zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lnpdnfbwsmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4bcvhgngvtd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49j313fxpxvhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msgbgr4ec06cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxny7g0648h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgtsez1ejn09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn2kmg0zqpf77\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggkewscbwge95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDTCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nwdv5hr0rweh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvth58nf0tcf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b3n86k0h3h2w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6kzgqd248s18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5555y3kwvx43h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98yschj714tgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjfbdwdr2m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112w1s6rk37h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt2trlxwt70jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pjbsrvn6n09h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqt3xq4zqe574\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc78xxwm49krb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx2vk54ghm9rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vlmfjvcs27mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsp1r9kewhfy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sepgrdylfnq31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd7ket5fmppm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gjj0vje08m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37jkymzsp33q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv2cw2k2x5te9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn0bt4tn5c1d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq15n170qwgx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8w2byrfq645\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfg6v8stjr1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG3ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_ConstructionOrMaintenanceOrUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzqjvc7fyfc46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g1rekg315tg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkc4pcq1qgjxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdmkk33jqv70g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x276me2jnwtw1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69q19fpgq6x25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CTSP_DB1719\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj3f8drbn2w25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8cxptekk0e9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedOrProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br5778jhyt4m9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23c7hqexlkc24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g45r18exqk6g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DSTC_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qny9gn482kn8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwxm3w2xqc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhl7t3yhzng9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_23_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfktd2ej7vefg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCMKK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv09vm761qpr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meyh6s56q3ylf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fns5gr98t9k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99vy36zcelbv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn6e4km87evg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_LandAndBuildings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2l9mpr0s77j\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s01r81cmvx945\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_13\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/621g8nnkyg07b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0g7fxfc7xj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pdrdmqxznl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8td2bve5jks28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HyperplasiaOfProstate_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qmsbgx9epk6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq6hvj22b1pkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61tjznh5n4qg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hptxemgbt86jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd1pcsvtd83q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0fkn87mtk69g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5shy04t5d0j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49b6qd8mny5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1jee103e99x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrflfr2th6mt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfejzmr59q0j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8mm7y4mvvdx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1391_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j93pp824vm66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcv3j6tj53bf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyl4fbrbfcehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg0ccym20rk39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer_WithInternetSubscription_DialUpInternetOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs78ktmgqtxpf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_MachineryIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12qe694x8wjlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfectionsOfKidney_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/320r25qn280l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k002py7jve6b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccsledz0ppq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kpgpptxph7fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99nmxlqqv98z7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yb2z2666xkw9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0004_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1njxzez7j99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BML9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52hrl5w11r5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgqz62sbpkhvb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xf5eqehfeg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcw8s4lr30cc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cvx6e342vrz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbtbpl0tbfyyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2601ww1yeh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2n1bvsqtmez\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zbberzkymyh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Resident_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96869entgclk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhlrl12x9sv6c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emhqkbld212qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpwx47emtgjtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4ng4emhv8g45\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_FRM_BRIB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_MANF.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BN_GSR_FCTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6crexnfr4emb3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ms5e5085ezjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75733pcrvhj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37r7jspwwqycc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je009w6jpy8w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jft13khgfxrw8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/A00-B99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhenxgzlhwf69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93yyy4lc98fe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4l45kbq49ckg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q0ljf86ml8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn8jwfdwgmh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypcd8353cdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f0sctyqj5bl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmjl1ve0jlfdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8c4g8h7rbq07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pykt9q0jw2gw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvqkwnk4254zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrfybzebz9eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsyzrywrqpb24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5108_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt950pccgh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2knt62t4s0dr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553cxwp2jv065\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e43xbp9lhjjr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ewde1w96b9f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/306pzqtk33jqc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7274m3pg23ebd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj4z6598p7je4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7d7gx1rf6cw4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00bqdvgyb19c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntn8fp9pe2x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother23Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_H\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/gy1ee3nvnf70d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0mcgt4kpwrqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ench5w94mqbr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqnbq7wsz51sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vsdfpwqmcnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rgbc83cppbe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3yn2b13mlbgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlfl3gw1whlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39efglmsvrvfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vzny1klh4q08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emnpqmdvjr1l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxlt4gpr38blg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgpb5x9t9ph9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh1mbfrb1sv22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqf8q89q4ts8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_MarriedCoupleFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cxecv3bp0114\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sxrjqdvdlc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdkpk2dp0l39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ftr420djq7hf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hthhhbqmb96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkcvwhenrhrd9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eethgr68mzbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcpd07srxcnp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLRIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zcwy70c9gn59\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpj6r6dlcktd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyr841l6nxfkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p446exgkn5fl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pyp1pgc1yc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68r9vv3vdxmh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwv3c9hfr1025\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egfl296bnx7b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c04djplfz01b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k83xppc4f6q55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm4yl40brmz17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1nltzx5rs4h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlj5l9krhf2ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ssjtzvqy0p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xv3edgcebzd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8wyyjq08ktw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3w2p68klhfcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eckmsl84wbchc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfpsfhkl3051\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e55jk3yxr7611\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_SevereWasting_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj78p0mb9re4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bg4r46ly61q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2vvmtnll3wd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp5xxq9qy2vmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13ptbfslq232\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2ct8qmvcct81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FlashFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkw5k4bxnykn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnt354vhdf2ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1xpvjmzk61yb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hdksn94wnqzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1gc4krdhbef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pn2mrevh3es4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7s5ftge1dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mepx34554nef7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6ltgg63vdbg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22g75gqk53c14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsc6s9fptqr8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqy7gvs8lg3vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bqpm9xsz6383\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh8ktxwg4qyp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld41ptxkmz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhx773vbcfhg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzlszqjrj06w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pexbt4yem4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjfbkfxxbweg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2f4c075cnry1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk8s6bx63d9x5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcxztsyvewqnf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6nbnm96rpym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psb4zdnqnv6hc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1fv5mx0h4lpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0rllekq937kc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_WhiteSpirit_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9fvwv6zq4k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczflz1cehkj9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcf5n4yfglb4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw31bgkxl7qnd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_05\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dp4rf9v9ffj8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepjbh77y5v5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h5c2xbpd0edb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb87fc6hg1xp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbl3nmed1x8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4dvk67ynl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpw2ew8f573k2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/59l8yp6w1nw0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v40szfry6kr6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vlwe2sqwy37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j2e46xxde1c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mxdeshbkx0c8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fr1jkt3pkys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t95mnkek4ksk\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgjj4c460bq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgfrbywhlr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5yb07y6zf1x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m527k3040v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgttz16sjsf8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syyvk8h3cy961\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfb841kb3ht4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkktlwyvrl1b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfjjjn02je33b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg2qfktbtw1mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcq7wd831d8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94qv6p4tss547\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v5dffp2mexb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwsq7pxldy381\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m84ng5z7dl2g5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnejn5z2g3qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp69gwq0n210d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_JPY_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqykn4lm9xw21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txexrd64sgbh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43yllygr7ww3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OTGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_MORT.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qv0drhkw18x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43kgdsy45gy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr45qvflq91hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqj58m67qtw2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr50mpn320cc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z4v2wl3z9hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz0s7mgsmmy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsf39v47jtjc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrbwsy3jwj8dd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ArmenianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To79Years_Diabetes_AsFractionOf_Count_Person_20To79Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfezmzx8pby5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2mpxetkemrc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d41jn4vd32fx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctz9gg5qc2m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3nng1fzj959\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xh20yb02tl4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ks1g37y9l3x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmdl20nfr0l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1wvgx8j1ke29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r44t6ry2p9lt4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_HAZ_GENGDP\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5n1lr65xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mv3k9yhess9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6q4b3c53635\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fq092vqysbx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlc0g8m8v07f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2y8zw52bpllf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygj3mpwrsn8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dtype2gsgef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR48_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy9mxvy67j4v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth9zfln2jjb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1hfb71m3sve3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c72925d4j6zd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28q69htp3tyz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzgl2xr13w1k8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LightningEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7216ngp7e2e5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk438gex4vdw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq2s0w4ldckgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdj84tfl1x8zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Hernia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ng7rgx8b6mkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2v5lhfsnye\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssesldy2h94yb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x785hlbzl1kld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmg1pn1ee421\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws0vvez9972s3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l4wyjws3v5d9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45qgv1tcl2zg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13nv4yvlwvm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dsnh3kb0b698\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GC_TAX_INTT_RV_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w49knwdmyyb1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother16Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkf0cl78rv757\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kg76lne45k87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0mz3khtcrnt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5tt0wsplk30d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcezjrlkb2q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrx584wlj013\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz1cdsms1jkj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdttkq3ytqlfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mtt51x2ryvc5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cchrg91pmr3qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n9pswrj3p8k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8v3nq8f7x945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmbgzpsj706hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4f52mwwewzp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egqj52gee0b13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv9bl2zy486c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk3vhs2nsc2fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlmpq7m13wymf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_NENR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2gxw20fgsfxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2brtbsbjgww5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdb3bnpby4f28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzer3bc12tc23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4eps8e6m77f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve2fl6ybr6e3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n934cx3ttg0y2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76721ds4m1s6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhgsbwgkl94g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksw8ezg64gvz5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G1_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx8cq5jxhwcx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--Y0\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc1qh40jyzlp6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw4qrep60h9ff\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g02036d8hxsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/dmbqxxvlbz8e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8rflt8g9846\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwt22l0sv3sb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdbwb945lxfd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j98sxfd8l5twb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7g5gv489ldc3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xngt1fq109m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zvw66c41lx\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tw4en9vb3bg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9wzt60jxlxl6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4yxrfb55q9e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrvhpwx2z20v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq0t68dqbnnbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PersianInclFarsiDariSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl6tl9e2jn0r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfx0mbx8h30f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gldkpdewn9gtc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_VegetalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RailTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz6mw65ndwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k87ec1e3ten0h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tskh6jb2qc5bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkwrpgkt03kl4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_LOW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ntcynj0bmsth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmzktp71ptev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thh43mlhj58yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w83kr7x1mw7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfegdpw8b2sbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgyv6pc6k8kzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fbe0y04t2xkg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bjke09b9d6bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctsm0djzl5h7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7tjkwycjg188\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nmthb8xq1zb1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmedsbegjh9rg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bx5vs1k6s4v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7h67vn5w4g13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzwpbdl6zgxhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17g4em444wcd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnlbdtmvc1qgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Septicemia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr6vv8degh3g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y5lm4s2s1j5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn0y6tfkyhfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckbkd2nrdmv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmqgc706mnz56\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gqkv7pgs1ze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctlj5kercb8ed\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1455fllmh3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jj9zxl4np0e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb07rwj7fr2gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9tdyh02q165f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqwqxn6b26bv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_AsAFractionOf_Count_Person_Upto14Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bewf745n2jh91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/198xrvqjvf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tw1rd94hdh78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xfbqzpzjbxkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk4ws4h0b3v2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg9eqmq79m05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtTraveling_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drdf1qgbyrk76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj4j5nwf8ttq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znjerfn19kw0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwq73ltkhhtqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m1v46dz05et6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5xhk0pwgnd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnflvkj360vl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp87bbh8rqxp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkvmz9pvdzy6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19vxdr3dhpxrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr64pb7vhyqec\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_AGES_PV_SM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3ny0z4bydvs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rc1pl5epd19d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rp1k8jqmbxkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zzfegkgl2nv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.1-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_VULN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gsl3dl0pvkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj35hql1yhfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq4511bwycy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kve75wgztx6dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvp2bnty4phkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqy7whe4rsnjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez7v9s0gy6mm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh1tvm7mxqg69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzmbt5nj39k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zjzrvclelmyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwm5njtkvfve4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vecsps1sbgg8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9phmexfv7rks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xwfyj6shq9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knlwxmt7bbg08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1SCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m0zrvtn17mv3\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2pvfv3lthb99\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gls7eyl0lrq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n82rkfz4r3j8g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd5wyn39rwbm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mshmx0v9k7cs8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lyh3pfgr33r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHOR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d05gpej2pgb19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7e1zb61bj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdkptbdpsxmq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqvz6qe5tnmeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfy9nbklm57j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym0qb5c5dhr4h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63dbf1dwyyf53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxrd2vq9yrs3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q37np0zyt9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgqkt1b7h69f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp56h4ej8w7z1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dem7en949328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxzf7cdvx0zx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_OtherFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ggqxdpn4y2bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgqw955xkv5tb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fg5nbp9b4148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ebkk7rj2e615\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r63phbmyg24f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp9y4eqjs9ff6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r42h1f4vsf11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyrcpzrgf88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd4s6px6g5flf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/splhhvclh6694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fjr3szbf5qc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yrdefj62ez57\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3wtmgs88gyf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4gej72vqe7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wkwmbmwbydl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9f72gjg3919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym8z3d783c4g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj0hhnfybfvd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4czwlbl9qk3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjspv6m607f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bc8qyhchhzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvxxbvjx5nx6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hnmggnvt01zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n1evdx57h4b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm8cwsx1c0xzd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbcrq6mjy4df9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flf4w5qrwr6vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx7gf4ydpzy03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7f3yt7j2nhcg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcxvb566qr907\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52wk3m2krt8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RTF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wf9h2x2n2f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkj5zwrdtkx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxdvet34nzykh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1xx193ztfq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970x45pqkgrs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb9912y9b53ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbht0vvqeh8d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2p6mg8gw1hdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7k5m8v527r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzyef83wdx4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60wjhpml0zge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w2315krt5b7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTC0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfjdym8kv4d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlbl3sxy58n6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr1q8gcm1dcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k12hsm3sk3k56\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2dh9w9r6e0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1hlrtm0tmvld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzcwxmmzgjmkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WoodProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12p2l6341bwtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w9g5c82f29dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4q8cdsym9k48\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/739fdcq8v4fzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy0mw3fkf7xe5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73r2qebwnf53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl9g65msprzy6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5st43q6c2n6n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqee78gtj74m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj7yd7v3pk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dddp13y67h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3nnm56pqc25\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GH\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze71wc3evkrc3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx03c97jq6q22\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r88d6bhkvzkmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj6d8jv0mwly2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4s4hhef815q4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p7wz12m64zq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94b8g45em1ky3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nezggspfwx9xb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm86rb5bzfhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4lngkbgnxlqd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetjdsdwqp2x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26t2f87h9e1k2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17tzh15kfwem2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr85dskn7f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z28e23fkd2n35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/IT_NET_BBND_P2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7hdwzxevzel7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vqdbs0403z3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmgkkep5jvrf4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmkr7w1cbdz7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherInformationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exzfeyz2bn10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy1tgvwcsvlj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v22h21rxd9656\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82td19sq4br3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92k804d5m10q8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be79zexqwt7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc2w5bsxrrmhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgp4mf3hsv365\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zywg401kjn5w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vh2frtqv47h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_TRF_PWKR_CD_DT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttn2g302t2225\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5q2st3f9pn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fflxqzl7fmpvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cd4e7jmz98qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp76g7ytk44vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1f0shr3hbg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11rvy03c5d1m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctp349s2yr7l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2c4tkl6tv226\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh8ykgh9gz4lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh7ym56nrpbm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybbn49jrz8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byxcr0wsh9yz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x75t1tb2xgv43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85s4hqmj7p9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mmdq811f3n9f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/k0sv72305fwy8\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvrkg7y7tp1h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx99dsm7mmt71\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d13n373ysnx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72n3v3syhz285\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cpr80tq269nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dmlse8emvdvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MiningExceptOilAndGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcvbr8nvdh6b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdtyk9188hl58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4hjehnjw9j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5vg202p2lt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv4ym0xrwjwv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd7ltfybw2s9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Septicemia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67wdtq3yz8bk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1rvp45364ht1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd86zs4gbvkd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5e0n57f2g766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlg1slctdfg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jvxzqffb786\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35fbphje15k34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klby6rjw2xvp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5n88q8ddwn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gxqgtk653m85\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084xxz8rw8wy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sksp4del0k9d5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LDCG\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_HNDWSH.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y50662z9t2f15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rvm4styz39yd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rqtpbmh50b52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx4eh9vlcr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y4nsq3hj28l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6bts4qz8vhe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerAndElectronicProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1cpzfzm078z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgt005bf4p1x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ez8t1h241t5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hplj6lnmtdhg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl4qr1vtw6b04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jkjmlj4g7hth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phvz38z7b4zs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rglnm4fv3c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdjvybcxg8lvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxsbe7thjhq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89r16t6ht39f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7klbdvls4eeg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lt7erlpegnef\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rvbzyvxjf5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wbjf00x6znw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p9w2184dpp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4v78szgyx5e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt12qdpsx67k4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal_EnergyKnownReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45hep6p105t87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvn0v4cnpb383\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elgh891btkned\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrk5e245lpv1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkzqdje0rg8v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05nljp36kk02d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88g7wvz11lxv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc3b4nees0cw8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IU_COR_BRIB\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kygdzfpsc46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vdkv8jd8r75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xc7m8cnqy7y6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5qwjfb0rx7ch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df49zeftneg09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4r93wkh5qwp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4n398pgww7db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c7nbr0mfrqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kb2yx7kevg83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e7cbw4qb3lv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92mghdnx836sf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIRA_1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbh66x77x3d6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvftyfmvlkre7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/274cf9xnk0bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8n9tsvlbedn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s4q24ltkxy8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9blylnwjgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95lf6ww1vvnrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg8b22xtstj02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9e0z1n4js3qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryt2g1fqqwgz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y86m94tv4y2s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm9r88nffehg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6bsqt0h7pt0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78de4rk5kn7f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9rrj12vrlld7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ndkrzqebgvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2vqdnwgmsc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtcmf95wflxd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDH_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6glkxzhf9y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8pgb9nrqb2yf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epscmkbbek2d6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xzy90wwh4568\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/729zd88bc8j6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97df1dhlw3fg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f25799y37d13f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch29mfcl8rs3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460jytd9xhx58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rf0e4j3vmbk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdm33wz6qv19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpmfwfk3znzmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bmzzvdqce8l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xweycvn6x972\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yel53pr3c2j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2l5bjz99js57\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw9hdwed0fwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4rnjccv7tpj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f74z3wt0nf78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f56f8wsq9045\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6q4yel5jevtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de5fyy1z8z11h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcfz00f86em6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ryj15vrdbghb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1s877exn6hqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1hmtbjm8zv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwl6jfrxr97b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gcjjeptfn83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xly7066mvm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dkzj3mtjs3nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50yj0fkljx433\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zp35r33mw85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdctkfr9ygk7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00qs7nemq8te5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95nm5mj91cnr\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG01_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m59qm2nmfglj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Tetrahydrocannabinol\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02h2efw7h1rd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfmj6ymy8qh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"QuantitySold_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74hg5tnl1r8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6z9j7c3rlpwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sdbfqk0pw279\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0mwr9gvd8ct4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvdp8qlttff66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp6d5zlgyv6v6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_INCINRT_EGY\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/465f3p7cdh2yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jm4bskzrq1bb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f70r9l2446s31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3xze946fj20g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3fgecr6tbxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wps4gmmgbjtz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86gw1gtggvxn1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp9mpzgsyez6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb7gkbbkxqg99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44mqdh7fknqk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4g3ce3yp24z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b04f14jyem632\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnnnz9v5zexp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyzrf3my0bf28\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26epkf12cntv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yptq3qwkh3v1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CODPU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwz9pzp8dm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8dkrfryckd53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4l8fw9yxl0b1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s2r49pc5dtq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsjzpc1ecxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm7cdsr4b5ptb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t55ge70qvfpg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f04s13yf1cf59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzd6qrgbvpeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_60_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_V_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vd8l7bf65lgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/410z1xrnkrmv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zevjynlwmkmb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slvtf9z0p2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfp7891xvpge5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5r50e9we078h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tt3vevxrgqj3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrcjxvpj7cg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps7tw9e4t8v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mc8zlvctv7wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn44n9nzncpyd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx4bsq1w8jp39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyqjf0g48p21c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zk3m16j0t847\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f4p2xrxlm03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hs33q1nw3d58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97yjf51tbh2z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze11my0kxjyx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sfwtqflhsqwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvey8zcrqd18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28rzmrfz8q6f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ygys0bmr6p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7xdvyw086467\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdd42qf3ln7rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInCollegeUndergraduateYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq51bk9k09ss1\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5510_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vyg49gy189c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0zngtvcxt31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h42p9xe3emce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt0y2y1nfwp8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhc0shvl3chjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddnbbsdl9lr66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FS0_B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfhpbxqtecsx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/787m577gcq2s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6smdptbv3wvg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5vgx8hpw9k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1q4j5ng43l55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FN0_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_LessThan1Year_Female_AsAFractionOf_Count_BirthEvent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40zq1tl2f0e7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqebfkcymgq61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hvrcsf18k5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hykw8pd2f3yk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp1ccprpk5264\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/TOTAL.DSWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb92cdnkw6cnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7gpfyrz179r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cwbrpr10b9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evkh9mhpvsmdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/579t4wv05y3h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jj214f7zyy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1hychv5ehwf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8m4dd0l92bwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fkmn61gtjgp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c17z9bldb5yx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR16_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36944m13y0yg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p1nchhtr3m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clb22fb4tkfm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw85bzxzz7jk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_400To449USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrnh5lsr5gfxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/Q00-Q99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3je0npqn544b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q88jexrznwxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcz2t9clxz14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7pm3tmqhyrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t48h8nt28ser9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x660hkyd73vn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/I00-I99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghdnjr257fjvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgm4ffm4ybvpf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jf4p3d3rk8s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ste1jyplsqw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2m11594t2q4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x611s66zr8mrf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4qn9q21q9ebg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5btkk23d6xjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q42t45z3snvk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m7p8fntvg4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbv82tc47wy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwcvm428wpq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51j2k554crhn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4417-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s777cf0jqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/786lxvbkd8j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother40Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22b_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v9lwb7qqg1kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96sm3ek8n3yjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv6msenvejlg1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5550_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzsz6e9g18b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wc3ptmtzmv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82d0esfj9zv23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hfzks6efesj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdzlj3lxtkyg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5stny1q5vhf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3hqlwy65jf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznfs3pl6np41\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrdj1e68vbb87\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c42c6rmszjdv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy2ybm79fnpdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt83bb3m60t58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mslephqxvtv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bld2qn0h3x599\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p18kh20q3wg9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2re7ywbdq8n6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9q5lwkhwb843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y4h9ltb8pt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08k9xjwb8fb15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1f9x3wlw61y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj377x1qgr213\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgyw38y72ex7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g0mn3r3de09f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment10ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx76xtd43yvp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e34ynlg64bztb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kppq1p9gp0m9f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b21lj1qb1nt9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3kwemeg30cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg6bqlmvdh86c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OtherRawMaterial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/770d89jz8jf8b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynh6gf80r5xgg\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwbecjx8pexl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmfk8q5devxp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry9rx7wz6z3d5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45647febbq6ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbwg613jkx5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c332frjd1y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfz8qg48z3ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhl7jjj2dwdef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn3x52bvp9tf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj62lvt7tk20c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvedwdq0rsfpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8yc5mfl36vrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67q9m4hxzx7jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8x5dtp42qw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2vkd0w0c8r88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4yjtprflgmt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tjsjnez3yd97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybe7efm3zt3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlzjlg4fxqxc4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yd8p12cf671f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1r5ftxvw3vg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNCLOS_RATACC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyhcbdxdf32qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te67bmlbd8633\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6gw62j098phc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd0qd2tr9e8q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m57ggm206515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dmy6kts4r14f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqv02zdj47l09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b7sxtf31hx7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntj2r26r0tc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntm9bl6g1gn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqh05lqd1n1b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb8fjbnzt1g35\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck2lf5fp0w7j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrtf02e7qp4b6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwq7eq03tzpmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtgyzv757914\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qerkztv7csbtf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_UNDR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkpngrls9eyr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc72xps917mv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n73fj0j7gl68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxtvy4cmmwt1b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6yzt9blpdl3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43820vjr0smsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4672pdx32j737\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_L\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw60elm9g1yr\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkr6vc7ken9hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbx6jrkfrjbb7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTCPT\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x9sstpe2vqbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t8zrq84d9zmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vdv0zjj1b2w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4g763ylp213h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsfjwznvxvl66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p73yhc5rmy6p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48lf67sb5j20h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfcqy3zpty6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlcleqe1gq0h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjpd9svx70lh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dytt1ffdtfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_POVLG\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eqntfk1cw362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8vng1pn24vhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb278mvvszkz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7hp6qsrtvwe4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsh6gc3j3be7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9ex9syel232\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwcg2gkbyss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6ytrlcqsssb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1590_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nskyhdqhk5x42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/206vhy1rjp8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzy0v36wh37z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t36fffsnmkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndk6le54vryd1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qpn37cwn65qc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps25jp7kmh05b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p7zk7y839pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9dj9dr6f70ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5m31375z7f31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk423c6bmtvy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbyyfd0sc7ydc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzw80tlgrv5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqtl4ermwyrj8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r5bz7zjslj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj8zmcdexkc7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0wmmd7nf0q06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz5npbf8jx6d\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzs9htz8njhs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/295pyl2e2ss65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz179bp98lhz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs2dhrnej1lef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9x2klyjysmw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq8fpl2vj3c1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcqed16te0qvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Influenza_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ptvb23dyx94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3jnd9zqn7x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/151zmzgjdmt85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48exwe0y2m2vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n19z6fqtj4c44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq4g9sz793yb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkxcz9q4w0nyh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YRY_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mc894pnjlqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bv5566pj35v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativityUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0g6j823m7vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34h0ssgmbzv1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7mqjkl4b69c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/R00-R99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b82h040vpybh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g702gc1dd2fs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlvc2w50bym4h\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql1bf0qyvskz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3lgylwqdq3xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqxh728q5g1v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ygfz58t8k96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx8wc7pmrq37f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6vchegtr889\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fzdtz0xpk1gx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmcvkmj7fy8l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7pyln5mm1gfc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkz5l16gydvxb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS51_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcbngn130bl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcwje2mtpq30d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmxz8s0s198z6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dksbhkwhe06y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0bzqwjb7h8mf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccf7wc12mhmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slt6mq01egvqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1brh411wwxs4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvkzx0elngnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de1r1pqxfxryb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_ATM_TOTL.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_63Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj35s4dl0z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twshjltmdff85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1zs54f4cwl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3rmjmeslegr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywg6nrlr49mpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhmj7qb227rvb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hjnrxsktnl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y8mcvrv0vr1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxkhphfe1tkq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfwv5tq2bf1bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53jtqpnl5lyv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be3x3r8sl1rc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkczs64c04wy2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/373mb03w1v0f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hefsh5f08llw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njsgc7wsqbtj3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1ppzqk99e896\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9dwkql0rxd7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/fin2_7_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50yq5l3ek70t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j90hj3ql7n8pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0h0nccj7trs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hy0p1ex5s2cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjb6bhc88clsd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcvs284spqxwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YRY_PER.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8ex1f3g5qnn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w04f5wztd3w12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreetMunicipality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpy2yy0dvydzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f86jq74yktmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jmzffk6n2d6h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_SHP_GOOD_TU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezgkvmegpg521\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin16_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bhkv8t7rr0qh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgeb9n6nymh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgzg3l7tq0sgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HouseholdApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdcpk1lxmj6tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21wv0sv3dejn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6f79rj4bkqb9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbvkf1kkpg2ff\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CokeOvens_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rh8832y37d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn138m1glbkz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmk1x3jxrndsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsy2sd7ryb5jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmp6y7lprvlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f44m5jg6v2wr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg77yyqy6ygh6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin9N_10N_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedkvt23jfwqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6vb5d473kep6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y8rksfw7pv33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp8ypwd3cf8t\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vctrm5dkyn71c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSArtsEntertainmentRecreationAccommodationFoodServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9bwnszy3w3db\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662bc05388lf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld470ycewv2k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g2ek6sy6838\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0flx3bb103d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8e2b0m921k68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3ev6f48syznc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8jyr7qrz9586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hlztm07rrvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4c2s59ykz8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w93y8szx55n3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71wkngk0mv28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19xdel8z65bzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdb54sl5tplw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzvkk8jbmbv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9g30c8q56764\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9gvj13lk2ln9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm0gf3lhfk741\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrszw5t1gpg02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficCircle\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnl0vz054ylhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqdtrvzechs47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gpvp8h1z0qdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vrnr0v4qvtqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrp88pc2tkvh6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkpmrg9emdxx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0lc0sv6gwv8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother25Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yt6vmjtwzg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmh7mvdy9qc3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9dkrzj80k02\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5y8ktt54rex4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqk06r1zx862\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03re5crh41zf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wgkjp16cbq4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jpjee5dnxfmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rgxecdzmyn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.66-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kxz6x90p59z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTCERT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70g3lekvrl5nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9831tlte3gy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryb1srh6jhq2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CKTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vk8gnfwsw1c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vxvsc10m06w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epxefgv3t9fqc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.65-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbxnyby58gb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3ewtdfc28fmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9w9gdcfmqwn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_65UP_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg325kzjxm3b5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fhwz545yce76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5460_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xzqgw0nhvqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzpl8g3cmyp81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p00mm47418pvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8wz58xgjqdbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq8j8tk9nwyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvdnp8dn9s8gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdfrz3jt1rj33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhc3ke3790w6c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30143mem3qkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m73r864lprhs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt5nf3xjjfy12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hsbkjer9x9jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qwvkhr4tsyt8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/mqbwv17rfxzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb2ycl5v2hwc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxc879t7rz5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92rveb1jrm2vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fw5zffn8l837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6geqldfbypkq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmjpl7d4czse2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnq4qfyefg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdjh0lq4ryt84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02f9810e2wv89\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm9v299prvyb7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqgnkecs3w92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2wkrfbkbh528\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nc0zdt9d9zfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnt2979jz062b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhjdplbeg26k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5r9q4ghhhcr2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckl4bmpt2993\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxg9zg8m4d2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51wrrfqjj15l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drt445fpdwsg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4fbfz98etg5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkbh78ftz49q5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/behz25jzcbp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtjb1rjy2pmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vqlkfcvbtc7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9h8bttkgsqh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n78jdczw4zhm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycvkbxez1ds2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh6444lp816y8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re78s4vee263\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trxjs4yzmd4z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5nsf69rzd9g8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34s5pnxchyh0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk9km3grgfswc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tch6etcm3frg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz8gscy0b8f58\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CokeOvens_BlastFurnaceGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9vqx0cnbb8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MTPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnffqqg6n7m38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7t2bt3p7tf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t1f7mrfpvtj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_BachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzwxl6g11frp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy6qgdrlx9f1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_RawOpium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp830bql8wsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhl2nln92fy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8kykgce142m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdv0c2c1djfn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vbvs80c2s8v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcc4xq5090pbc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9b8c2qm4rmd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/demy0513s6rn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskj3nzt794q1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5qc004ge059\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7yp96e6n4dx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hxbrc43fcdl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b47zsf1d0vbk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5p7d01xw0wwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmf1s4gnz9gt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymc21prtep7p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z9eskv92cwx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6121zs8h46k84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/783865g265787\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20To24Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc6vd8r46vhr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw02ksg3ysr9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx7hs38xv8kgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6zvxwslek68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y94w4t7831m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fn08zxyb5qnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7fq3jezhlbd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj05715zteskf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpgzbs7vl8ck1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1z10zgcdrbcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl1xwrhsqjrr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzq6364tq485\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktf7whnzvl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7ydcznypvqj\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b1m1512yzlh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb12xy7mz6v5\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgflvr4p3mxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t38q5ekqdjfe9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dnx32fz1ddbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e88q4kzkv7l32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lvrz9s8pv3wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm18wl3bd47h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh2p6deyhh1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrnw5npwx0r59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9d9e2le1r41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt7xlrfq04dp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kxq9dlqy6n3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe58hp09by0s3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_BarbituricAcidDerivativeOrSalt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tjsbxt00n78b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqdr9pm1g15g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wh5nx095yjs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2373773p3pdm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87044hr149g7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qltw90z3tbtzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kfrpf379n143\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51x67t9l2wk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzjpvn5c1ljq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dgr3484yy3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zys91xbp9kb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9e4k2z1rlyf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs595zx2g6t54\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRG_SYPH_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w4mtt7y199f1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg2sfc6wvfyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfzqd1znrne4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fslfnj48hx8rg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh94y01hzjm3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmvkshn5xrd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvmen571tvfxh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vj1cv0z7zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkc9vpp7p08hf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherMaritalStatusUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f6lb83v7kqg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kd8n6fl94bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxvxpbtrp4l04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_VUA_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fbvz1r07ztfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4156g1v3n5y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5zkxd1m6jj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTCF_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yj1x6tmbgry7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y0c4ke37wqxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2s7xp36qsslf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6157lcn6tgv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfm4b98evejgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r8gc6kb6v0zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwwk2wsh88vjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9b7gfrtnd1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtp1j5zqvcccc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_DIABTS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bg4qcbfnejn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkp8e3c005p4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr04587ttze82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vhw5pm5bsx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dw7vj5882qq1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_75UP_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhde8610t67h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m842dnhytrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqy1ryg9vjhg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1yk9wvz41878\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lp48sll63dsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zg16kpv5pv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cv188h1byzj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyeev7k0yrq84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdzj5pfhhe3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbqpf0gkedq7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyfs58g3hrgr5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cttv08z8ej16f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er1jm30cx95e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myp6rzktsgv3g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st9smdp1t4bn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_LO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve42hxrqtgx47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz9pyq7qkl8jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzj4l44sq485g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Meningitis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg46k02ypps98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3y4s505fcx1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_SSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmj6dyej7kp7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fnycccqxb4m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrfxwdvpyqs48\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqlde93j49m6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emek6jqg6b406\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93gyzpc8s4xqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgbgkn0vbrzw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czksg4lbnlyc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dclkxvpynste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frf3cl62tfp7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp2vzgjn4y36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgd4re14ee717\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp5020ndj4vsf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t4nw5ny2gbtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532whdpcv5xe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trwxwfer9jy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlrhhvkj3lq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzzcvrc5ww1l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqq8dlcj6pb8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttnvb135ym642\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k3jc6r4hpe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nnf75x303v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrkzgccsklrfh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmmbb2nre9rb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je6m2zl0f4krf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twxzhge00zd35\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c8n6hehe29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nerftpe7p1f9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tde9lk4b7ydpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlyjsz097t62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fy90rbh5pk39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwws4tpz8lkhd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnlkew6bexs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f22jr2gjqb63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dbvvy7r6dtn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mywe92z00kgld\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_FederalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65ek8fljbtsk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2pgv0frfl7fd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfz1e9hhjvbyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnl8g0xy6cwrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpk7cv7r04n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h035pv3v607tc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsh4s32e7tse7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4rl1n1h9wpj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdmp3bx7hj2l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpqjmctf38yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqkhfs2xdx3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvck68r13v0e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk585f8q16t29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8wj4hmybmb34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b67snnfsyzg98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpsvpdd0k7rtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1s0bdhgp2h\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41cneqh5p0ddc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4r8qcdc177b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Male_AgeAdjusted_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k85ksf3brdqt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxw55bryzsnzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9p3vdes1qs52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xzn25w5yw6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/718w7sbjvk525\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx4ezgvz670h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5hr7559g1md5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f56vndfytp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmx84l0dx991\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxq7j4jvgxs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9gvv973wh0l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08xrbv8heexw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cxqn7elbj59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8924197m7gy4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88m9s55qb1f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jr32wk54h26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nepr6veye12qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98l804fm0w92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39vhke8ypnee8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18x4hqtdk987\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge3dqt1etgkh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67xq7vm25bkh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqrgfs4k8p04\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgjp9y7elex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71rg89m8wjqm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c921wc7sl0hf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxq9l9yw282g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvdjlfvv0hc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlxw91lql76j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y6v9k5vdgbc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw9jv80vpp717\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng4e7z3bklpjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n04z25trmht5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0k2lfhgnyvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOOXE_YOP_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06shb3cv23z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tcp97e80jkld\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6477bd73wlv8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znk2xs587pmg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs39t0w69e0t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq9p5sp643jxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjxpccvzz5v8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ybrqq8fxd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nylqd97tf483d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8l7by2xrfq82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/694lr2205vdl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkz2mc8pl8jh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDUVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_5MethoxyNNDimethyltryptamine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zl00gj4jdye4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5648f0xp071\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljnw8bm77c54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/254g1pq7d4k6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsmwqfrtnexx8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdjpytm6k1ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq917qdwm681f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n213r2e35vnq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11z5t4znwqgkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y60tl477xnl69\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/cc51jvbvp0jdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e95g8x2sbekq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tlwx8hteeqx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd00bbwzw1keb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njdpqd3vdxwmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cew8ydvt139g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpx2jp768ydk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql8mlbex6wdh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_7074_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980t0yhjhrrgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7198wcj8ewr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbhwdnbzz8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8jsxv4lwwn7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78428tql5c8kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g1x9jg2dxt1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59y1bybgs9mp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xq4xzh0defh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxn040b0t9k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_MEDIUM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q49q5pxr45l17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvfgffh41fb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crgpeq3engxzh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Emissions_CarbonDioxide_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1zn56t0er4sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h90f88r8ddz8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d5123g7qw36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gc89ezbx3v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv0w29brm5866\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gdq2b1cms3gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cybzne0hg9dzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2ld42lm8xlyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/necy2f23hecv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l68x26z84h5c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm1c2gg4w2wj\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_XPD_AGSGB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40fglslb9nw7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnvwzqebm1n25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqkcbpz61c6p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bvgl065w7rpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezn2gd4dyyheh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqw52pfphbfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b785wdnkclc2h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Receipts_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp1hh7yjvfh7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyh3c95c5rrb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vq3r2nvlbt2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhtyhs9efej3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qnwt440pw1x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njds60y0v8ke7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tw4beq9kg1fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqlnvt9svsw55\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7517sd0m7vgk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtxr1ekmr6kef\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsk6r8ppn113\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twp4yn6vrdzgh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzyt6bvc2lxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsyj7bh2wcfm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw58bwptrvh27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3j599vc0m2k\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d10ce710zmbq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpsnbntl3k7zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmdfwktc7w632\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phepj52zg6831\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Leukemia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y22wekw4st2b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf40qx77m9n2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7l9smnp9e7p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fgbdvcp5zcjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e54pwp57cyes1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41nm8qr83wft6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bgtv9wk9hqec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w306sybb46lg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx438r9zkyyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l3ceqt686t33\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l4pz5ngk6tn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pmyhk89dj3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhyw61f1b865\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t96kxwlvh5kk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn8pj5hgr0zxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v51sd1wfmpx1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhsj9yw21wvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s90cj8ebmgp5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6mt0e3kbprmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szvwnkpe9jns3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vclnkvyx85g8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdl60fw6jf732\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sxkge94v80qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhyyqjc1gq431\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1q8q313ntbwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90egsyhmnd5m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l539f3ktz5ngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn2hkre8em2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/web57nkcbsv35\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7gppfg1yzh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y88k238vts02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7e9r9z8d4ddg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywf83cscr42yh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y1j2b9hec7k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlb2h7l383wc5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rx1wpzdhpqj9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6phjybclq6wjh\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b3kvxjgg767d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn64bv9gbwcx7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_NonMetallicMineralsIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smzct9n49f9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v16tkfsxpw1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w15nw11khdl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxbenc5r1z876\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yf6001j6mbd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06dx5436kynt4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvfnxlqp44h91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt18ej4m7dleh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wljn16f7vcjw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh7vrxl7tedh3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8lj9t22w7mjg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkjf428nj0x5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtv8020t2991d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy5jtysjhg5vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6hbvc6cddgh5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/3jh77149c52h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24jlkxrg9erc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kxfb78txzdsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbjc2xz8x2q3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mqen0xzh0q3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/651m4crglevm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19d0sfb5fbwc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvm2b2np8v9hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5zdgrd9r1v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDJ_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz6xvl3erfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v08gv7h23xk1f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_INJUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy7t9vp9w7d4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t78emz66c4p6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42gsdwxn6km93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m5cz3zbdq01b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4h7g8xd10s72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l83p756nf32l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfk9kgr0gn44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InfectionsOfKidney_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtkd8xcm7sp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x5q6d4tskmc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1hvgvqhwlkp1\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edeq3xhp4pe74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljcepzzm38m7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgbk4zkv56l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5bh31bcne0e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkjhgf0gdx6s5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3xd8nmjbgtz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etxxejhkdjn41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg9dw9mvg7kh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zcrpfr8qe3eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90gtfbzyz6122\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tn6thfzp9rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7msr67y328ft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d69m15nx3xnyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv6h7syj29el6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c656yzklntfkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rqq6kw79zpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4xk5z5jpvxr2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/gbmmcs4tjm3g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfk5br133mysd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4ljgjej81fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05jt1t14pgf2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m22yrfyxh3dh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LORCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt3k4z786fn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrsyj50r3zr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xh3qxpvyrd57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l66m5glbz53b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kzwn4hcv1j83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehtzfgyjrde1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt1kmz28fqhk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epycxjxmv22c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8et7l6ck0me4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98rz0l53h4gpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etr2w70xl7k83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3mwsmrlkg5rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ITAL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9726cf327j8fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewkdlb6qkmmq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecn40r609lrbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dv2vyntz0x2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9n1cyrbe7gx8\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb9ywwmnhr8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylkgt1cxwq78b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tc1386e2c7d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6btcb61ljccf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd9zr5cjsrknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spqjw3wlt2nd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qsf0pyntpw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1np7mydmf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qy57z4g82mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgvjrezw9b4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h92h1werxd9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ptlmw7pwv3ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgs74x8xynp87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqm4m57jmkmnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg6r2sm61bb2c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v04wlyj5v1ep8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s691xyhjvw9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz7sc04tdq176\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin28_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS44-45_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp8cbt6k79t94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3td5t496yw9q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ejx9fsbr2lc8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7shd0zs8p55yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsh1ytc16mj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0yezgv3xet3g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/613bjedn3n9sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/052jzjdwtxkq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgyn08ez6glc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqbv54f2pvt3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy33menmgj7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2h18fvkxr659\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dqznxk4frgc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpks4d6e7yglf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_0_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/g48j8f4bkxwtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngd5qb68mhmmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x61f7pybwjwf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq8p4j18g4t52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc3nkv1vwet48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsg0r6th3rd84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f2cw1k597xhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teskke0bc306\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSTransportationWarehousingUtilities_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bnq3gn6ykf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61s4fv2n6hdtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rblhpm23d322\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51s80j8s5sm5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2nq3qrqpjjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17ckwyxwctzm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6lr2q4pj5hk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsjjhzy1ew6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s6ylhq407n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/513wj0sfc8b54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7t41bs6sqfh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pfb70993zl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkk7sk80nlvw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkgq8lmhhdwy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyc40c36ey286\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4419-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwjbmxzwlsl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34v9q0p43khy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg5j50z7jf65c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf11yke0207mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pvpnetv7r4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wetrc018cm07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqwmbxw4xkflf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbscvhkf2tfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb00whzby98fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4lkkjzrzbpx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdqew1yv18kjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlz480vn9pd17\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yermze7elvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65cetnnp7zdy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90xxc97lfx4wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts3gd2kphmhg2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pztmckf57wfj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3gmxmh0lpg7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grmcn8mtp77n1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7je2dh319drd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l15lxljm8epf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dns4cvz87ckhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1ekjw62x95t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9pnb7y9yzjbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s024gnymhc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnln4hpf3yph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyr7q3kqln34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlpdbhcp37zrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyb9m70rh2enf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2x8w9t6nc80d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sd48erjtb9e2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehp1feg150c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtdb6hcdjs11\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8x5w7g9bl257\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd1v58h646b69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrs9k12zxv6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe5b736dlx26d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpctzesbf967h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf5spekwqezlg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brnleyn4sj487\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnd9bvyhpvz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdc6ngnkmgj95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq918t9g1fkfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg3fmq5ysfdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtmt9gcthnz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npm5cm7flx7b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmc7tkprp9h68\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c77nbfxs07hkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6s9s8n33z6kd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_E15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8wmx7m4w1hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithDisability_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn5m87c4ypmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hktte4z1jtsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV1CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcmjfqgv2t08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflqyj0fwt9j4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjxbxwz1ss2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97sy8s7q6459c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ltdeskbvkn3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn9e0bxkpz9tc\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r6274c0e654h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0k36mn46fs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8qjbbqbs0qjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syhx4c86ylvn7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktwme3gp4feb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72mxg9y9e4bgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrtk26g8esg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbmj73551prf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbfbbynqt46dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ft9h2wt2f59\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1lehbj9d0t21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08kzbz1pwkgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y30gyrr48xpc1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kswk2nkffxy04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyqwzkr29m7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb7n80lhqxs6c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhl86d58fyny\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e10ngbesg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwzwk8t0ec04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0d76y6l3fjj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1x70er2237g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30k15w8dtp4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh7y5lj5h1qzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vctr9988j44e7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4vxz1h8fcf1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bmhb92tw22vh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rwqbt2e3dxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycelbrqbgpmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53whf085z8gqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj2hmne9jp1ff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BuildingMaterialAndGardenEquipmentAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zx6x2476ymf4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxlgn3d0gk07g\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjp8md18cg8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngw66tbfdez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8fec6e34jd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7y1x50rl8h3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkw5fner1yvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qer9kfp0bkckg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7fjs67r4ppg1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mt0njj0vxv6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3dv6bd69fr4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm1b3zpd7qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12d6tmceezjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znsjvyem00w63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p938rt97kpsg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38zpns4hrw9n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45zlsgxy7gc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvfd1j5n9vyt1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wbcd4fcsyv43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhelcv33yk9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hfp2243t4f0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exr9t81en1h34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lryxwy80y2snf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6srhrpyjmen7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bc230ev4c6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfh16cg1934hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dvhrledtwzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URDPD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz923nvhkp7cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yecgr482tqf6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxvytf7btkxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlvnn1ts21c06\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4ke5qh9qebp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vvhsqk04ct7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkqe412wbxy4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z241mmvqlgchc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0b28y9y78vh7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njkxj27dn3ch8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/941jsjgdy5111\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9l9v95kerz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x26xkewhdfpl4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05yj2frd0tl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwht2spbx9vdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbe3zqpgnk924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tne4tprl237x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4b555313eglf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjshdx56k7mw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhb9rtnt66zn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bcgspl6g881\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC6\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_XGOVEXP_IMF_23\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5wyl27hykex4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygnp5e7c5n8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79ctlz6jwrxe\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qts6864cl3qc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beepmvz5zjy99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0sdz1lw7wxy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysvmpqnhkpt72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vtgw2m37x2k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksl9jxym5mwj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3hn49bm8fc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqcmd90fjpr5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_2Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve6j2jne9834b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gmzsz4khw7x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9907s7n96p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPPC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr927mgc7dbff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7v8c60gcly7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkshc441ppkbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_100To149USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmswxdlz0vmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x2jcn2spqt9f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ldt3q1esqc3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbr7jyndp0151\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92f2g6r0mq2z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyjl616txqf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DEUL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m08epzy1v45q2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ew00phx4wef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d9b8yvq0jcm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er43dq8r1nmzb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq13wx6k534h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_PowassanVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgte30l74wxs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5y1vh8thnrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjpczt8ysrhtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7tcmtkys4vf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qxbmp2pw866h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2gjqqe00xw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03keeq9b5wq45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2cw9cjbpekgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1000000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lje9z2xlll8l6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk4tgdrc2h3v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1kh9jrnsec8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqh1g48whxc88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nmb9wh06hf67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6ecbwh0rpnt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdsns4eqx9xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syr9ecw26qzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c6g6ljks08v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnj5ty6mn75x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsvkhjbkh299\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l1rnsz23qk06\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxryzsns8bf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf1bycx6v9zv3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f44sk39grwdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ttme0811644\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NontransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4vr4wghrs98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn0t32zkcqjbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDMVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h6yxbrksvxeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkhjvt0ebkbf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmt9lqhmwp8b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crl84kh6xzpl\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd2g7znsgxtch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfxydw9jwznl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2j5y2dwqhv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t3gphcx1728h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b06gt3dccq8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje47lys2hq1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyrmx6x4jkef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5b84xeylgfth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qswnjmmpw3gj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpynjyr2zlrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdwjj2eqtn4yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_PROG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35dvw6yxknf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phxt76z9ht2yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gygp7l27f0d5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6w161msb5ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8l4p4kdzfk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh3r6g9jd3dkd\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8g9dst2dgzs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl7t3p3de7tlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85ptety39ldl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6z5b6rdv31w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t4bnr4wp72sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq4n000g3jebb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egrprsfp2ldb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7srzyvn51n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2svf89665wbx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlbzhe9ds3qt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v97rhqjd0qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kejc6qdr0jt3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehnxs8ytnnqv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5syy9vz2l2j6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l63nsbb3e1b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewp27kmk411t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0nlz62ymlx6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment1StGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85jk8ggx3hxt3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DNGY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6st5jfxckg37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qflfexdlypm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb5ft8md1e4tb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1y0vqxgkvz06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_68Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72tjcl6zf6pc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9929yfqj0dg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z7zsh4vgcfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7vmxpqpn99wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt6rc914jphrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ys7f0xf2b17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3dq1b103dwvg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9qhb34450qyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hep54bd4vbysh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmg616rwemk81\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg08ewjb5fh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3h71qv6xdpjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zl4qre8s0b5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgs7312pq65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb2w686kn7j3g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bj5mjjyxdf51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjkmcfvr0gn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pl8fpfpgt0z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kw9k3yr7ehj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f84ldyec53s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx3wbykdh066c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekyst96c12c2b\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBG_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmktx3rk5t9m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt318d6zcce68\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NG\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_RespiratoryTuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf8fxhsfe2sfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkvkgh3l1326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdeng9t0mgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female_Overweight_AsFractionOf_Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hdvjj13ehr6c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_CNTRY\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/230veenn8l641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/838ely471tzzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcm98jxw5vr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgvkme932916g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gss66h3s6k1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33r2zlj2lpd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r54gjple854pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsp2e4r0pcpz1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn364qjrvydf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk91lheqelvm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k698022r4qp9g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvljk0p6n586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw81705fn5rn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mrlmy236lkc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_CBRT_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8f3j781z8s23\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g86y1v5ys3p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3pq10wchtt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gne0w42gvjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpky56ygvqm22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/069ht81bplvf6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j4w53jn320f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8mh9jb1nt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xctkee3exd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9tkzys4n3l88\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--GY\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9701tx0vq8d5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_12_01_01_unesco\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsian_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hp9rfjcm8p1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wgj1128nh87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhmj64qvqkftb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg9snk2nrh9w9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy6nvcb8bbv8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ccwn5f1x4969\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4h1v5cvyhc39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fjctnqewgnf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h02mw7pfzl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt7ewllmt3826\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/061nhzwbz9mw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4xxch4mwk37f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvbp09w6flzw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2flntezer7d03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3mcbg6lgdbkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvdwj0eccmqr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxy1y14gtk25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c939scx7l6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf1p207djbet8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21rm4nrxj1pxf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCComputerMathematicalOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb8pfvm38hc0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyybteg3tprmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz84zsd6ljf66\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyq3dy0px5y68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9w0p37e3e66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89l7rgg1rrll5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2126kpkymw43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_CON_GOVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fkr624fq691\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_AluminumProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbzcejj98h52b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwq66qsz8dv41\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5bzn7sx8xdjc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_Emphysema_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yf5gewc7yzj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/551nnbf923nqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re9xfnwkhnvl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9sqkftm9746\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnck9yr581q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cedgtw7sy3wx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wyphhtv2pkh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb9jf018xqsvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ln401r233w1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92nd3ndjcml5h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnx4e26pfwf2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjecg1hc03v7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfqtfz4h95l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj8psgnt5rtd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfdt8e12c9vjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn97fxy6hn59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz17yfgm4s9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q5fc8kzsmr05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vjwxy98r2lp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd09xn6jflg3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn0wdyt6mhlwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92wfk1t61c3z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnhy6esrhwn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n09jk78zt42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zexf5l3k4n6p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qxdt23qkm2hc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5pvjcd7vk0d8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5t72j5tsl7r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4j226hmhjj51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yxelzrk4rpj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht90krnzmxrff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7d2z6fl5w2ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vd7vzkrp1th5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5je62lyq80052\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfdfkwkj2kt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2erecyb5xx8l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0se7nxfw2nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74nbp9232wg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hz7q4xs4mt2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80fms3sj5bfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fz7lprw2crz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8lj49h64zll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl23ht781z9b5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/w31313tyzhl19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48w1b4zbcp636\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qrd8k5f24l9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfwx091svnxd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k08c79jq0xwyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byx44hq2hyls9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_2_ETOP\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en932h79cw3n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl675nd03xxf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jt26bqkgwqpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AsAFractionOfCount_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qykqpq6x7knk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbs0sbq8jm51\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hg1e09ptbqn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pstfmheve0vmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chp85vvgp7h46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SingleFatherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7kdr5zjj9rdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5llw7k33qgj\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rts57v9lme813\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v3cn1hnd2lp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6y3fjt2q1qed\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithVAHealthCareOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrygmft2whvj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n260nszpwr791\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njs30pk7wng4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4djvfscf06sh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhvts2ejn66dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ft916g93ys2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzsfgy9dc80kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v55k53be4r278\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07f9svdwxz7jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nej7qyy6rpb5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/282xmkrqq2wgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdwc0yezd9gxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfdzk4pwwgfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slg33sp5dt8lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl2lgsjhh1f4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/064b7t3c8bpe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86c7c0rwpr718\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fenk8dfk8nw0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4c40p34e1jf9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d4yd8wqlewb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyt8m5l6rvjt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjsr7h7lh8yx3\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd990fw7jzsd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wk8tn29mt75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rywjrelxrcfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Asthma_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfnkbyssd2q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0lcnzw9xpg14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdwh9l807pyj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6q7y2w5dpv7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxdtm6bmy4wb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57g78qf1p4z58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnhdjdp069ey6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgxgysb3180v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7bv0992xnbh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/d3yy2twql7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw8sd8kncejy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbm100ge41t68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherEthnicityUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn8wr08z8znj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8k28hc15kxb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whz9n9h4j8emb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j234md1rdbd63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p76re0bc3kqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83rnnf69g0m7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d70pkys0e22x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml2xl85j9z8r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ce5vkd2409g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v53961zfgn1r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwl63f0l0j589\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7789547xv7dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3969ps0klzt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8me9509bh5df2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_EmergencyAndOtherReliefServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sj3e704j25y8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_FE_P3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2nevxf4bb8bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq6jge64brfh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r7d8ezxjhg8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjxyt6vjksteh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmby114xkpfn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78v857jyqbx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c78x8we1hp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef7b8hn3kpdm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldfkf9jmc936h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yje4nztzm111\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q84fnyt5nln6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rczq78lfd5tq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8cfxk7235b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewwsk35518tv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgwg7qb6c9xe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfflgds2xczd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8mmk6bz6gpv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68682w3g7p94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy2mfc3wmt9r7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_ICTR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hptc41x9d4y8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynzbjrk37493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djq39ewnrcwq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j19e2x5r6ng1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drrpnkppkm3nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyf80t0kzgt11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7se6n1byczqs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6prgy3qyxb11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwnnk7vbtt9gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n17x66w7l33d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w24d8ztq8l9yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ytnley25f9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0xz8g7fgysg8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drs3c6k2tdpg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y72wmp3vh6fl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9xw3tp5csjp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_COVID_19_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzgdlfq11eq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherUnmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snnjsfdl0l97h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9dszq65c7vrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxs7m35xhsbf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbs986le279\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb0s648y9fdn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdqvl6ze8m6hf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1felntc4n7mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke7h6p078fpt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f6nzkl7twjr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe4mtfpzfjc3f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp43tt8fxyszc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6vqvtegd1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8qrrc3g6c1cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngq930xqglmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2dx56fddrfc1\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p22l7rkgyk4jc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--ES\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother48Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjxgvks4hsm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv7f8lfb4tkjh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/188txxdszeh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtc4r9f5ypqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88gpy7w2y313\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69rw62j61nx8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhn1c4sq8yz64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f6fv8bdstp3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d47rpl0e992p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlc9rfv6b19f8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Fuelwood\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0w7l1zpyf3tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hndxvvnzf2yr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvpyet712k6g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h1zwh7b549g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xvm5cbl9h27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RYPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_FEC_RNEW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/961jndhtwh4x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg5p5v9zt527h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn1t3r85r9pm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvks3e8w28123\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_URB_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh1y3y703m903\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8pjwhtm9jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k943scdps2ymd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy3gghe3xwkq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydl48s2t5fgp7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n3d6jzlgjkt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftzdnlylvk7r\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf85zc6wypd2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr57706h1pvs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfk0nky4g3j43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wlt975s446b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jwkhvrm51kt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr1xqwzp45jz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le83b0rp4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjxtp4ey4lfvf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10xk3sf4w0qk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b69p4rend4xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3prr9lcg9x77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9thp5p74b87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlry971mkve7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heq9x6tptpm13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bye8v9913xxh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vlgmnsxtld08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwcj3wrr0q8h7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2kqf437wpvl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w7bvk2l0b12\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge85jwq8xdsd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypbt4d7l6yxc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ygnzkzyyzknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsmwhmdvz1we1\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t7p7djhvfkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cnbxm5pgwv11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5400_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbgj8c6t2mgl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fjwpjs38ssed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93ggt53jfqkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23p7cqjzhll43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmdz7p6en2lwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsn3k7hylhbbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f7yy6gst0w12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzk1gxkdleq57\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b31snwb31ehg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq9gqp6yjlc9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qw26c248sp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc04rq81cccr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw1vpqd20ny6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zk2n9fly4yx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyg1dvg6zjv2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lpsxwed7848\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To54Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3svv7g7ymgqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jzmqr481t2qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vmk541kwzfjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czqzc5vp7457b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx00bh1pkm1f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Emphysema_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ve1np9lsnx1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qgqt60xhbycf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3g3n9rlq9cs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c5x0f30rtx4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwts0x209x6vd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/107m0n14ls26c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjszz6221194\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdgk6tcmcb84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0967g6mmbj635\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjpjst094qh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmz9h5qyyjhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT8B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9mnc6km5zk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mwjn48x7j8eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0j5mmjymq5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhxml40r1k9pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hhtp3wkg04h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_WIND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dlhxwz9vzk99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tctphw60mstd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g24t4051h2n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1p8p4b027zt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3025nrf3e6527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzcjjrt8g6x5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j11t7k3wpnqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skd2dhfk536sd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rp4rs2p53w76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tq61jy6perg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf5q82qfjydt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2hhkp79nqrfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefqw9g445bwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEVAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfx1qhqkd5n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyy06mjfjf3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6nep5nwc3qm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npwr37bc62kec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91529g15wp42\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsnphhb5ptmn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5817wvjc0lq0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97zbj8yvmenhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh5twlcjse9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqv94et25dv17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqbnk75l974d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkms8y37t2b23\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/HD_HCI_OVRL_UB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rfj330sfqn42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46v056n28d2e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsrq9rfybxq5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf5d2k1nc9kk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0gf0w3nbsr61\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqye66kqlgg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68r2lt889s0p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljnhys1n98tk7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d157xmksywfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgxk3pdzertd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdp9ydrnzlzb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qf5n58nfe2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8svy350ng2ft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2lyjvr2w5hhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/270khdn3bghf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ev7tyrb0f2fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bst08pp461x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xy1cr2kdfqp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6mlwwt2flyh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcqnhftdr628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q24w10kw1cny4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hv95kh5k2j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebqgn00dmhrq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clg1y6r7z1cwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvlthc4sn9pkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9z8py6lqy82\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MaritimeTransport\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2529_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hf7ykm2dnfg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jxsdbxv309j2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l63rl097m09dg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4wlk7p508n88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bvc6pfchev14\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t98423xjsl4v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93z1xmvrlj52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce10tdbn1x0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwyk1hc5xdf5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbeg81bs8q5ef\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ex7dq4rkwg74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrcgs3pzyfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b8tky2n3gqp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht9knfzzn12c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkv9vw41flb4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_DarkButLighted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSANotReportedLocationType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbg4wg85q3fl7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19sp9p9rehs86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsld0lsglxf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_WoodAndWoodProductsIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw8pnfvtfqd12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bmccnh3hb7qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndg1xk1e9frc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_COVID19_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enr8t9cme6t82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2gsf547myyn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ViralHepatitis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xqjjg5glz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgv2xm51wzs44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj70wtt8mvk88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xctmg95mmw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3j0fhf75bsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3hlr92wrtl09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r70x45e1mwg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FacilitiesSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5q7hht9mrwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyg7q7sx6bt18\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypf5flddm3zmb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68nb44mk5xq68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqtvesqgv8nbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbv04qllgp477\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh0gt5e83qd1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1g4vlj4d6e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emfg1gfgdkh89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86r0ggw2eqy\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--TH\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Meningitis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_AFDB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tz2zejm3d6q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8psn9228gj4tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykd87wdvp0744\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31435qmqpmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0btb6d3680l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxqhnspyzh3bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hk6f8f9gvep2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6528kb8w3nge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzw4fhnrtmw51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40mc1e5bj9p15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c970hpgyc48m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_PharmaciesAndDrugStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qe082408083\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l11ph5ngqh7zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9n21cl4gebhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plg8wrb2tff4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc7dlsw6x65n7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToRearCollision\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90w9y5ldvlkg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjmjhbk6t5ss6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7c3z3ffv7bdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqbybe2eeglld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw8yb85c0c67\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcfq5sgllm1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskhrh3r4pqj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v08cfht78l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwt2k0tngeew4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Septicemia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blmylew8h3re6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt9r10y254gf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzn328ckthy1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km9nnj1cfcdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngybyqdk230z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfwferlpq9g2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxvk9f33156qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyhnf0962tnh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35z221jv6gegc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myc9hs75rhrl9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59srwfgj4zqc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk66pqq6xw26c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kht1z4p1e9q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7gx8tzb85k66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33qg3s2s1ep3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69wp066crvnt8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2svykp8mytg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/305fmdw1s5181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2c6f7xrs1e7d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwx4g81ln41n1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxn5pmbjjtgh5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_ADJ_DCO2_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbwh5ch30b5q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9mvt1yy7g5p\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d93x06940hk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/721xrbnw88brd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ess9ketycc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nf1hyhw4sll7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w55f1k7l9kgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddz71j110zlwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bmjnbdkxrgcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kshtmxdx36736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1kjnvkkwrj2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t054zqed6fp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz599t9edv7k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcdrbcdnhkyk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3vr9xxvmth7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5fymlhbd1n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcn7zl6hnfp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_09\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfk26gb6kgh42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5486rsn6rgzcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tx2ntq0egcz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh2mhcllx5q9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bhdl6k8tdrrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvl6t8lz86n81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfd2srd1c2103\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9msr2709jdr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hknnglsrj1n97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1e8szx0f4ypc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hghvcwx61c1zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkf8k227lsrx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jy3b79txnv25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/407w83jn8krb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p8eb3c3esr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3xgf13yfn3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w0e0p0dzj82g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kgqplmrm7wj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crpyrrwwzh4bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g46em2j53sdq8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tkh1bfd4jfh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1q3cq302cv85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r53xx8849bx62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyqrlv8cvv2s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygr9w1rl30ql2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v3vylzn04c61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb8xl0870v0xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kefr34zzmjcwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw7w8kbfzw1z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78efjprtzg1ff\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrrb9ezsr85n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3f65vepnjvc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szvel8fejwvdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r808sqh38f648\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y62eh327r0dw7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f0j2q12v598b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1xdj5e9ezv5c\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycwkf6q96wc2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wvpsjxlyzhkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt7jxelwzsb7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp0yd4b8qdczb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqr51w83zyq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRC.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqc9qnfn0801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58kerj0tyt2q\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rnsyhfzc70tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zt8hspt5hf52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35vxmhezd72l\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/decb38gw5d015\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rek9ezd9w96c7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6s2xgb49lq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzrhtcgb3m4d6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrkp0kx262x3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lsre4n2zl9k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzvy0rxmx4qp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhq2vwdrq26g7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7mmhhme77zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6t4phflvq92d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x3x75bx8496d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgksy7t6yxnh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4rgry0xegqe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygbhpxzpw4vr\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedNotForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86lmby4vgjl01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6tskvbzleh7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9bexvddlcd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qnrve8eg4et3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z0jdxjvf0j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqzd7ygsb6n29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reqz8p2en6k2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f553000bbl38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgtlfc8kf0gf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8g32x24rrls5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cctxc9czfc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvl8m897ywh87\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwkyv45z3xjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9ljdjgn81lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7zhljk4h0xn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb426tn7fcwdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eqbb3txf3l21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8901g8ctk8wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8pwhty9kv2j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ggk5261plkg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xysjd1rwlrge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb036zl11gd7f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4skvve3kz7y9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0llhlrmmm5ce2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhl15wl26t7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlzslz2enfbn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kltld7sfrbqlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pjh85x744sjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlydp3l6kmp5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhsekxzek5s4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn65c2dcy5w09\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63qweftb9zytf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdhw2ppc49w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl130kprchjs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d2pp233gntvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0xl2x7gt2nt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxv7dgn52xeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkne0lq1d0nw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc9yez5htdr65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqttg40hh58gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkmpwltq70zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje45hj783l16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm48q9vbvkltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1b0s4gmj7dd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Male_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp80862b5dcf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzrzp2tkd839\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe7s7qhyc2ejh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9emhw1qk1rq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v6ejwle3c4df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ynmyh0h1lqs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp73376ygbjx6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2pfv9l7jjrg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbkvrss45fjwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0lg1hsm9xz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfnweyqmgtbff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kz6b9kvps8c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63gkdt13bmsv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9sq5rcyc01wh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzwxks88ylmf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e7rnbywer002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/726eg144yjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ephe0gth2bc91\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61d4kkjvws95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr0h4ss7lgse2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mr9d374gl2l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk0y4knlsbxy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv0c73f549354\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgvt8ntm80h3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9xpm4m4pnzrc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k61b3jjje6p71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5gdtmk6nqlhf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_ANIMKPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nt6bymgfcr72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrvjzkqbg0vb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h03vgcxqbjdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3gz6kdrszr57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wydqeq6z1eqp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en4q311xltmr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxdthlcmv17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qde84vrj25tgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd4r1p6ygd5mg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl2csg9dx3v5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l62rey06tqk9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbpfpyzw0r11b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q5pspg5771p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcqkfbtvey2j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5606_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7fc5wqwvxtr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn70yyv9qz4pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cwh21n3y1dvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hw0cysgjrm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l1bewgt7k1t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr021bft4ce22\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgtdn0l7xp37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6p6q5f5ry0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktq7ftkly76nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd28vhry1e6l6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq4vs6m2r4byd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_OAPP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0x7j5p7et6eh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw2wd8hpzqzm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nzt0wl82s9e5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xk3bz66nntdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wp4ppf509l89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt7bhpq7ywx6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpjwt8j19vs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls4hrqcfzcf27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wjwm5lee8cwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0dde8y3xwl1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbq9j0gd70w2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkyjvrr984394\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t66snddw1w8j2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GB_XPD_RSDV_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x97pl5zcs0e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hvdv9k9h194\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/zzq29bs5q17x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1345hknkhrkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wlvhpejpj6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fwhw83gwrk22\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vv0wgk8xczc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4k4q1t5jrkw\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8txnfqes5xe63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzxc9pte8dm36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2f2qx8wels3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Pneumonia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmnylmq06r33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl35e21rwlbhf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz2406ccrqsr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmsdz8wc2v57d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO7ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS71-72_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3kfb0wrm6l8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67bhe509f6wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwejdxfjwk5mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se6tl5cqyz2yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0yv1kmq7wdb7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekzt2qdrdp858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hp0f276lt7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hg8t71sfk2bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpf5fwfgz4rw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh6ben9jydep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m3fjkmrezthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc9x65emhr98\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxr3m3vhrj33f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lkt3zl3rtt89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq3248x46gx05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hbvwc9k9f9zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58k0qhnt0wmy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c973xvq5tm9y7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s7sd7lj9hfq9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1v8y14jr056\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg88tkwke7s6d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pf8lr1pb955\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf4llnp43k504\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pn6v8j64rx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqg8fftp9cq2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh94wbrlv78ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czjmeq1n2pwxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/078c53r87xl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdflsqp0hgcj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wm6qpvcljk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0mnenkdjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k1jcltyrzzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nbh36p442sdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvvch4g8xh5m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv29v3ebmcx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrdj5yy5kyhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxten2cx71yt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb5hne18ph398\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6wdtr7hlrgfd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bm0n0vvrhgk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4m5vd2rntb5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkepe1jjbzjb\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19lw428yty2c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c40mrp2lb1z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fqj0psevtfz8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfcn5993tssl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc5p6z6cs7lx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nq30h9kclfs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4050ln1wz0eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxt3v7v49m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvxrt2ssnyje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yke09xk439bkg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31r2trcqymbh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy9q794rz5q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6bw0qc0yx0sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32m1kn2yq4qp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpw3el4w8rqc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtz65cgn9gw57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fzx1c61w6yw2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23cvjt9d875\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjl3jzzvl2ld1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmgxpe82zv5ch\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2n2l7c6w4wl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxlkeg9xebheh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqgy2pwkv2rwf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgdjnhzhc1ww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wffbxs7wbcv03\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_UR_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ROFST_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qx98sy12mewn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk1q8jlng7z2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkmq4c054vzw\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qz5zgqmtw843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3te4evh9rjpkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_SWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqy455mhf6pv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt6ft12z436p5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgds4s13wsyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xsv1x98f6yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ngpb3ry5pke9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lk5tnxgbv8kg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl9xwkfffj4l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rb2zx41ccc9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksh241ky7ymd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqls3v2kwxstg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSLP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d937b68xylw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m46wj1egm7j56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k7bdf6eq6774\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmj12zchfk7r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp431s7l2x8v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97nqbq496n3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbr9q3m80xlr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsSaved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zps3ne7tgjhg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eprmghgsktwk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7jrmqg2r0l9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fn40gszc14n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hejnenzqlbwv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tf7xb5d2n87c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87d13exj40998\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Female_Employed_AsFractionOf_Count_Person_7To14Years_Female\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3pkjyjnc5mr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ce9rqnnxx2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_ROBB.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_Economy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HomeValue500000To749999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr6g7jvff3q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vydsgrb782zv\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Generation_Electricity_Solar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wxq4z2y6wzn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9m448n4k2nkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nyt95zv9t4b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1beqvrv3hcnjg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh5r6ej5kkndb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0vxr6vz00cn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vszexmrn47e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0hpf0r3mfm9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzskbs4ey93lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwrfy7w0ndrqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnezyqsvlvpx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycc4nd9j6l1qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w77cv2c32fck7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_SAE_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cre5yjn2kbc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlt2fm1w5vk9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmrd1j0vjnm23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ctyzx8qcqv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wdvhhk8jzbx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p0tz1t2nqem3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2l1j562qntq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbqy1pmvkj897\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR02_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zdlrz2jb479\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd1epvfmsgt3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jj1b8hl0xsfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bve8q5vpcm21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_SAFE.URBANIZATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/09th2fpcwzwn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w90ftny1qjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbgt7g8cwnd85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWD_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf56rje48n17c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb9jz6d1v0l52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffy5gdcknw771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvkdgzwsrzrwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwj64trb58f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx35lccjttw04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjg5w934h5mb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf36xxnhf8ytb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75sgknn2ff5z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1kzjfptxq6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy1bxp91twtmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmvs1p5thhbw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn5jgdwsmsplc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7jrk6htlfeyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h2twsmywyrz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57lsvf9xy82l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8689xjbez9559\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jex6cxqwfr0kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4sp2tzrjsbtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjnbmc4tk28d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvy50f169pfv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehwqgt7rzs3n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7tl8d7r4gzq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4twh3t9m5bf43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgbd4pyhv5h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnccqvbytdvv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tlxx053vzdr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0jpg24eexfl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rbslp4bbxkd6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_FOREIGN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg25td0dl07rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbbwz2h1sp0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l00nc1t2e3e53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17806hycrhvrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0smnx56gm83b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km7yzgmsqjzz3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jfrx8xzzh3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsydy3y548t17\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qse4h7qdk18j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qsx3tqll9v9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_0T19_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSMiningQuarryingOilGasExtraction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcxwpg5qkjz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25hzw2e4gxp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhjxtvc4xc45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWDM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s4kk0wt42dk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2577xk9k4ec5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t47wg6sb17j4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q8wk1t6ftf7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NAICSGeneralMerchandiseStoresWarehouseClubsAndSupercenters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgnysln9r25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c4zcyw02n71g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmclcz5h9hqkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvb32xppb56p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Households_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mw9xmdm541h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4plr181z8b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh2ywykfkp0k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nby05n85k3jl1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0dsvpc6q2j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdb6y0sgks6f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2262jm58g96\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw47kq77pdved\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjncj8rhx5pb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5rby4n8sf38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wdq0yxxj3gmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ze1zjvcsnm4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgkps3sp2v216\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4xkbel8gje8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc2zw4jwsqby8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqbg5z8p4qf4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0wm0mg9zre7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyc2pvm96nhz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vxp67lhzhz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/032e7zfhhthnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g1fvy78blccg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk8vrjpxe6l5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfmc243brpcf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dhqdtg6c8f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx7k3xpmmepe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37gsdh0nr8jeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5624886vcb76g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6el389mh4zse5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6j0gr1wnl26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwcsz7krgnv2g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjyz4ww0mbjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwb7x6m8fhep3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwg16c5nx8v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9jb0w2ql429g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndh0vtgy7cy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjvzdwms241d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly96fl52gbrm7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_NaturalGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cfwhgmdzbzw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73hbcw777srj9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyb1tryfgzt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5dgn6b7eslz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1engtmzj7bnjh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hh7cp878qgjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rwrcy986z85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pry6sv9kfq7v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqv5lxme8908f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyedsk8bfd3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0l048qhs341g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/byr07bv35srhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emy9h5p68jbp1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1d3mmw00gkqf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmz5pls81ebx9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/715w6fd3cvd2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgkzy1034gs3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcy4x3fjcrdp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3fcv05m2e8xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts29v2f1bs23c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_Kerosene\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_FarmInventory_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsbvl9m8ykhm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev68ph46f7kpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkgxqmbk8xt1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtkny66515vg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jx6c3p8p1r14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rmsy62xw7peg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8le3cqd3r71zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9gxs8lmxnd4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/k1gcrn21x9y93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cvwl1z9zgdtb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0kgtdrskte8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bmzhwy9k18d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Male_AsFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5wx3r4ld9hl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gyp0k3g8wn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8zqkcl6mj19d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhw8gzqh2d79\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hg4p02p6sp35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bljtmn0hvvmx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjbm0kvdqp4k7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6pklnc8x975f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61pn5kxdxznpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjd58py79p33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l07vpq2knjjh8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6rv01tbvgnw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hznr26jd96869\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rzwq9264dbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df1yn69tqd527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpbxtj4dtg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh7rgl6gwm3r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cegkxcjrtgjj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zfnt8fdcdj55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxjtr8r01jxp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnswd7w6ns8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8ngdwl19ex9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55zspc161h5yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1q74ym6q55jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3w3m3emrfxf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_FCTY_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc6nhrpkb8c4g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hyb43679vl0f\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7bhlqc1lfxlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11wq8cccr46v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zkefgxmpsm7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qzmresw7xl4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcjkq8ednbl24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldg5e6ryk1xs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tet3y7d5zset8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2WHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbgefqppyke7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf7y7n9jdng81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5ms7q418rd75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m2stbj70nr62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfntymtmn873\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brwr4l9w1ny01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c233qnv6w073f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrq44ke49d4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS52-53_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65gx1qmj97nyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcqs6ve5nfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmxsk9zxz7zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hektwdwxtflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnvcxnv9fefnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gphrtklyvqwx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0dkfq1h91kjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9yl1rr3tmgq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/808dmcpc7dnzf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjrqr4z6rdsmh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_HL_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n83hwy0vp086c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mwzv8wngzbqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhv0f4l2wmp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbsws9y2l7beg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bgkwbk6cs9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skywrr97c645f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0pgfhn9pfs0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n720eg0s4jnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6klhyd8yfmwmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evqgszesd6bb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsexbg6cpgh8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m2p5rk6n5x86\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mnddpkdnl13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y29qmsqee6s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjndyf4jykvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge74lhbzzrq42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgbtyfb42g6r1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bq7977xfmb26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tncxbnmntp31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwj5x6c741mv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAJB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/I00-I99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzzbbv40ylq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brz85rkh7k7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyc6f6qwjxm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kfm81jef30k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg06v43gc4whd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy2667xg7zbp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrbyntbgbp8y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnhmh45fqenph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3mgkmm7knpgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltd2fe7t0hcjh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gel68tg1dtgq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqzqtr7m20p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grmxjm72322g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxfmvjf8b1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zkf3j5nzx62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te0hck5mg6p24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0rm68vwxp6e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf3rvcrqr1ygf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yywhrx4lbd2h7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0g3srnj4kp5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8gp902jnk426\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qt53wvczcr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_6Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n63fv9nl181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bdy89esy513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jvs5fc4gdv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezdecqpp3xj9d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me4hy4p5lvyzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7egewy0rkjd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrehvfhy98s6c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ybq6eqe6bfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8b53hzh81kx9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_INSF_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrggx86td0z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rttb1993yzqy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjbmmjmv0101g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv2z3v6xvszlf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cp97v5yj3rsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwx3j6f1rqvdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmcbk8blj9d1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956y6xvgdc5x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5t5gdngg1feh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg36wxp94sk5b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3s54181w956c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tym69xyklfld\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q84n30vxnz0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnd3dxm44e9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/I00-I99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37kphxhsmt459\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c11n96n5dt91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1gg6vxwqvq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xwkd7hr0jqr2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwspz1z6g8z95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcby2hc483r28\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z58b8n3gxby3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rn45k5s9ym2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40981ygdc6y04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnnbd5kzf9k3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9362b24qnsj\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbltnbv7e45r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbredc7f8e715\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8lpeyc0ntr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnk1n0lefmq42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2ejn62vnz4nh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r7gmrbkr3sj7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qf2ph2n8cy94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eveck71w9q0bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdwxmpg0nvzwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy4znqqd5gc8f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--NI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frtfqfj4tw1g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdj4m97k8g3g8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jq9jdwhmjqr8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Unemployed_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tmwsck1zs57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfy1l6se2nx8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzg3rwjdtcxg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lceny650n9c57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhz7q8wzjcgj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj5rhjdgcbg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvv7xmqmvnr4g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfkxn6jr5p4q7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esdrkq4txkn0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbcv7d5z7cmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqx8j6h98gv1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsyb1e37k5lnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgkwzdgwwrp7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rdk5ynymx75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8dvvyp147vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58jqx6gn5ldk1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_GOTR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone_AsAFractionOf_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Broilers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1nh1mrqncrh3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03dcqr43jfw21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p10rnfd7y01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jrsn25q4tmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nek5lvscsrsm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjewm1w01lr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxmcj6xyk2we7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_DoctorateDegree_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t74fxy1ze743h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpj42pcbr5b78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg6d92znl63v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk88tjmdynq41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pgzzk5mw7yf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlyqrgm1ssekb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/borrow_any\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36s9p8hchzs32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czq8enpv7fcd5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1d3qbs05fcq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjskpygzywn3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebhzczwsckth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2wsbekb6ymp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z163vq1986wv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_PRS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz127y3vgjj2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rs0dyre3xl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ngvvs1lx80c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50v15gcn2n23f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyh2hhyzw6r17\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drnh91mtedf6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgw64n24g04t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3g9k60mtjw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/R00-R99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3rblh840nxsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sllk8f0t9frw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3cq1dc75221\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mst4bw1ngj6y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhn3cm4dptnl8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljwwr18bl1np7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egjfh1lk7r14f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkv1ywtpmll94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_AsAFractionOf_Count_Person_15To64Years_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg61y3q9h5en7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry2tnmstly7wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5qetk2vfw1n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9zs29e7qbrr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f3jb779hsnly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh2n1ydw6vpg3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cm4v8y3hc5h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrl1ryq6jjn06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcm9kbl02mvt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5mdjhbxy51z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nszrnl3ygfwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90fqzrt5gkn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqns57zz9fys5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvvxex0gsqv28\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r21y7g5j2fl2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1568_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvp3wg3qzvh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithTricareMilitaryHealthCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f459zlqdewgs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvpf1rtqc2vj3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n337fn1755cz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4kdc2yy8fwg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS33_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hgl3r8fw2e2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gz9ecfxxlfz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llzsvsgk9zs08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw5xr32lg21zg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9sb86rs8p5v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsd5qdp2th24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN.SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wph6s3z3z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/402phtnvzj523\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GF_XPD_BUDG_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l49rtp40p0mdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SHCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y9rf1e5jxweh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjhkkkwtgjed6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26d7bk5tg5n28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TC\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwn26psdh9s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f61vvfk2j8nqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin38_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To17Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pfq2vxq0sqg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr9q4g0d2fnsh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhwb87zcbm2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxfkt1e41bj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3qw8lcjkf6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0mjg3hzbwwc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9nbf9ezwc2z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOR7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s19ngn9h49q9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfpy1g2m3bt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1bxv3ldrsxd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjf2535r5hsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44z49tcs0ms79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0y9cc9jfk25h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9pft64gzqlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcc7bcnzvsb77\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxytr2yfbwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5f1jxb8qd5c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41408t0cbv31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c3ygqsfh31lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7p9jq427q9ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy7kw3wljn1eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3kjtfd6rdht3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f851c1yjzxcnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfghs62p9dhkc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSEducationalServicesHealthCareSocialAssistance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18xr4rngz6s5c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rrck44yc0zs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar25000To49999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0v3rkym44j47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pth3bpehptjbh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45k3e3tge9ft3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e85w8yyke3q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hhm5xm0cr9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt0ql10vq6ex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk056bkbmrpe6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19e1qpk0y7kmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19t8c6fbc0mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj8y0kk2lvwrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9me61ydxj82\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0m06r1lzm8q7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cvr9fk06gfwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klv4l5852y004\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnldenfx40xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mte45j23kh8dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpb6t6khwzyb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales__ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92emcwr4dlp39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p49313kw8p27c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6ylj31hyrkec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr22yy4mveyk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8cvhgxq1922\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s020lyk6xy2g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlrsf7y784wn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1sh09g13fkk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/388xq8h8hdhyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhdfccct3pdx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_GoreRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wwkq3f0729x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ksw3g375rm7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llk3n21mcf8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9xnnssxv195\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyjf49qm7c2zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nq3tms2q6cth\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqyh7p7sc6z08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwjhqpf76vr52\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n8kmj1kk3e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en7vd0cdmjfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5wb2101yl0q3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdhk7p5tkmb41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hf6b0tyrtz6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCC.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr9ezydjpr06h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6b3mr05b1ev3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx9gcvex855p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj1722v75sm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsCreated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherLandTransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5bmdeyg0kd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6kypmtm9bk6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmyd551yfdvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8yx16551s53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsmqgextblr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_SeicheEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewf1pqvqbnfk6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btkgw4y8ccz74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade10\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsb8fh39ww7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5w6bf4z6t901\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgv2e02j59ry3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eyf09cc0t8g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfrq6q46ld9t2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs31gpmj5x832\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f8374x3vw4p7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjd2343163wq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65wc5mjb150b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60hq6b0btrs51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hm76jjfb0pk5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjw3esdygfgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6x4cl9dz4el2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cf68pbr3w3lh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqtzskzcegfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e11hx5288z9b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbgbhk9wxqx61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppqp9fx2qsvh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80rjhez6r8l45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc5qr0hqgzvbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy4xh13sz2v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrqjj761bvbq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmlezk9nhyd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjw31mm8v208c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9332eecx562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b172txyr9lzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpr9vcvw9lnm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb7r7eksccv38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9fff1hm85g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtyq4k826q408\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_IrrigatedLand\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SweetPotatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1h4pzfhx9tp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59v1bw1c4hdkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8sw80p2lx1tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02fq5e152z4tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFONU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BuildingMaterialAndGardenEquipmentAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3efjq3rg15df8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45ycz5gexybc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnmbcjywk96h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgqy95hrz6xe8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0hkxg4msn4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqcl6k60srch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbqg3xs98548b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_AEDU_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v441yvq5wgde9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbwv644ve0txh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73416jyx4ph3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ex34nq491jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljvqz93echhxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jtj4smmxkf5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kekvgn0scy5xg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpnq79qyztj2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t59716llp7f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksqk2ryjfekg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb6efvkytw8f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9qrge1jf1k3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpreg678kpc3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv386w5mvz34c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47q0f42r1y293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95n71zrn3ggf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evldjyy1ms1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7x4rrwh1grmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88pf47nzfy421\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcf60g23ms4r5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl79zwqb0t6nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrl27zngmsmhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwn12ly72fmz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08g67p46z7117\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gd4cr8q825h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_UC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3llbyzb2txc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smk60nc4qrt3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv5ghe66jhb31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bndyrysrkgct5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5j53xfenb2yd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1kgh2kym0hw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales__ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvjdyrsvgh454\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkl9hv9025ww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7ksg23447s1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6senwx6mq665\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fpqzsx35kbv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjfxcmfexwhf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sp1q7fkewk0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6zjw5129trq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx0q57r78s0f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdphhn1hngkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PepticUlcer_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66m2gvsxd1wl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njk153cyh4q24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0lzsk9dj2my8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk4cgf7c57f35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVCHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxfz1j6r5869g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxby05fcg2rd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km4d7v8t6vhb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qycefz5x8dt5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvgrvcmms72fc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8heyhkz2fmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x40vxqrrbbck4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntvm2es8dls7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9yv27ej238k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pezgzqlrb18h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkvx8eh8mm581\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmcqfh6ym1kmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx63fx4l3dkw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1pwxvlcvd2p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xfdvmdefbh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Hydrocodone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce9xv6vthcj8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mts0fc24kdhy7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t13fvt90gg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8mk2jt2tczzg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13367f57wze47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m28n4srtrdd8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg88hycev6mf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5734drysxtgcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BORIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlpzbc9krfg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrefnxzfvdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym5v4pnyppf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbq3txcztvfhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdt7dk6822yef\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fsgn7xqp4rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ken770hnmyf48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt23jp0djn497\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqt4qxlf80cz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21nchtqqnsyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s1g4c5hz0xc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tlpnf8xhkdqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysvg8c9k6s8j2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfm70twl7h57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_CongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gd0qm64glkq8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdd5wdyl3bykf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs7cf64n0z89\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3tyqskjmcmjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc49d9q4yjbx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhwd2bqfqsp8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqbrwf38msch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGSFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgj3cbhtc7e8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgphr9mrbzh53\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_SingleFatherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0xhyfmk796d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5r085x15jj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwh06b0752b87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xqbsnh9hy65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w57jrpxgnmw8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjppg1rsntcv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRefrigerationAirConditioning\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m04xgmzr2mqsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b7tgp1xsfzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k43pyv8w4fll5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc3m2d4vgnw3g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpz99q58mmr29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzh1kbdh3wpvc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv62dhzcyzxf2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_TarSands_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m95k426fl20nh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq13wqy3jkqjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hcgw83963lqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlfye6kswzeq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85qq9w81zb81\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--HT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20w9sdnbcrkc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9592491vb74lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lkhddxxxxv25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwt7nzrp9y987\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nddt1y8j2gf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsxkn35gzjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1zs5qvvb2v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64411jprphesh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwlmcxp9l3jh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht1pf0q0nnpdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SAEL_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfbwrth2pzxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3695f72kxv1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wzcbt7ylnz68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnllfx6ydgqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m13zgy6hvb2h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhk1md82p8bq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11zvb9z52rk9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynt5qrhxzj7j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e3lm4s58ed93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy10hezdvgckg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mj8srgx4ngvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpgrb0j6fn73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g305wxlxlyrq8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_PP_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_HodgkinsDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qlmp19bkjsqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drggql3q6ccd3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgys53pfe01n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvqg6ycqt404c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9319wgx0yn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PIP_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0eqk80jsvfj2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlwjr12wcxfp8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbtxzpctyr44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d62l83kme0ckf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g89r99vwq2fr5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_1_RE_CONSUMPTION\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy627m2w5e5gf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prldjw7r94m4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s11tttbvg3dzh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8fsnrx2psk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vggkryz5z0bh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryntb0dpb9xsg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ld8b8erxjrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgpmqv1m0rvf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyz9wzk1ymqf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7hggg6bp75qf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltpdx7yf8ldc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmb80hky8zjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthLatinAmerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50ts3rh125h4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es439549qjfl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gstvfw6gb8wk5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zvhceey56ek5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBG_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j3700h350ld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lgd8dg84z572\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2d0t3ekeslch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4084z0022eyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmx6gz7tlx9r1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2218xlgh2qwn7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vfw9c7r0ne7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6q9k722zk4s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k68r27pz74qg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rljl7d5b6xngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stq5yr7gzjjqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Codeine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67eb1xbw4hf05\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BM_TRF_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vql4rbyfdgjx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kk25vpk9c1tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jh12f1fg05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np26nl2n3sz2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q9zze9xl2ee2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp2ctjpw1g9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxln2tytyjwk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00be2ff7kd9yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1n3f0rhwkj0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmrh2jc1384\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907mf15j9zxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rt64j7k95mdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evmflb6gt987\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n31xmtgmj8lhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8wkf913jsnn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dcmzwydmtet5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdn0b1lxxq0dh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyzjs15s7h0h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2mb7d6xemkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4e9dm3ttq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/871wlj36sn5b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cejpk17qym745\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p56gl9mkl370g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxxlqbelrdvlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdzybk2148ye2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v875yrepjygg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ez7nl1wdzc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvwvp6559v3z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_FederalFund\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pv19r1001dx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yg630hl5s95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c3g5pr9kx1m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bylrj0t69k1g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmcnh0zjnc4jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/711csyyh8xhb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crrmgcqfj1yy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1egf470pncn2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454x4rm281wc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r7x7zkfp1347\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTMGT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyllygwykn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bjres8qbgjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht2n1p578h1r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7dhbrxj28b0g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2693wfkykmlc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_350To399USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfcccng90e53f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gjkyy9ys02b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk4bpcs4qvj05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1j402yh7xfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzh654e5hxk97\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COFMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xsm998c8q142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttyyd0p6w34c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg18yjwm67d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2zph0ry7ls85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3re08vp353jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8nqlscevp3c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1z3hxw3rq12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjtph96d2nvv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kze196e082f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4cbhtxdxsl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4rdkf2vb7b22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvq6yf14653b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwpc8704kzd29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rthyyf74xd37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87qt8krmnb3l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmmtysn9cdyv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sngc51qr90r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd1j6t8xwntch\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTL.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tffpk9ey0lbv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvxe8ptztd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7bz47le1x4gh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/753k0y5dyyb9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzbb6090rgthc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n20erjmw7v2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6prxrzjfsk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx0e4q6j2qrq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h155394bf6ejc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn7fwh3bl4q8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fcgx884ffrn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6ey3l34vln3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4secqe0wl3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44s8pwx8585mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k9zkbkrx6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglg0nvjw3ysf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgb1702l2901\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dwsze432e0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4pts2d4467m4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MIBR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_STA_STNT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64l0v5cv3es9g\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39qpdke019mt7\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ktpyknt4r54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466r2sml8cb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11235zx1t3fxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbz28yp0r0z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yls7xeekq46j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8y47yevkgdb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh4k8ksfw78f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21demjzgb5bf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9shzc09zkkdsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8grks9m5nvf2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxkkjdyrxev9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy7kxe43wvbyf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne19p6crwmh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x82yzqxqcxp95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnl927l7dj6z1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cpeyxlyybxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86xvrkd15qjth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wptqmt1crng\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhl6bs4fptvc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/340mxn8nj0l63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y7efgxn09zx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd9qdsm8n4pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmty01qn7m0w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp4e1kfd0h69g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/P00-P96_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf0dse618ywtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k5w91rym8nm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpmzd274xmeb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0b78hcxsfmfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhl8krzkyj79c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f14pj3ejf0r76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjpdecpxtn8p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1xmr43qmrzy4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/C00-D48_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vh9tqxer223g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jg5e944yvh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5sl0wrs17z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9012_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5steqb8sxk2qc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zcj5sqlqs28d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtkyrw3betv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz0rnr4xkzv52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_ICMP_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nb1p8nv20zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3htl25wfxp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khk5w3nxtmd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwkvq9pnmew92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ys77t546mg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1l2j3e2wy7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzkq06e4pbtq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne3me40ksh11b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jzlk5t6600v3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_SEEA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfy944p3gmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4mlrnqdnlncf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzvt3zlgmt42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrkbfrz7rhef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8yt3gnr278c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrzs1w3gkyd0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr2bs84l1sdkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncbz8j0nj3rsg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1thz0fvbj520c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhpzfy4nbdzd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R07A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx30f3dglljfh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ey2zf8h0b6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp1cd60kcvxmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0wpk4e0wd3bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x883yyh2dtnmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5v8k5wy8n4cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Rainfall\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtb9l1qkdwvkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfet5jmnbyn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6xdfrecxln5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gyvbdh0jfh96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqws19k308q3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hmlwqj1wwyj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6prcvbt6evv2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40wnd7x743b79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt9dsxxzz4qtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrjzrj36wbc01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h078b79bbwwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtbkwpzk4bhwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wedhn8weq3md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd106brrsjmeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqksr50zrr3l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exx88sres245\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Meningitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f05ztxjmpt6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej09rnr7c4fl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphbkyxyd0bw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny3k6qthl0s5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_RURP.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1bmdywwy5gpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gcst0b946e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnxvqcedt9j7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6wzf5twdyp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpnhllcvlmenb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69f0segghdl61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05f6qnytdxkl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60qez9dkgkv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcjj69ysljyzb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto19Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d69bfvkm0p67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gy796dmqp7ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zwxs15jyrrq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnx7bgfhw7pc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbb8lt123hvj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03k4hvfnd17d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlzheimersDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pmqn25s5mvc9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx4pyp9zy5w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb4tfzxt4r16c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scyljc76tc4gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdxgbhvggt2gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_SOIF_06_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk027cnf9jdjg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ly1k5veeyqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e1j3y5c42drc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtr5431j12m6h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0bxer2q6zbm\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vgwzq21f1lh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q19l6bndgstb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j81klqpt8v94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kpph3thpxq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqxr4kgz9qz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9ypdngg9bfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddr9w9rxkdqg6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gc6392c35zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypr7nczvxq3q7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_7074_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Pneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnzelghftl55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfb0ly7qk9hw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8cfv7s25x759\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ne8l9byc6sw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/146p3wch6bht4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744sx10rclss9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvbx924ztls6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r444r7ffetepd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgwsem68rqsqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfw59wjp2t974\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scnp6d6sv1jqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eymrh2p6xcjvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wdtrhyww082\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6xw8nv92qh26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl7sdvd65ql5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvzlfdcsejj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3rk2le19escd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG00_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4yrpen0rnj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xsd0v27l0zhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pzstwhzmhh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9n104v58n13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_RU_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6hetgbfj0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwpk29xtbsjm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbplpvckbc5gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43jdbtby8034g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srrjdjqnjprvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1385_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezfxrgg69kkr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d324eds6p449b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6rjlqw8s8fd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nmm8vesc2wqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9fgtdhhh76g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentalOfVideoOrAudioDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjlxpysqk98sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hewpsxpbllpy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx99pbvbfvx5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74pnjm0mtmr1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hjhfbc2lgnrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bdrrq7xjlnf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmxhvsl3ch138\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezqtddr4v4tn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx7kcx2cv6vjf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llvjz9b9zkld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnces6ke83xg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/018m6nhexkewh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k0g97vp8zf2f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ejx211gmhjy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjtf8h02jscbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_GHGT_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htppldq7btlvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0hf0mhp7h76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s2tc31tgx0k8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SG_HAZ_CMRMNTRL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6z9fbzqlh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjp1r2sth2wn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dxe8cy12pj8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dcxlfmzce1x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp183txbs8s05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r749kn0rd4xw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqk1sleykd8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq5b7qfsxz0t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfgkzqk8wlg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy3368stbm0m9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq9d0wtbt5wx1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbj3v01wj1sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tl4bmrv816cg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_VBPIB_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ezgyk71ymf8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr2df4g442g23\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhgp44g7scdhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32wwfhg4dtcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dydpypmjmbjv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICSInformation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv18pllys0592\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1vg6myrpjf19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tb82nwzelpj5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2tn45hny6jj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqwqwgpl6gcg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l60qjhxgcxf71\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xpv5vr412m3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csk0e4q0g0e46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13vdkhxk0f5h\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4yvlmjcfv1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6569_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glsyw4p4lythh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxy0hqlf5rz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxj70373kj3kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h7qhjv4bj4n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sn78h9cfjtjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6n0h5mp534hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyxehwrn10ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb6yxs0l0jbvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GNP_MKTP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1pfzyvvz4ry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d32b58cqzzhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntf9whsdhwk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PTR_LEVE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvzhnmj49h6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9r1ez081m3n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jfn0qcesbg01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Suicide_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkpzh6pl7lg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09jcsdl5ywtm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g611g722xhdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm805dyj8wg76\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ct180bv6vg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jy9d7czzbs6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq6n5zgqjndv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cjtjzkqyche7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy1xssg131bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw684twrtc8f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhqterk3dr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy2fcbg2kbkb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c13yvczwhdn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TPOPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvl9yehd4cx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrc23h4ht1zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc8lmjt8jhzmd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87q841emh729h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gscf6bqgjdm57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgrrn61j7rfr6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m22kqr908ll3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn40yqk55ybdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4ghjefe8lfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxpr0stq8sgnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym9dszpppr1j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlwpcrr33hn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svxffhs596r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwx6b2pnt9m5h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8mltkq362zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qe0jchs0p4gd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtg4ytfwzl218\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfs8sgwegrvl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbnhmkz00j047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx84wkm77vfx1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5bqjhx080sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7f105n2k1ek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhrs19eysvqq9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfnhbw811s2c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcg5pcew63bsg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TG\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxr7k8se5s7x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdmzg21wr28w\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x48nzrne2f88\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epfqs1df79kc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j929w30c42n5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgnq8hbwh2mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejfdp99cwyxg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1104q5q75rr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxwyzz1x4027\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncklg6xynsdcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fk65rz5t09f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfglsxyh92ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5t57gbxlj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ychyksxxrln21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhx36gw33t3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p33dvp739yeg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxp3x5gw11j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y4gkwgs8t1e2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_REG_BRTH.AGE--M36T47\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k724zdj9wq5hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1ffyt4knmy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j36704820kd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th4cny987ze1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp88j4zwzhz15\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5j0d4556evd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6exqettdky6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feh7hggmb0bw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18zmz14wsdx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_TIM_UWRK_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s677erz64rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjgyvm5wv21d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egylxzrbwfhp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g0t76lpm0nw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9b5p6q1l9g79\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybs5fhvkyzb0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw23jgnmdg2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jvws6g03q6cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3699hmlen61v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bexw0xs9s81sc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bep1dbg73k88f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpb0d9r3svrk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4zgxzp61nkc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym0g9cm6pzyvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k5klds67k5xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qpf6lvj9p1e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14z47gvjck7d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9fjy19xdvtyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89qhexe58jm8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd6vp784vx483\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plbv6ljtrdm06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevernc6s1esb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_OtherBituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2yj1j32f0ty4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcm1nglm9h0c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtdy0x4xj6kt8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9313z5dsppb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt44m4788qlwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ke3wm8z4sh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4d98p3392qzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/464wcv04zld7c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3hyk89gdexth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ddsqxentpdg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt3lzykb3ph18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewyx1yn5dwzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2kbnd3yv6z3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PP_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15qmzxk81pyb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28m06nyvc5yc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l86nl2cb0mey7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzy9ssjshx7wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd0236bj3fykf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__INCOME_WEALTH_QUANTILE--B40\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em5ysxsf96xb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgeryclcn2rwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rfcx7qs4d11\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/3x0nwrrk14tk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh6y3p7665t17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyxmx3njevpsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransportationEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0brgx09z01kh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l3v1f2ffwc0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe0gm9xe13x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d121zvnrk0508\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w7210e9w3bm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6psb62vxhcgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgtcmvmcdc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40qs8tej9xv8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_NE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exxlb0j9jk0vf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjtypr838lj3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz49wc5n3lhpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv04bb5cvw0n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2wfbwj3bqkrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cf7vrc8cbp41\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnsxcjkz71k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRO_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7h72vte6wms5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dexke9r70svb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g61lscsrwhx6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e02kxmpq0wb17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz6gwv838v9w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bmmn5lc8968b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hqvj9xblnxl2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WarehousingAndStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ytxh6s46fnw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g1502mgnhb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p19dypcq7dyff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylh2w3dqhg6m1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRVL_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbc747pfyjq6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fjvjz9j9l44h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3mk1f3wxd0b4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_1_TOTAL_FINAL_ENERGY_CONSUM\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/7c9flg7fbgh04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4jf83hzmrg57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevqp5jpmcelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63tphktmfg265\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzr4vvknm9j9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2nly5l73cgk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg791ejgz86nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykbqz9q1mvft1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx5dgm6w3344g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f41k4d86msrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnvnvkcs0k045\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22efd33p36w76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzfczglddhnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q584wxbpb6m16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw37rcfl0nfrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdehygbtsfw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml04ejsp7rxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8bgbcmnsmkxd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.5-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h63my7s7dnfzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhf4czh15e602\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1z1sjnxkvys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tw7s4nbnl11\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ekcb5fq38fwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k45w2m984j35\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdkfbmhj6lfrd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17k1vjyr45m9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cjs3lev83yv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tgx5j2hrpbzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxzpmb82rnn12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfz8ney53bg4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbwr3lw6js4eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tbqzmtq5sn86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf0lblp1fkt1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te4xw5yg99fn3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--VG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4spgewynmc92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f466crtqtr7p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4x4p8vzn60fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgx41jvcwh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsgpqxp6b24kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzrhzpylrlnt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/806s0lhgr69g6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp4hs30k99wgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kte1tqq1xz67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zn1skrn278rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pk2d1lqt0mn5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4455zerxmbt7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hz72lghprvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2k6ttn8epq36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfvstqv67wn1d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b25g8hlqf05xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmp6qzgzp7ly2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rlsxn8yxjklb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/865flxjlhpky7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w722f6c1fwcm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnvcdnlg1hqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g5r5rem0ydb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkq1xprdrjj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb4nhv0h2rsrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ck2pq6jx8m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn885dl8x08wc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y7twky7l2zl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veps4jm7by2j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h4g4emp6q5l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v8e6gf00dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfhg5fjpjdml4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnmhbhws4fxzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0jmjsp1fbckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vlvtrl2nv55\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgbmntzqpz2lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Employed_AsFractionOf_Count_Person_7To14Years\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/d6dmb1xdc8rsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnl6hzp2vn8d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjw48vcvjr4d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4n7805t91g5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr11gs8ht6wr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbnes11dgvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99zvchptj5h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfqnxmc18vhe8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8djkvn9knh57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m08fjhp74d333\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kgh8sc5m07s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76fh2tp4bnl56\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxx4lbwndrdpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4dbz2g01syb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm39n2bqsh8q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2kk2t90c2w7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGLPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bv7xz0tcsgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fk788r5sx649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/025qv4dsg09w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41lg8mj4de4k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccbcdhg7vcd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px6kgch8j46th\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vsfmhlppv14c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsde1txjdc7rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnv52pxz051d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h4zdem5hzfn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3y9t9z1ze2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vq7gxhhtrms8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvknvj0bhgyrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlh581rkhfjkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40h5yg0mp5gq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m952nrev4spj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh95c9l09pkt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp29plv3k58w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/278gb59bzvgtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy30rw3kcqrh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0pntx6q50xyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxze055v6lg1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcepm4znhz0f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rvlk5e82xzh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmnepvhftmy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1pp3pc5gsje9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn3st0rndx707\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.ANT.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgz196pxpvl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5qjl4bd6jqj7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys2s5n7ehwde5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7frkgz67h79f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SE_SEC_CUAT_LO_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Investment_EconomicDevelopmentAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k06mcgx8x4h36\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0jzgfs2ert3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3qfynwrm2yn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj2eezbph8ne9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ms4w61k488c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wn9wm9w7n48h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jpxfjnlh8m81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg84kfmthcwjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEINB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7b9wm9bqer7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktkz5v8lwyx22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822rnfswf1eyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwwhqcg45n267\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744grk0mkflf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt58jfkqyw0s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gly3peb6x5wqb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hgjlqc73zjxf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14mw9e0ztkwvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpjgpnqbvstdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97k9zshd8m91h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elsr5965thp4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evjmxjfmsj6ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NotMotorVehicleOccupant\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppwffkffbx7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xftrdd34z2ly1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjs8wc4xwdwxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mnq17nylnly9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7czzvy9blz5e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RenalFailure_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700020\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se2ht52e40s02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk95h7f01z943\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmy92ne7lqr4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrrkd65m6cfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g3t6v53258x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw7znc4e27md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3xj0zkhx0mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0whyvkmq6c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh9j7365ckl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssxhxf7603kh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32h9jcbhcrh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw508fgq7en7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyys9v7e8m3rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4073b059kpjb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/262k9bb3e90gf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l97pvtye92zb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vd3nn14lj64b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qm6y12bcycd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbnlh0874ky74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IMF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1k58y1rtdl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjnjvgstfjb5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn76svrqzrkdd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmxshsqp9t92c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vddv406hkd6wf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv0qhtkre8b2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx5p0gpxmf3f8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n16q734dkwjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9l8gf60g852h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5p6c32e6r3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcx9tbkf5dvf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwqecgzpyt0p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FSHGDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bkztkbwm45d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvknbn22xxky\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddfe74cfyztl1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9w266fm0kyec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vp5z2tsrhrj6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4dtzdp6kbewd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1dl50mezb868\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yhvyt6clc8r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z068cx3s16gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3gf6sw2pj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptw2nqwnzr517\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_0.5OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c933fjx4s1086\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp00fp0jfk941\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9d27tb1z9y4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ednpghj0egelh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gy04ps54x23f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw2ee7llbm63\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfcd2nvnt788\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtpnp58eq3hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxy1g8w1rytb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qgzps8zmnh9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6kl8j829gz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phqhgjgqtfl14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8fcfhn4xv128\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs0pfsfprbd58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzgre1yj58dw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s032q2lq4tmt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wxv4mbewrx74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zm55exsjhv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l5627m3vjydc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qll46ne4jv6y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3n73j0c08vs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmp2gqpdxtz52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5zs38e41ztq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbq3pwypfeqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx3440ww3qp55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbn119lwz2969\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdtchrz4z21jg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0885g5zy2m2pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3zzgqedqds18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j3z5ws3f96eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlwte3jkcxw9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcgtn797zdwf7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7731j52tc98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2jvjbkthteg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpcmsk64766mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1m60sdevyrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp425x09z94zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9vjcynqzd699\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1z5jtspwzeh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjb9d41hldcgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjzv0cenb17e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg6ynh12p5lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vfkk99zt848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj2krvvtt3y94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp1257mxwxds2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1ryhstdhzfd6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpvrswj2w5n58\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhcrdtcrxkjh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwkjjnkk02s1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp54m6e9ngl26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhbdgz0d50ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ps7r677hxhff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjm71my898sn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzy3ny1sc0yk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xqz83e0n2yl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24q70d0hltdn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2kkj2bx2x3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2etbkxgw7xk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz1x1nhht7kf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbzq03f8zv7vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5cm98rglb858\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_MCV2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AllOtherGeneralMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7mtf4wxv408\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kptxx8wwnzq5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2v91py11lnl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g002br1n20tk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny6jvtzqbm9f4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t9rp93zkx6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjzwy7wtc5x8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y71t8v525ez1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7733fe0mgycr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mg8nvjl13g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84c7js2vk92h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh9ng8g65xvdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msm6f29j61z79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byfpb9ftgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37lq9ds7bp5zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8de30nxb2v2yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcb0sxr58pxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DustDevilEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v983etxbj29\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h5tl915z65r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbhxysgydmlc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyz1vml4z84b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t13rzw2c4mm58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3h86dd26c8r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rks8g9blygdk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgdbgxyfgprc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjjl97k9y497h\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etzt984g5mm5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvgps2dzkw4kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqhxyg2pstr98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x3l883k78mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chzvz92xhchn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q164bg02r80g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjbv81s95rp48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb9gf4v4gvd7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tdedbr83g72\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjq8nk8f7rgsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs3sqx4d1n8xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krlvlbj1dk4gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj7knm5xzhv3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p0jygle9r839\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b223sjt1gfk3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wns1kqpnh1r8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LDVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bqk62krtvteh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq3kjpcwe4rmb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2qjkyshp1hfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cbptm31h8fhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8xczjwtx30m9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k34gm1mp1ph91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74zzp81p13h4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TransportIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb7qyhkqsjmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njc470g14p55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft559x09x6ks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb6c45j4vqev8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxvbdyx7g7xqc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypsrymkd15zk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkm5zzspzpbtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydewy7fb6ec4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dttyj2rkh3022\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11m7s9dr7yj92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6h20e4gjjmyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylpdzz6v3yss2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0htr4f8yjgl47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sptvdbjm3kpf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2d4mwnp8hsl9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kb1z1ezlsn6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6g98lceb2898\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47nfwp91vnenf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygggehp17rx28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/814h3kldbecq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/581bkw6yvltz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5vt1ch83f2d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c7k9qhms0dtd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_NMRT.AGE--M0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qqhqsv6x9w21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5m20zheb941g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ycgrh949tc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RenalFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx7sk2p2w8fw5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qlq6rkp0ytz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjt2j6brgx9c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkgwrdz21jh6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny9tvfs6c9r28\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enybr4616xvs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktb0s7zn8g6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarPhotovoltaic_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/DT_ODA_ODAT_CD1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zx75mjp51hp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpcqztdjsy6m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqb243rc0xkcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5grf5kv74lv61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j49v41zlbqt53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmjlzgxb9kqw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcst55xj3zm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycdr0jxeyhq11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvq34t2nlz6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbjt097gxr871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfg6czlclfx23\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xdzfhdfs6v06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2tw10x5qfx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1we616gqt78f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0drfggp5l4j0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2brwq73zc3ev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpvmqpkyynz77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vgnb0vcqb1bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqh4021syt8e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8239zbpb5zw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6yswgtpg2c3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm2gc1wstp3l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypjfednp0d15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txd2yhhjbbr5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez8mmnet718yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7wpw3s37c5m3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5qk0lt2vbvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kk82bszzsq9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7skkjr5jnc1p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz11ekrw0p34d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p48dc6srez62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/804mjdcpb4fl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypf3rew7r7q03\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvqlyvbpxc677\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Malnutrition_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqlyysl9qgr8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnjk54mtqpsd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvh2t8d0k25rh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rxwskn3dde5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cptlv87h84pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4c3m7nr0gst7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcm0h9bt8bdf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/333e1rk21ff9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz76lvt0nc6dd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl2hcd1qd43q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rebyldhdn608d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t546t0q58djtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmr7rbsqzgk07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfzjrgt49c5fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3rv3sdhlv1t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzr6w88ftqzv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_REG_CENSUSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m06jneryybyc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdqptzzpyvw07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4d6kssvtkpd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fwvdrre49d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ce0ryxlbjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BXSUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp4er061bb1k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry3vc9lpen29g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhf885ewbp114\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75env6e6f0lwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le2bdjx354fg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96n7sjs5wjmdf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kw97d4293hx5\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tg0p0jey2heb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACC_HNDWSH.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sq20c27zq61\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3034_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs8dqw52dl67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glwd4t7xs8jz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ROWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/188d2tjexb1rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4b6jp0mc4n24\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33rjgx66gye5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3j30n1dym1nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrfr8g9clrvk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnncljdk46fq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27qz1j8sgc3gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6wqje7gckqbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqezcvs8b6sr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd4zyb1dpqyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1b79mvbkeh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkpgybr5blg85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m03bn6d9m4jx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7epk945kd8q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t150bh0k5rnjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0ex9mm07x62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DebrisFlowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy1t0x8lpsjh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_ShortCycleTertiaryEducation_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz7w9msetrhw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0l80pm8d0797\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcgktexg96tl8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwqxgz91d366\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8b1y2l2dhn78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1gqbphez0f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qnlt6brn4xrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qkwyp1fh6tsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf80f3vfxh7j\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxmx14e2mbrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5s496hvwgc3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w19v3wtxj8928\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wgcz4pkmpved\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdec0xc29697\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_IncompleteKitchenFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9elh82n25nmb7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6064_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ebn6g4g0yvzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sknv7fffrz2s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq4mchgczk42f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ljh04ddcl37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et0gyy3w86448\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyybfz5bteged\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhs8sgwcft0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98mvdyzyjj4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se5jvxddjc3tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vtt31fmzdkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ze3qqdzkwfj5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3g88692d2bg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9bgs81fqyz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x05wh8889b8f7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_MACRO\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6csbf1589w0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7t0gp2j3vdrc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxzewchgl6bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewn4gdb38th9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjgs5hpztpmhg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77m6fwwkq97ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyrjlmhbh30vc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lkmftszzjpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj2v0zqhfz1hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bc4h2nq21w1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edyf805gxll91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6hgkj16p6kr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsrnp4tpgeef5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p61syqmb7bq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r454dxxq2dxs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh49c0kdvkbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cge1q0dwzwrv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvw3m8tnk9rzg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/41nf0mdmb3015\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj5qx4be2z9d3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rkzm5se95v32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06bqmk6qlkx94\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T24\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8n9rfcvm7y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qqnb6bsjdn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1rpmy6twc0rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ne6d2f03c18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtg2q09b004pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP4_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rlnlr3cc9q26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76ypvxgrx8733\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx76c97esn4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzc1zmqcvpky9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznq0p25dbscd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twzpqq20tdrnf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_KeroseneJetFuel\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrsc111vz4091\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c9ctbenyhgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbb2lcjnqxgv8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm83bhehgnvyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbvgg3vxvn414\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnx2032z83vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve986rwc8tdv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xc2gytsf9ms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrj07lylp5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m8yyq8qmmjkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzcqwh0pgqpj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k169y4ngr7vzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p657t86xts1hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4plvlmmg1qj06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q04wjv62xjtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kp7vy5m6qxg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd92gg2kskl9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds8q90h6eekj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8pqjqkxeeybg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2tmhxvrcenl7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherManufacturingIndustry_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHHB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trfl0fw779y75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3dkmm6mkdnw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjhfvh07bl4v9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phh7dljt0g693\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22b_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldkrtxnpcj9yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l94qwmyb6kq2b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700020\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ynz47ezvb9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cr42eew28n28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezsz8rh8scq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvn4srhm5qfzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef440pe889pc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqvn81bsvd5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th5cpl9mpfq6b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf19teswgyz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sld5k4vwmy9k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn4efvtk0ybs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vpxppf1g2ew4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp5bxljvhhyfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnc9gyp8snzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yg44xmr4lrr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nscyz9wvy7hlc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8659syg2v0hj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7wsmh28jdh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns2e3khxs6gw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy3dl1lwrvz01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7rln8w9m0n02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5efzs4x817p5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fmczm2sdv1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0jlcqe8x1ee5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w6r562r5xw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq9xps6d20lfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_MotherFilipino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Leukemia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3e6s4e70c8f3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h25z7d4r14n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr12ttmw18w4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ntsq5zgncb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99pwykv8k1lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2gh9f4v94hd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/733s3yt68m8b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xf6mm0sg9y18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2r8gx53g3en7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq4lxxjhvfb17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv7t6zbk0lpvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbrzm0zm6mtk6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To14Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kjlxvz9lwb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5w5h0pkzxls8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxc8lp7p44hjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6gkzy7p21t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5rsv6n6exrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hcttsfzywq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnertnbsts62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp9wz5ew1hb1d\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Difenoxin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lpdtpd0k2fj7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS54-56_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9m5b3186z2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbp7njm9qheb2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5795rkwz1hrm8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RailTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48hgxtm55gpc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yynycn1yzt5w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/043glle326xd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teqddsh274jw2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PetroleumCoke_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdydjdl31h8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lyhlemw1jv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73bmqg7mcjc5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSIMPL\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/x00xdtredsdt7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s736zmg7hzth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zceytxmb3t34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw7qd6dl9lky6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_CHEM_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwxg639w35586\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MRN_MPA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zqyxf7zndnp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0n8ykr762b2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xjp381j135q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55p6zxek8e5v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkns9j4xxn046\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jelwzry66gmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar75000To99999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmqpey7fpq26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2prdpt52lslf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15t3thw9zjft1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhfgq8yywd133\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycde94pg7tl23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lm18str0vs1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm3jds31cphd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkbb0wkz94301\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqshft3rq05e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fythbt855pn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepcx58709c44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqk4t7xs0mj0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ns2tgl24q202\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hpl1fv2q3w98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew75qfmev1tj3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Households\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0krdfds53eqr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ltffswex5c83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20y6l98qrq8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26j5b6ryq8jm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clp5h4dtr4wyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsgjt93e710w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09ztd2fszwdc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kc2sl7ex4nh9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_YPKG_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqbs69s72vj23\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.7-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d6z1hghmlvs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3lerfn0qhqb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dfmxqhtr37xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgscqcw9qd881\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5s3ewybxz0g8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_PP_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_ManufacturedGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1j6k5wqf0em4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/240761gvxr1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9n87gewe0lgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lmv3q17rhws3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4q90jxtzkdh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st7dt8tcf3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19rsqcyv77yhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcnz0dsvlsw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmrpqezkmfm3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30kqcp2p2e4mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwf82fjsz8wg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3559reg7xy27\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpw9qf5bkxej4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7gdxebznvlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5khtpmjhz0hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q10rqspezyxtf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8dhd97lcvbz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekl3csl1n5c5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2d0092qje5t1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z5t6xqjepp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f65cxzkdkl43h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtylbe6lvkt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8x3gfm6bqp6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r6n00kr7mw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkdsk9dkdfs7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n50v68ltcsnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntljx6pl5jrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5py5mzgsf2s0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWCDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7ge2hr0ng5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt3hxkjjv0vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgblf2c5s0kp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee1kt5ch0pt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97x1brpmcy7d8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wjx12ze3hmrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldfbl3k8w3egb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mey67j27rp159\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2e8k875bznsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkvew64e7qb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dymbbjdvgt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnwqwwbmb8f3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5vhkxrf1tt5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzt13vs0rffl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bre4whrdn7pt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7lr1858z8rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2qclk8kcmjxc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt64s4yj9e4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjgps8g9klf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ys5xd05d7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr6rnzfs495h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px0dew7cysvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0dh5612jc68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4q4gje52s647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3tnp2sf58cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j9csc0bkjxz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmp7mjb5bdbd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP3_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsbkw315cf0d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04n4w279cwzg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yvq1j88f4w07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whq0pqwl9x7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx80xgkjn4cp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pbvlzn0bwj76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt9z5t5y6y1df\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6cn7jhz4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5e97tkhbzm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4kwfrq9vbf62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjn0ck96c0754\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0dps3czgfy13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjnpxp4nvzbw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyr8j05gl0cz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/634jb97yc24d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/944rh4417xdv2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9m5xs2xxnk8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxb8m8d3s107h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rkfv3fvf4mgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ld7dkz4ldt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3vd2eh1ttrfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfz15zwlyphm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xycppm92lm7e3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqzv31g9e3cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4eqvztbs2m2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_CokeOvenCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbj3e09w9hsl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tentslfqz8q18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnprymyremfpf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_21_01_01_sdds\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwgemlnwyyvx7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgp2rtm7hwf17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry8qtefqrx6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v54zk3f82srd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sbt1kzrwfy16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99p14pqx5qg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4327pm4jgde2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5femzzre28vd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qvycwwfls9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgvpcmdbx6jn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkry6ql0ydmzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9hq54jmf29pf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Information_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gdxhwgthebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2e9jtfcdmt6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqr8x6p87gdbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GasolineStationsAndFuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsjs1l1r8z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbsxmcdnkcse5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcwz64fkvtb3d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc5bq24v4rx32\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/R00-R99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e4rvjwlgenvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd6zxg2f71b9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t39cdg9pvjwy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75486m9n9fwy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkgd45qmc2jv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbvzthdylv0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6cdz1rydv575\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98q9t3n3er4h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsrm53dzzvb4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elf9pb67n44g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzwe821ctte52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPI_ENGY_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/875egwhncxxx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdzmrcp0yred5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs8brw3wvxv1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_LakeshoreFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyyye292k43k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h1sgvc1m0123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlv8l9dbgsk7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz598yw9wjn93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vqsbbhznmy8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b45kghnt6rznh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5x6vdk9jz05f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mevlkpcs345j\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6yhcrhfxzn71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmry3wc6w2dy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhyz2n11cvrh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcqv3dcz7ln4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjvcpd0j9kzf1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpl6sy33sh19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpctkqy3lz1h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8mrjwl0nb0g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_2_GPV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eth6c8cv7lvdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfkq5y2b13plb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqsy0svm80k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_ClimateAndEnvironment\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t0km5pkh5zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8qb5p2b19mb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbblkj3hfbfe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9klby5tdlv9z9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02mv2rkxkk3hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dwqy3rw8gg3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeb8jg49cry4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n92m7ffl2vd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dw05lezv6dz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phe957mdw7xy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b7bcypqhm8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR13_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hbcyb8wmvy5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b1n6efbez1d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysrqdpmqv31y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV2CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm699kbtr4e03\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nr1ktv2e9bz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjkcrkddgbxyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxmnm31cfb5v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snx6f2cv2hlf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1940To1949DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbrsnmb9r7yj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m09gdmlqz9zvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8v6y14d3x251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6xvp05eyykwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h54wd7wg07vx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk67cplx0gjwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdee20p6x6z23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfd6m8grv4ctc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp2e0nwtx0t98\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7b8zeejkjhs6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_TwoOrMoreRaces_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_NN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8w4jy8wgsfrb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18hdpymk96l82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrbhy6d2en446\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr1xqzhtb8fr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmrdhgprdxtx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r9l4gfw33bzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e0lr89r5ym35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhw87395q226\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OilRefineries_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mcw98mhcmhgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1tfqzq55kvhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4h8kn79ch2q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfmm8m4j2n31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxg04567n9yvb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_50000To74999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76jbdwh9qsn18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m5pzrkwtz74g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg0k9phnez41c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzp58977v5cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_MotorVehicleOccupant\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhzenx0d7ks8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5440_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dse60ngwq7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svkxgj1v0d33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeb708084vmgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tx01c1xp55nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6qlzy5nn2eqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12mfze7r8n9z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wt9d0lk3ecdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwq6jrltb4ey4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrjw0srk88t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8yjkg0c8l9l6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqt1me4kds4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcydyk82gqrr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cc440v62v8p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94hppkhb0148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxh56edf2kn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7q3bz08keq2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b94nxrggzjzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bps18qbtmdbb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50sng67b408pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nwm4ssd1yveb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfh40nv0wm8x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q06fb61215bbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tetqgrtdvpmrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kchyleec3xl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygdfnm88xb83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50bh9q2j4ek3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA17_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qllrf9hezfq2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/686w1zxtz09lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my3mkvg0qkjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0k3qy97y9464\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_2_E0\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m69e9t3snjgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz2bxxzcsr3g6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71770sf4e6l8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84r3rr450jjq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jydkzj9v0yb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df8dlk0e9ct6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk8ve3h2c3ldd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_RenalFailure_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdqw91d8p6p76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw3h2nlmzkng2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e276v75ksh8s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkbv54m0cd19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhb9fhzytd9dg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06knzccy5dw1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8l5sjhe7h23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/397298h5y71wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd60t162sn8pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slqj77g1tlc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzfjmsm6t1fs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y45ms4qrdp9t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4418-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jj5921znqzr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2wm2w62kpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xehqlk7keg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760zj4dw29vfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vcsj0bn2qtd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpvjpsqqq1rsf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fpl5g2lv6tw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4stbg17hh4bn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh41l6d3dek6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19h55s3lr1h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss4lx25lg37l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv5z0v430pp8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2xjzddnpypx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2efp0b4569g8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4903lgrvfyfn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm6z3v39rrj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc7dkq0rpfg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mt3xmxyegze6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zhvpb6z18pt9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqlpprfj94sb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh2ztjrh5wlnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73gx0bbh8msr5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hf53sbfmd18b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36fjeqg3pc61c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjffrqx8q45yf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Tuberculosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6z13z9fkjk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcvsw7mksyycb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swx4m6c7q7zp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn4rnmtmvfhy3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp2rrx6qjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krknng84rp8yg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_WoodAndWoodProductsIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45hvwvjr4dx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2f4my72zx0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpf537pg4g49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw4kry4jrwl1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxrlcpy0vvqk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsykt8ykdhnhh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5030_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2mnszv34l1md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwcgtnb6k7t9g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p3p8fcr4z385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdy9zs9sqfbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltntf761gcmmg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9dq9gs5hdwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlbzkmprvh2kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nylswtz6j84t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s676czdvsf766\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etszzclwy599\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9n7ev6z81beb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfxmycwx0p1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dfjrctz0vp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1p1tvf212tf8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M24T35\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0sge058fwqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwrerffz4x97d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4c39c4m02bq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rn9q0gz23jxh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_DoctorateDegree_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfbejkgk72zd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04qpp46714szh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ms41we2sx63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_COVID19_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt3y7bbjtz6r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpqmnf644fj95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7vvck4swkec6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xykjw3v6n4t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6xpvlkehq3wd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9st4140vjds6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41631qegv28sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hen1hpmw8x4hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry70v72b8jkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93ebdklvhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhm35fqndn7m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wfy2v44pjjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOTGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_LegalIntervention_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrezbc9z19yrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbnh67mnnfd1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/826z0tlmczks9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h00909v7xst6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eez2ppb4ekr22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te9js1ljk8q75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc9xwszflbbgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lqs27yxsx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxyt88esz18xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmkp17hm1sh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdp6s604rfhsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rm46d6relzkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm9bhfrdw0rsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7fpbgpw2xp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7nlc4w68tn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9me9rnghvts9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9501spx9rteg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7nfnyeddws5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydbj9c8dhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81x3xp3cfsv61\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbgphwvkylyk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl1qgtybml0p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl21nxvrgbwhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd77cr5qvppw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ynmyf8dqn1kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36xq72jd949x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zgn0b7ek7hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spkcnqrj6lzs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgegycxws1vm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rsygr5fb48zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj7zn1eztlmkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vek8bn76svsw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13h6pp0h94jj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7tmejdb0jl75\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mgp36t9lc784\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_WithTotal1Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx8reghdkjnr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knc7wm7f4rtcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc58c2vnhk90h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff9ejkypqqgq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20fdkflpmqn8g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Unemployed_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vx3mm2ff2fq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm17hcz3ky405\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt86xszgpn1b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdccec4v0cclc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71vsf3ybpez8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mtjwr0696g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv8q3thzrp4c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6m1z2n5t2eh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvhx016021e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk50s5c5swh46\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnr94gky2nsv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xy584p5ts0h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p3mt97hqydp9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_4_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vgzdyee40wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tksv1ht1t4k78\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kdycm6czm10d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eybyvjkx876eb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf0zxcfhbk69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylhk4wlfm37lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother13Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r6knsl0ppd3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs73b2273pg69\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39peljbht3kw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkjfs3e1922dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqxvvp5bd9x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsx253r36pvyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt1262vmj7lbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdwr8y2rzrz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftlds3xrqlwp7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bxhp97nswt6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/meqtlnz2cylmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rngkldrrxh302\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0n7yw1bfwqq8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdskrzv918szc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lq3xx5xc9kph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvnse8b31t7t4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherHeartDiseases_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805ms8jtkwsfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb64v7wb3h1t2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c72w78djfp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Loss_Fuel_NaturalGas_FuelLossDuringExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgjc4f1mgber4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g354whm31lz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58wvr0kvmx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyyqrkezrvjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41lkjqtq2m14\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipts_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/133c7n7x65lkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy61mbcgrsz73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cxlspvjyd3j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6n9371tdde8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmnggpm4q0rj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcrj7jheryjc6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3cxbwdqek7gf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8xzd1tvvstw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngz909j54pebg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h35re2kwq766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpb8dbmb50cxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pprym7fmr3pn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmy0p6gd6ssyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtf02eh70yh03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd124dxk87f9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15r116geecyrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b472t3368m2b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd85z56jszes7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jknr7fq4yg3eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hzlbkdfz05\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqq3z2vv2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0gbjqg5t8ctc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99bv9yxkk0gs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glygbvkg6gh94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljyhf7t9r39d1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/helk5tz2ex1pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byp9qzvd3lxvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywksphr9v7rcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tweqhg3yshlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c88d4c4elpd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et18tzrcd70zg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06tn25lpzqpgf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34lnwgql3wj7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m367318vsxmg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww46z37ccperb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk7zpq4z9s9x9\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Energy_OtherIndustry_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b9dpgf4rtdf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5907dry5lzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ws0my9xt8b5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWF0_MF.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13xdqxxs72v6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljxfswfrwngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr9y1dxwwjs6b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nvvv6mz9rzb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw4erpqz7m3hh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p7m9jml6m0ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr87h9s9z6ce2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8rg7fbpvljz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my9e57qtn9wn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0dvhk0sggzef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nw95xgr2n9g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0pyh15250wp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s006wy292jzjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqm2573n4zw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IschemicHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n52lcv6ywmcph\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15gzq4s6v6nq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e86nx15s8qglc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1m15f4kyxz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LocalGovernmentOwnedEstablishment_ExcludingEducation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68cg2z97cpl7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGC0_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w4zqjrqx085\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n53rx9gwcc44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchdxdnp3qsnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld5qhzm3t458\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx3czbl0whbnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbcbz20rt4173\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71jrhkm65nd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj29d3s189nl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwqlh3vtpzw51\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdnwcwkf7c44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrf4g59kh09p6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeatTemperatureEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cntd5scmp99d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqs0gz0cvgx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25c7x754b07x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df1te3zzcf5x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p29xjx3kbtet8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsgqhem359r62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2l8hme75xkjf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hlqg5qz7rey9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnwm0fkegmhg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tf0vttfeyxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfddwdjsdyvpb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_FuelTransformationIndustry_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/118mzml0swhc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwmyrlvtbs919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60mqdn4btm7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdycgcxekefgh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkrldbr45b8ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fc6hv7pfl9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmvq6s368jxth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbz4n1hn3l233\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bsf94mtdfwcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnqj3wjmg32r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1csj6w05dqczf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrn2kycby73g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8kcxphwd2bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F800\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue90000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52yqk9ypwym45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvymp4btc4p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqbdjkhx7hy8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcm58yrxye0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxvmq019y0q0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m533dvf9c6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqbp6z4thzrsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jx0g94m4z2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6jg504szgwv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b4dhf7qc2q9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v83fl1p3b8sn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GDPRX.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l8tgz2w2g3x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp64vp2mmm78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5bb4pxwly1z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ln573rs40cdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwjdh1cenfbz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3pznmpmss3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zys4hp11wty2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HeartFailure_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ff32h8ngswsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zypjdbwmgrcn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3fvqmtdqxt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7lh13tdz6k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zry1v4jhj93ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzz19q2mkl1q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2k4z8qex0e9b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b87qf2yn2ttd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68hbjptdg5mx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npgcr0hlbf9l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwzhyle02b18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_dea/7444\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhxl7jszjvygf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpr7yfvrb9hs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz04p1ys8d798\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3deelgsjnsz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svlt50j1kq1b2\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HookahUsage_Last2YearsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6e80hjq9ebc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6ypdw3xxs4r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbf1kd7wchjy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tyhcedrfcd0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkmte1bdkp3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qht2l1hslp722\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8cxz6jp9t1b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_made_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45s7grvzdby54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2jnw7jpb3kfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyj8bvrd98xcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czfr693x596l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nww7vb9dlnh6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpzlcbd4y94y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9hs7grcvff12\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1d6pekdfv4mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhd39hmsrlwdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yygy29mj0zn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tvyq3m7nhbdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r17gvtfm8vvr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpme7kgdck06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p04g9fw7jm7dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78t8v1x1sq8yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztvd6dp618xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f92zfy8f2l325\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knpee1l758529\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqphn83t0fzz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z88z1cmx6zdp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjvmkvm5f02g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rntnxdwxtytx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb6f368b7lvx2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9ewmmqdvzb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9g5bjw5z9ngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5fyegb72dj46\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_K\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zjkmp3k69q31\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f001fzt0e9798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwgbm7m1t0ql5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb0bxbpdl7r7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvwh8qtjs555\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmdz1rhlt7q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yr136djczfsh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13821sk7vs3x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zr2wrnv7jv97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3ej2gzh8f7v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0237k7m8164\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6pbzkwmg57z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gwmgprdqql2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zvx0kwyde1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8gw44738xg5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2n1he4h0x0cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SCH_LIFE_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_DOMS_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b57696z5r1vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q69b0ncs9lnsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg1rsv6ll4te4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk5gsyb2f827f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbd3ktwgwx2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5td779hjfcx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw4rz732rjt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPK_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmqs9ksywsqv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bysys5dnces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzpgjk8l4x874\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljc3zg0sctch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0eb06jq7rwrg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mhbg98nv8t6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p03jdt47drk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skg1lzq86js77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8ywpe9s3twc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gs96kn18k5zf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcb8vnblbhsl1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js2s7ve99lxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crccg5fl96vt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdkyq000lgrjg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/kw88zxls8yv7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q2eet9l127n5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnlwxm6zzgkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmm4jglj6e1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ftn1v673jzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nds4e1qzxrnf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS92_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj76j08tz61sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glmytf8hftjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fel97fhc2zh62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3gb4nggmfe0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7r72bbg6vyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdbpd9cnj6kz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zgdnfpdq23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9zbqqv60jspb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrd0q8vxj9k17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn22qs2xc51z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx3t5cv409m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0wymgr3rbwg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/Q00-Q99\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j2kj68d2vwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdwf25ftrn5c7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55re90dybds36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezvgvs5d6t701\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghpwtmgshfnc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4pn0n83td964\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h4y84dbcjmz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdmj0mwlm30c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HGVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_MPYR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g820wwwdkky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnbeexkyt3gy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1990To1999Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2whwqmk71tw5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d24kehskt7924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgmcq96m9pbzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smpw5zlwb41t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v4hr09hv1ct\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r9mmeb1cpc78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pr5633w0jzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kn5gg1dm19e3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FluorinatedGases\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BAR_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p12lgqjsy8m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6ze4m67s1hn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j42m763xkyb09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzy4dve0d48d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh8mp8lvn9pkg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l6plvmdpehd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_NOED_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzrqcktq30b33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rghtczmxp4xj\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bf83mmxk3lk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejw0qder6pzp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zznee27lnvzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txpt6qq6jyk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5107_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmmsc7s1memg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/851k0481py3r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxlp7kwgt79k4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rf6ey3qj2jl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck7886ec109gg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbp21yh5xf045\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1dk4yckvty7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_TRAFN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_40Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kkefdzvzwz3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_SPEI_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nvyq0rf8z3b5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dtqz82y7h7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvh571fjyx21f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcjdtqzrx0eqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3rfme0y8sm36\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v2p0q5tx9lb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bn89zgm0plp\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yc8nnyhs7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trhh6s3ksvzs4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6krqed3xf6ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf100000OrMoreUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvhcqvh51d6t7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfbvh3pzcfkqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0clnbfp84444\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_AST_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml5qcvsrgzbg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz7p4dvvghklg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gde0jeedpezv8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5drv0qcvk4b98\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j1vctprl63s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llf4cgt3fdq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsg8lj15kx3rh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99qy52k5ysp71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sd8kpy334k1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56192z0sddj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gpqgdrgvm8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gdnshny0chs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktjhq035nyz6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_NOXE_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp7vxpqq1xl33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SecuritiesCommodityContractsFundsTrustsAndOtherFinancialVehiclesInvestmentsAndRelatedActivities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdly6n5vlhd87\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkmwfvs2rpw0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efvte73s1x2hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mj2sq35lwytb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yfx9ymjlnwj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n02vj47szznp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpe7vht92sg11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw9p6fz8lxggc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr5wr5d2vssrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0hvlm7vgn6wd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zm9199zph7k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl42yb58cgmd3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MULTIPLE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nv0nhh3l8z9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9c049m18jvd6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je0qjyp970002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9cgd3d12cqe7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr7m3xn03h7v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d83csz8vewerc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xscmzh27mq2fh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fjq3hbd9q1xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e581kq907h9j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1q9jlr4xg61b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5xv3071t9y78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwn23dj4y5wp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp8ljz95qh0n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t50znwpf7pme6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyq1lh1jsq9lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fy80yq61l83h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5v6mes1z7dc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhe27t2e3gd7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtzryrrl4s3x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2sw9xdzkeef2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7kv365q8ykxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvx9g4m165992\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2ttesy3epq3c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbezb2knwws8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70e1mfct5jrh3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/212mgbdbdk8q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39znf0xvryyxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w3wgqccw3277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dye5v8bgy6d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202v9n45llkb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy7yt8454m237\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcfhk3xne7b16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_SECO_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/64pqfy2kddd21\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klfxgew39v8x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BONIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgk0wj97fk6gg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3swzv36jfng\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--VN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h8j4l4th0seb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sntdxr930yxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvwpb74yxtcjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1v79469w6h9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomotivePartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fzg5vt5m8b5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0swtwdfrc5kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7p7384wwr194\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv84s8kmx4qe4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hs676pfqqthd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr18hqlrvh3l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zey6t1ynz3rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wl7qrmzyc385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npw2js6m1t0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfgpfvbe253g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds59z81trvpyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txccqbvexbe88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wr3ypznc38mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3djsfbdk3zs\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKC_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz9ytvylf0544\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrthyj4wzc5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz59xfl9h56x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdhekvywmxbv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vzwj7k0cmg2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd5qrbn61m35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey7yetwg6gfx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln9fb1zn2ts26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k716fmrn1e24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb3qecr4e3g25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bfphdjjtn85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxky9992krfr5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerqqtpx6d85h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf870x84cg7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8xp5tj3p9g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e57pjw6jh4q58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0z8tqg5mjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz4lzk5xt6459\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdny7dyqe6dj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtfsqg4m5mtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zphdb98y83lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct1whf2dj147g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plv38kye9dqgb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG03_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2568mm70s3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwmcz4w8zjk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/newfcfrp1yh3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tr1e9ebxvsc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46mfmrl6tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfmr8300b82g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r798vl7hgvw5c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdss0k16mbq34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmb70zhzbk9y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq318py5r9gfc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_NOXE_AG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzmcdbe076l8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3tpcle229qbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk8ekzx9cd13d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trd7w8w5ydgj8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7vs6m7s7h78b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2stfvtxx57c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YiddishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e5l93d9xy14d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctfwfjjy4pez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0h6q6ng9c4f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt77cdvn1enb3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jtlxj0vtk437\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d206bmedp3l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p585ms8bfdy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3enjsyx4dz12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ec4bb466j546\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54cpf5nr6yllf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmmlt55tqptmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l95skql2pth22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_PaperPulpPrintIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79kjqwlyx5wq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tklj5b89zqzkc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwvm5mezpccv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezh49j190jk5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjypjhl6g0f11\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78e4g0spmnec1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl6wcfn6m0ld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es0yhbtfdf2c6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv32mvttwbe64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs20qycgnf5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqytvfrtglz7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8lvkgp8hyn25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PTEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr413gbzt2bm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRPOLRES\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q5_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbr08q3zvsfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2jpdb0w9try1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycn2xlkzgp5f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fww8vmqh0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfm4x4xnnd2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gwct3w6pcc4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r5ptjeqn8qxd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jt8fglx1l59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1q0m2vgwzgc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgcxdrgychsl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbrx5nw1klg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5gc3f5e4kmrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hd8z8xbwhq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpy5lxtc5tbf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmerz2ewqsg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neqyx830kfx9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb897n56gw126\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc3t6e2sw2e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9vfs00k3xb9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4scwkhgfck4g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqnt864dwjtc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvw6r0j8r9nm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yejrksdg97643\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffx9xsl1c514\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1c1fst5lyq66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2nc9vktfc6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e885xn4hgy3qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z0jb2dwredrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59bttdjx4z1qb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yllvsntlbx0n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4sc5tjfwkbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp56se019pndh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp2h2nbnezm4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcxkz1fpw8mq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7357p8819jsc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7nskwy713852\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me259blnfy5d6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpff25lplnzl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ng0yygymsbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp9l9fp4hb2wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/Q00-Q99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yfp1h964ddq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89gy3pfdmrqk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt75v3evtq7p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z98x4n1vybppf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyth4c1lkg0bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqe2jrx3ybc03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1g6jn2vb0ywf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/zz4jx4c7fkveb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we1pf8ebcdxt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te0rnk1cm3pp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment7ThAnd8ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OffRoadway\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ngtrtt5p7cd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2d5bhvrsp7gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7ed8gjk9rc05\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d182v9j04mg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znh58ns3n3x68\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6cxhtz5hng77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95vr3ewfsbjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw4v19843m99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wl88svdfl79g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp06gf5qdczpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9020_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lqd6g2fqvhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv6pfk1zyl5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhebhpg19jwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssx9e6vrst02b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gl48c7z674s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h2fqjmxxzzp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qdshfc06724\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsxhx13pzqzx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj9snr7kb0m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkkz35x49jhw6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx1srvbyvy00h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6899-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pgy9db9xdy35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz18q2fv6pg5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74tkl70ym78b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd57et1rn00x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16qlbttc6gt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkrm51p7fjh1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5g52e9z8fbc1\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmmcgz90k7ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9vxxf2sbzfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5g37qfpq70yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwvc8n630vhp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btej51p1lq24h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3zeklpm0q6g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x83j75gzz5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmx6trzwqmx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8fpyyeh64fy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwjmktf5zn6r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znk5q89j5ys38\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14cr8lhh67kmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gyz3eplxhkpd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3n7p5jcd4yc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7t7gw5644w58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emr0w2zpw6yc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal3Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdz6shlj4f97\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7rxjcbgp7xw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8y4fvmf6r663\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2718f4xfg3nwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htrp7c84enj45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57fpthnk00z23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0jdje2zwbyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n00mlny9lvctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pks5xz42v1b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14klwqyyx49s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c81zrg6wdxpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qdd0w90z8fk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4g9w9gwdsgyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dygjhbjd2e0j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlf4vsxwq8ny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vefy3lzy5hlr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NE_1_G1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flbfpstvmz01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezfhnm8mlrhp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pg5ecny73vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehm61phnjsyy4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NG\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw5lc76zdz3l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrc7z0edee12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5yg9ve6hxmy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrce4elqk4g55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nq7zfbnblcw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s0l3z25p7118\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6tbnt0snpveb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzgvwwxjl9p86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbm7kyfhnyz78\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jnwqczkdmv51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98j8qv518zs91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d8fs6sddg9l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nktt1y7b2bf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvl7m2fgyst5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sln7841h9hcf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/xlpfpnd9frgtb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS54-56_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882s1q5qrgeeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr7v8ljqkpjy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szzkmdpdx4v59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchdrg93spxkf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmj87fm22jl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mxrxlznnl331\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n89r78fzyz9c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74v16sq18yjx4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4qtqyqcq554f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto6Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey3zmy3wf20z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ergd75hbfbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7v3jxj10bf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgmw56wbrcql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8c63l5nvfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrfdlzvw0n5m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vzv4w9v1bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t54l4slejr9z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfn5hw66jdd5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpqy3dd6kbd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h82vd5l06mkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q867xjmpw7x7d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l674k15kdfxn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtm13xy9lge3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0bcmkcmqeb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Production_ElectricityFromOilGasOrCoalSources_AsFractionOf_Amount_Production_Energy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13lcsmzgts72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b6ylthgl6nyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfdlryyvf9mc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccdbcx9pz35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c57czvl1wp48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ev0lhcdx3w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4f18m1yephh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5zp8fcftf2k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6hq168w1t3hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7zj30bl5rxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9y8w5yfm4tkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfd6sw62pjqe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7m23tz9vh7x9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DT_DOD_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwhg8nw0e498\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyjznxkjef9n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249zvt8vzek14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lzhhk483l9dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhkyyt0pk52zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2esdqpbc08e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qs4lk9zv9lg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pceqprl2b6ln2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0zwv66hwc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd99l8ergm7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8e8vlqeey5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99nz0zrctvxy1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l3cnbqzp2bmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g52sbbngnxf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxwpccevljzg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sywl4f90bbetd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7vv80495gyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b80x6tm0hyt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcedyh7vv1ny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfm6c930p2sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2x7g3rzc8y07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1e2b9h5s7tc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q65fg736fh4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s28mqtjdbqm1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rq8pe7m13wr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j9n790m44jpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkkgp20lw80vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc0vh1675yx7f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx5zv56fj8md6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1x0dwk0bm339\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwcmh8cxdydz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MachineryManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrk3ebsgv3rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m547gkrx07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cql1z5x02s3qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgdyhbnwqdz82\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gkt06ny5bsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndx2qryrzx44\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgk83zrp0bv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5ks8zlf9kv\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2t7099nl4xx6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_02\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000To2009_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1kghejf6kmh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhe99j5lpp21b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t73z5d4fs9gw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD00H_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DSTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglcc2el04b3d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2612\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmsmt7ktln0b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvgz8qjkpjlc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRAN_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfr6chpkw90e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhxx89pmwbxp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8j7v85gh9817\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9yzq4bvxy559\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5g2xpzfy09b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp5xgcwee7yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5vh5ve1cjq7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4n4km00fftv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ParkinsonsDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76v6vb63cq2h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x1l0rxn2nxt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv0gnjqrhk497\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxldcljrvqc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41efdy1c7c845\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bk9fgn65rglf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h8qhmvl8p005\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evedl8r1n5fz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf5z965y4kxbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6b93eeyqffkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5mrttnfd2qj5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0fe8esql5qfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlffwdlxx90e2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthMexico_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbn1e3wr7kstf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ymp4h7r4q36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8np3fg6zy2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88bgs9ww9hkxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18mhxmtjnvek8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l365z5dy79j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrypn2jqe1exg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCTK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment2NdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16f21fvxz5dmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5m3gfp3xnqj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzl66hkbtm3p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pf8lq7f2plch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncgx3sxv28d15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2spd6mnwc7x18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vndtmhf24w03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk4jfh4s5twmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtlc4yprj18rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglfymm2qe116\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2kxs7bzfrlh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f4d05lxsn9x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5c0q6tf02db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDAUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzstq7x9hhgr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhv165k5vjm84\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exz0j0h2459wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp2tsdehp0d19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxxqcdpyebh82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3v0emhs08ntd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87k3r815lzl46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ld2ljnrvv58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCML\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rwpcrml6kxk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hplpebmwdvr44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR52_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOX0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/GC_GOB_TAXD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5s6egnl2lvs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brpbbrc5924md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7v3ez9l190h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybslec2rtp626\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyjydjdxldvz4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5kg8e625tz8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npe1x5jtlxmqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqvv14gg0z76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqhqj4qfk9rs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/392mv686svr4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc620n5zfmmx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52mje8b98wp07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7v06jwdqjffg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ld689gbsfdp1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5h1my88v70n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3nqgrkvxrv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hctvzswkc1qr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcm3z6bwjvdwd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz5hstq2ex0ph\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckv8eryf7try6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5pgqtlv6cde9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ODFC_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lk13thqybpj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpqd6qdk8p9e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmyy9m63hg7v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm3bftsv2z2w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5tjtvk8jp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtg7hzf32eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qb0st0q6097\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qgzwf19g52k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz95yrj0g09md\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_Methane_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbf0xyg0n4kk6\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7versy2p2efyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgccpptbr9hbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrynw34eg42j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83dsgjxh27r05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ley4dgwyb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvr5tk9y9htx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcdzd3eq5lj71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s1rx4x7bz2xh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/619ebd62y9278\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79fykxl3ffnd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5tl9p97dmtfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5zklmnmzb4k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzf31v04xfbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmzj8wceyffzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdzrm9w6z60z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzwyfc7g5lyf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhpje4dxgwm82\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n340pxh9p0h7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l292my8mjkns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neexd713em2t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bejpekmssn09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edvskttl88be8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_3500OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbyrve01j0r17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx5rfplt0f3lc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41yfvkwcthd5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxm5gz9z9h63b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14l5d3gknftf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhlc98xdzrvxc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAdministrativeSupportWasteManagementRemediationServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/842e6lkmqqj05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep3pyyjtvbzvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2djs70ntg2z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwhpg1kw67ch1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8v8lmv3pw815\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Cloudy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3b0qj0w5y2g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18f9jcl3rec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4pyxrwphrjt6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p18hmxm2d3sj4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_03_mortal\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mllxmwwgm2p6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phmhklk4llgl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mqrfd322dtfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk9wh51jb2x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejt8gjfz6qwb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v978vqqetz32d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD2F_PWR_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_UnknownLight\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb41cgkjcbzpf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_SN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bgmx4jlpt732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqfe9gwvmpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b093vhp57mbe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whbc4cnv82rz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k8scvfttvrdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p94z3sfc58yr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm5pmqgwv0zv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knjegd7bhhe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjlshrs1fl60h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrrr56tl20xg1\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4zj7mxvmh8r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncn15gwpbvmw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fryg348sd6xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwy9n8rq7wyp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b66qdc7kn8r53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dlbcxhz3mkc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfhv7vf401w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swk8811b9vjkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2sybg6dfd08\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9t150v8z904\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f97skeb0rj51\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9fceyp5p8txb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99s2h075cer97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcmq4njh8wtpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeshx1256rdgh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9km2ws7rnh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr7rvvb4wz5l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz1jmq9t5eh18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8dxsdhn0gj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2nxmdmrr1y2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx41mncgfxsg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6py4y7e8v55vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hb1ht739kkbg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2twlzrxnvwmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_YIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xp3e3yle7v66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl6g63qgf456g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/394gj0jhf2z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeavySnowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cj9xhqe5262d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6st35r1feqth1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grwcwl2e9qpw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48hqwtkz44g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7xkp1xw0lpf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye0clyfeh6hg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrj26bhdc0stf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8krqt3ybc7y6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdbcgs62vd5g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h20qsx93vrtmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17t8rwmq0qxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q948pk4t6n2c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjz03wjkljw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8lwyeszg1v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rzlt8w669qf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jm0essrm8p89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83k1bv3w4sw39\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnpwkkrwk671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98tr7l5frvf6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/271g154es3j9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfn7352skdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n348t7vtmrzfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eyjnsqhdb14b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmc8ym6dh764g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqw2lhyy8jsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyev5j0hyjw2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt03941rs3tx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vevycpmne4693\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2w9j165sdhz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrd1l0hpw2xyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slsf9qe0yfhk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3zfjp242w1k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fez685e9sb0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrgh3h3xfv7g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xljyb7g6ct97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggp3fpp6z2c82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcjd4nz7pmm6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcytm0xbeeem3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsjg63x6rl8gd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48yhtxq6c2t7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ejbdgp5vqxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1m0j38nc43h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ndg1yvkn3e29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjtk80mf7lr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszyts4gq5yy6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnpxzczhqh3yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hyx2cpts733\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPK_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2js7y6t7m73g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyn4kxt7bxsk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc998rk5qtjwg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_YiddishPennsylvaniaDutchOrOtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5pcpz7rb74b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/I00-I99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgg55jmtjvzt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeg4q9tvqn8x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p4ehg911r5zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvjsnn7j2cve5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3518vp547tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8574b3d4np0r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxtmd5kemks\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhqdzrtpzggh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chdhw76y8zww4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e76wsvyg9dh0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm2gezlh79r7d\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76cwmqqbb7cn1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/624vwc7cnexl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4qn0068lr8vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc7xt9l4v6jy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd5trmh6hkyw3\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_P\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p91fjyybprd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhxzzr6vk654\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5z5g59hesnyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhy7p2bt64z9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l0g076shx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2135hfr3hc4x8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08jmjyydpwss6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gys0mn4415c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn27b7vc0ttf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1w0jlxx49mh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td56vkg10h491\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxmyk79nqbrhd\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_LocalBusiness\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p60nh22mjlpeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9xche6mywg8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g41qs6wywxrl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HeartFailure_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother47Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgl4blnzbdbc4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/303gyzf68n59h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x96t32wccx68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jygzlwqpr850b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fyb9hg7m1hsh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495t0ysr45s4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j77fpc1358zhb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_MGDA_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1et2n7mx9g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqm6d75b9swwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flczkllpxgm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbhll21dd9b2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxm0c1nt0ndh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6zp25p0kjrzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthOceania_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1377cdp7wg7y3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5brvnejfm5e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy2c43vkfepe9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14b4012r216sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxt0fwkrk0r2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnr7yt1m3c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g79gt1mglfg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mr623y723hr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmchlyszjvejb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth289cb99dd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5bk8gl347ft3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p07wn6v21t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41pzn20k8yx66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6yjl3t05ezp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p7qb94p00rz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exql9jskhxdtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdsf5txvfcz7h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zcrxppzk8h57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4l26e3gmedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqw4tghhwzg1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcxz2mg5p2t46\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ef0j46rnnjdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgye8le9jhp9f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlhh0k5bhdj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnty3cvn1syrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h910r0mqfdrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6nh506dvm4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdd470j76qg45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86n80vw5hphd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngblv9xp4sqs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngf9lnthmkt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w27vfwvk8fz23\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgwtpp58t0k2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rycty46hwnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dw5587jynlq9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07mzy7tmwtt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yer0nz6f1qnx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5701hkfcnngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h00jkctvrslkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893zyytchz58d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ym74nn7qydb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_T3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/g20_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25nqmevfplj15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhpvh4dbhnk98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lycj2c448lpk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmnjf78fy8tg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ke10j26dwvdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve4cp6kpl2j41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwlstkqn1mv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgjxcsnd0twb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27zb6ms372v2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jccqveggybd1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NontransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4sxg3tsq46j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fj2md2xdqnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tk2p3h7k2ke7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SunflowerSeed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv1y0mv241vr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr2l06sdpxrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p8864nnqyb6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1bzeex8tb906\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4nspss5lpl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs11s5yq7cebf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gvtrgbdsvhf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgv9xl067elc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11wy3p19442s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p8b6vgsdnhn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b88k2y31znpkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51kwyj27wtnp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k969n7nk0t4gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vey6nx3m66mqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80673d64j7wf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8q14lkbnht2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnzjlveerr9x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4tn16k4ksk7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.SUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6etrqtgdsjeef\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qctjbjfspgds\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gwrtfqq1kc5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/287he931p3bv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jsjf09b9hvj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_WhoopingCough\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl5yp3f2e3pf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzt6gw624fzp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_92Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx79xpqkcyfm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8ejmpmdcw63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj27f1s5qxwx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4emjs77nyb4b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24crlp8mhdbcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m84gp10h8r0hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1lvb0mbrkyef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6rgsqxyc163\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpe0qnv36m8z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwhg26flmr1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb4mgsq1me0hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt59nexp9rqe4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lb3txfv568d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxs1qg0dee925\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpx182bhh46r7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrj55p3mtcf2g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xngys2cp6r48g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64wdvejym1s9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tnbhcmrwmbcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6qxr3d75fs27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmhvnpgrxpb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxkbm7srxtfgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlcoholicLiverDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82sv643zb6d8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxdyc20r8vl51\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Cocaine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36ryclcylhtcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ky4sj05bw4nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR15_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l81vcq9kdlg76\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c07typnfmljq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qex780jdvnybd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lesgv5l0x4l1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31dwwj9gjt24h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyh8hxtfm8qs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdwre9dykqbr6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zl4vn5jwj76f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fflxl1j34ycb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pt4j4e52z7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6081feekyv6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec3gvs175370f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc5e680ff1j8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkb631ne2ddw6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs64x4ygtmbp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14dqkd2pd5271\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6zcf59g295b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxlzwx7192yr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz0fvxp0hr106\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z6lq2etk04s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx9x6ltpxqp1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rw0je1n7dslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dljd17whsjhxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmqhrn0jyejg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcd2xtzmrevm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wtd6b6ddetd8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntf3b5pp3ld2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drzg8trrx6dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqcgtxwdzsmyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3frnzjdn30b92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b297d9mtt6s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SAS_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sx8ghffr1yy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7qnrssn5g6eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x18dm7l2r1jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldwp5rw9xtvnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwjnfkr1ln39b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G5_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b4j93wm6fcs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2we4x1nvw4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpdsds5m1j5g2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qpsgh553emy5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbh75cz6sbyt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezzclv0xpgen5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34hxn7czbff7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flykp8xrr0579\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GeneralMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3sl7jp96mbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vmgxvskc92g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v36w0qxfd4hbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlc3njbyc38z3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tn71hcp2hpgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcbp70zxycxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45rp65gzpbgl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv469fnnj04zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgd8fsgjpqz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e069360fh6875\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkd495perke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznpmjp2ltp66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xsmkjvmyytk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86xx2t4708h5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ldhyv12h2x4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c85xlwpwhplf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb8gejbnfktl7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_USD_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GNP_MKTP_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvt6rl8wglzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgh54f7vwy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3td4jnqt5ry3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8387414kdr2c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts7hr17922dkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x50cyh244dxj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_ST_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4thv116c7sltc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ssj45qzs0g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cn2vsmlfsfv1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehzmsr6whz5lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5mll16sh5tyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_FRM_FEMO_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz61q35b6wbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1fvqcdcc8fqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7tpxs2058vhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6frlf9rdd29h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbm5nqh3nq2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzfp78bq5ekm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sphnwp10jyggg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrh213yxkr4w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekmwmg8c0pe5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnhrcep24p6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3q8qhrvyfgjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv3h4xwvh4s47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k13jv4f2m3c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8emhwvbg9kbsd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0sxvs7t8cz5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ycgped5vjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzjnqp3jxr6v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k3pqx1l9e4yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smytebljwge47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z2qn9h94ybkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmgeelr2857q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq8vlq7tldjc7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn7l1dg50e6p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2017_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj89gnbdxv474\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2kmx3w7tnr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r686t3hcsk4r8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntjrw5gl38kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rgqngfv8slq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w6ersqd9ggb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d19hg9hz9g38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_COVID19_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mps8r8rlnx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxy7ec1x0y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rthlkhbr1w2r1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zb1kbe456fw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgh2k713mbz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h3mt1pzjbnn4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l512l5484s5g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh296424g37gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5met642dnn4e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shzspxsllrzbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byrwq360xfllg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k47tpcv081e1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6ephcqwjbb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w019cmptcq3b8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DFOR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/i_branches_A1_pop\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10km9h2kqsvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243gwlfcfder2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxby9jwmsjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgczv5jve62rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6jt3136lt4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmcjedgz1t48\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05bcfl6x4l2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wb34m6097xq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7slyjztfmfy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6ehm629v19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/427lqfsv8z1tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Noroxymorphone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f71k7s5xp17xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2ng4zt0dvbs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/296gvln5222xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geg9mpwn8ygcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0ly811bpen2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfsv76cmfdb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3025_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--U\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcty9v7s4d1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djvt82ybbs7j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/D50-D89_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xfh4wv48yl6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpdqvk0ytcstb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9yyjtphkp01f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggn9e2xhjnj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tqllddbkj9rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efzwczkcznqt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llr6ym94hwy15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brvyr1940q0y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpvqbd5ht4v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9nc9c3grp95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9vlxe9dgv5bd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl5qqzqgsv44g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swe6kh8lrvzd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kcjl5cxj83d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17k5csemhn7lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwdphg1476sbf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg71g4zp71te4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sql07dttpnsbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2qhhtnjm4qh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrn1005p0x0b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx2ewx4enmkx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth56t5ps2v2f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6408jm28jj2bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn7wyzxm2f7gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/887sv6jpgler5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30rsctch0rk6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9030_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde4bgnnlnv96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhvtpc56vj1g1\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fczs1xpjkzydb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_IMP_CSDC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_CON_AIDS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcvwtd5s0e1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcxptpsvfhz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yebgvx6zf3nlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0eh7s3p91lb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj7z345qxfs86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psm8r2zpbdwy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdrfdc164y3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf78tjvje5q97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9n685jn5ge5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2xxvgnf73p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz02k0lyeyez7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64nkzz97xyhm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekylj2n86gvth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg3hr5mr806gb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NontransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zxwbbm1twkq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSManagementOfCompaniesEnterprises_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14c7ghvscr225\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4p6f8sgcwk6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6df9djq18dvp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgw5tdvjgg743\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtg6jllgb1t2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflvj6xry1b04\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_DAFF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28hwjfs4n84e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f34r4bzbjprth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7hw57lyvgbm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8lrj72011n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0qm3lw0e1e59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn2rr3t89cvr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj6yd6ldjntpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kln13by0yjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf4qv50myy19h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhfb747dgk93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhd09npskbypf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypyn63qjebm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hfmh1sq8t8f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggqw8q1h5bcs9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_KD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzr5cmy48xvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc736q38kqr81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b0g8lb6x7lf46\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmq5bh8p28l7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s459zqtb5qrn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gbtgkcyw0j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pmhn6qzb5w2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gjr6sxt5c4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf63psmfxbvf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083e7z3mvkpjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mf7zp6680xvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sm0glnvmgqp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xny0lnemszg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz65n9lv2v5jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h9qf427lb9mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9efvx56dj7krh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjj5glg2dww55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf76chc2k9yx\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12f9nl4svzt0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/671mg7tvj7ln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwrzce9mk21z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DM10_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx5re0ctgdhx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9txtq28e3c75f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sdzk2vtensyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgw7yv5hkc557\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmqrjz2rm4e9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e59j9henqjqjc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT_EGY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ensmycgje2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymqx4hzh0qjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x0njlpq3wg1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsmvnsdje08yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph8fq5606v0kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_HHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_VAL_MANF_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j30z9hgwrhhgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fhx42p442w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgvvenxlzyxs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjyq9lldwv56h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2sbdx6nd1dn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6z11f5vvnhn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t33hf1ccqltl4\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye9wb33sjdfx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lhmbm8ydr69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m6egd9jxhkwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9p4n57s2rv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jnd8c6rvceef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2xjfrgp4sctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b172j45vn5c1h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t9gjvlxjfvp9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh20rrd5ltqfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njwhslpdl6xd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj8htmjqy2t52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svk2gdyb1cph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stb3r29n2c47b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdfvcqe4ezgx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fplqqnjlte0dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lftfpfcsmq9m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpql2nr8dq8y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvr30x491n0w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w225n1ccq93v5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ezpbjn03jh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v6m9rynxbgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be29n94mgtsm5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4znplktskkge6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_GSRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcx8p73vkyh26\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9fj1xle2cdg8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ktw7ndhs25s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq99g1s8ypjxd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s5s351cmpq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej5tp0gtbpv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhxszfre2gbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c6jfwt3yeh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kf68mnp04fl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1s5v05k2ye43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwjhgpgy9b2v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sedm8efb83yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19262w5f2404f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0hx70g7qx70b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwtttt8zfcm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzkldc86szpl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npgmdyf5etleg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwtfvzb05egw2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltq7srj1qspy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl4j6gcdq8dr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsbeqmm7pr015\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zhrxl0xw8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25rnncqp5ceyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6p50t9wy43y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxbv694q572g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08w0jvrepwjp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6j18rtg73sxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86fehqddmsrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskd8y9ljsvz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4hr31jf0grmb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb2bfpfyjvbng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txy6s96btgb79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3yhw099fp39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg8y9h13g4pv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wk69y2jwejg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcmz684d9qh0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cj7tcmd7lq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jtplwh3bkxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczfgj5yeywk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe8g48ly7d57f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dhnczy8szm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l993qn4wtcqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx9jpt51gyt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk49pdk9lf02h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5z808yx4vm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b58vy6ymcvm98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxl7gt4hdlv77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3wn3ngw4mgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4rgz7l6m1l5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk53zm1ltjdng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10rtdh3835rzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwh0pnlce6b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e322j6f6744sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h3479910rb9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pyzcl9r70jp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/716zthgpe2xjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg1bsgw3l2v57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35r8ppme1qx84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk87q1lvfwk4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dz5241lm3c32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47zyg0vzyk11c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3xy4vf6sf247\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tet0rb8z6c3mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n21s54f107381\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm5zqh4vlctp7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52x0615t2x9j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex63m1ybjv8rg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d17ethc9vb7p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3kx2dhglpb5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bmp3wj5vbbg7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvy9vhkv4hl5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgxl2w0cmr4k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjzyck2wd15mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71t51cj9zc76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32ygedmgc5g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19fncn6sqlw62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ere1cb9j0g4rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112ev0yz01pwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w9lj6rrpb4f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czt54hkymtbwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc9w3mr0yfzc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnrzdl7dc7j37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532z4b0yy8rx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89rf8gvq16ld6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAccommodationFoodServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pqv2xe0pctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92ksj8kn17e3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbv2bhenymw12\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv5sd8hrhs82h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn04rqbxh9s03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emljcpwtdnprg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y67rtfx8qnem5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7n7pf6y47nx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RRF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_LAYS_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y2dy5rd8rctg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0m832elqpep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edh0y8vjc9y55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z30jtx6gtktjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1tpn6jzgjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_TincuredOpium\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9160_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_MaritimeShipping\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ghdqwbs3c2d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbpey8btqdch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t41xetm1g0q6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhdn805gcb5v5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7dv8c2eqv3jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3xfz20cftqjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkp2fzsbbpq55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1290_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/A00-B99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne7hm0db9dgq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypn5llpnr69b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrqwly8vr1rg1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28dblsqpe8b6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr3m95ge495f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v099k636g6k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4kv0mkm56gh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzkpq9nd4jvjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfnezp29xj9w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0vdhhj7wzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhpdpzhetf348\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44kke1vydhemd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R5107A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7hcxd52ged8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwzz6mv8j36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh27kv1bp079\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezmx1eq4xpxef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb711b9wqwzp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4jb81dk9gkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLOCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4hjxg1epl4r\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkksst56hb8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rdmxsx4h57v8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OE_56_40510\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwz97mc7t2v41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxncr1bcnt691\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3np7z4k58y817\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE_USE_DISORDERS--SUD_COCAINE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t7fc8nkf964g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74h9zwbrgm0b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1w8tzmqxh282\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz15qsqn4wrr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--KE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4xzyswlsh4b2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8h9qrl52w6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q9rgwpcgt2gd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md0nxjpxny8w2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14pgbg02dtgvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5995w7k366z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e70dydnkv1mn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdhfcrycg0834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7d6wtghhh5c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdb1g6kbchw04\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IFC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfgekvetvwfwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp1xdkc3y6hw5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_SECR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66cp8l1n2mqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gefnn9shdmvrb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k0cspwhehwbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssm2b41cd8yn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw8zqhhtdssf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b232tl2fgzjpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ee9zydd1t274\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fmywwdxjx69c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ds6tfvlwn07\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue175000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxsb0b0qdqk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z1w687vve0dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3dgzvp3ym9s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mfwzrgh7pg7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPL0_R5607A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89fndld3xy4z7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F400\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hps5pcwm2d55\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr5ly0h2zxm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwrccngh72l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wltn5dkx3emy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g23vhmbsvdet3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g80gvwfqqph25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7tw4m0yjvktc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teltrdvktm67d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS42_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6shqfphqq2n22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qzl4lzqzz49c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdjqrwcyvp73f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6eqgwryf4skc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hp6zy32wyn7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsfjcxpb8rz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmkxt7tygj49b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ybmdjrzf2f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwxhy804fg2j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9chcyj0cc6cd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvcyn0153910f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gw03hk155gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0vb0tj3fcpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pyb8p5hqrv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4nys3zqnt9f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78jrk4lkcrbb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0fmgd8fdzv72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znb1v9ncsvn6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byb8pfxsbbc86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m9rs9espe8c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgv1j15tyhkjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd1m3gemr95f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv8x145hejv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7c8qrex3vcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/489lzn03qbk4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hh1n5tgbeq71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flvrk1dvy4dr9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyyphpwnv50l3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWHDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvbg7m5l279gg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e08hdt92fzt25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsfcjmrxmb95b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbm4dxwqzpb2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxmlfll4jbvv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdq92xqdyhp75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t41fqwlrkqbn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1530_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Logging\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_750To799USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9myctxn98te9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573bf8lgnn554\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_COMM.PRODUCT--CPC2_1_113\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/429t3ypftklt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nhxwh4w2ngq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw2fjgx12lxs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvh3p1wq6kyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7r2qwkz313h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zz06fp8bt8n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zb9mw4qnbw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6wbwvbkrz23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbnc2psrm5hw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7tyc2lqpd6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejsy5jq1jk9kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvmns3lb85h0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf71yt85v323c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wxs303n3l19g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vst86y9gffv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemw0h6ffgcl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7z12mck90ny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kvs3v3qmwqh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.5To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13pr75vzt5gyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pln0psqbdt946\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwj6y2erwqwc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zktbh3g9bldch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrh1mpqpspr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpd9b4v715lp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x0rw8vhvfxf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_7ThAnd8ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbmrvrbz5mbeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ph1ltnm23vyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrsfr9kb2jlr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz3y5dz2nwmyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x5jktvzpl0jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cdy1158gkexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etyyqzyss3c0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_KNOW_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx7f23gnfrlb9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kst6n10ddx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62edjprc9ckd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhx0ezswqzvr4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6kphq9l0hrr2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v457nl2b62sm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frn7zjf4897g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5be92q62tncd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twr1qx9bykmkb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07dglxwfgrqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2mwgsm7lkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5v6l762nmeq\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/256qd5mjr8r06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8cj2g0bbvqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbqyhwrqxs658\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxv1sn2yv10cb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hebn2036wr4ng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/ENF_CONT_COEN_DB0415_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qepn5hke8p585\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34cee3bcd60q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q1efgqe2338d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkpx7rx2qhgn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03kybvt9hmcv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbzc2gq3gdms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wre81x23r8se6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9t75hqng6gw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wt84clq37z27\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To64Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0q1q8zts4h21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7see5p45cjtb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3bpznt3e6l7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfDentists\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xccb9g10dg30b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/engwjnytzwhs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5h12nfgpqdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1h72c00wzvz7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNDP_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09zxvg2x0k3gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzxhkfq00en9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvjsf6s6wvc9h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp5psyk3b9nzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntq78ez3e5w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svlch1hs65dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29dl0313r4d07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjp55w8wk1y7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r92mg8me2vlbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdeqt6wrxhsl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1n47d8grkw17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80e79jz2fheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clgy0ttxzq2v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr3l1s5x1dg79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pgkcl25bve52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3mfejzh3lh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj0zfp67ny6k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edh0pb30vxvzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxbnsj0tfjhgf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkhsf78es1fz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RP0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx6x6ggj05zcb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6m9xll9pmzq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbbr8qmzpsx0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9d40gh96beb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2nl4gnrkp44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5pcz8e2dhb2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh8vswrjpw3k2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_NEET_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wjtn6wdh9cch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8pc2df1mx7sd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m28l6775ksf6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2vw1g5343v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553633fxn7zeg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24923q23ezh38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxz9h79tkm31b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtse8536dg63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_POLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/231gj9hpwkdsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwh4e36lt7xp1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx27d68vyydvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jltrc6thvm5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhzef4x1l3krd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phendimetrazine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrf9y35eyhq1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6qgrpr6sxnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8d6em2q40lb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vs2np508w8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9v3bqp6kfchb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdqs71xggxw0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btg0ktntymblc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmsfcnv2dlq2g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n008l5vpf92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybyw1g4yzyw2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge55To64Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xh7d3r0wxcld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2xwzgklw9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zzyw1e0cbcwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32wsccwyzqy4f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/106betf7j2z32\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scds2z44fm7dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_DeflatorManufacturedExportsUnitValueIndex_EconomicActivity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0whm30pte11b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thk0xc3rpdzz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y84kqng2gvh5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnpl8wne1z0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5d47e8mhl94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k14x5nv6cgx0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0m9w3wnrcpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TruckTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2k6970dxtr88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jvnq4sjdg57\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qsq54pg8dzcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhy4n2g20w2kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2q0shf60bejd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e4b1v6tbkce4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_FuelOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mjz7e3tngqbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdm7ztl6frzh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3svw9ylb390c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/695w9ymcjrc73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3mw2s49rfht6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05mfrc6czzbk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk9s6hec3p5zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16mnqt9rzt2j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mmrgj1g1s6s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m5lyxmy87bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpl66n2q0wvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y8k770kge3l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bept2107g57k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39kp0n0jtmwr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m9cff9mptpzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2312ds8pdbn2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0q5xt2sfdknh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcvnbkqjlx51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4wfhm1tevxlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vet74nzyv326h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz1rk6jlknt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25rv8mj36l43\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93renfbqdh0z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw7e60eswv8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO2ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yvy6ggt44k2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeqyb1g9xt0p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tsz599ghqkgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7n9xg25lqpt8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndrnnbgsvf0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj0z1epsn1fv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ebksr6x51mc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.21-1-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gzs4vntzwzgh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftkcgjz043ch4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phk2yrpsfp7l3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqflmv1mxb8z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4zw5cbyhcyyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h30td51n4fjn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgvbe69l2mh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/197zkps60sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9298l95cf34kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tq3ys81ms1s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nesnbmrncfjrb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mqyvxrj31zz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmqk6zjjlj7hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbjykn69tj1qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5n2p5ryshp79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin2_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr3pkqp3br41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp1l62ejp9wbc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17zt2gxxh3mzb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fy8mlefry90h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnypvkkwb7hm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb704bm8gvsj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7s09106r7ps8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3cvcxef6qgf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f2g80fx8975\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjwt7wttwlcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z583evy3xw68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2nc3bpzb8ym8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianOrPacificIslander_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nln1v29cm06f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2clszy0l3wc2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpznqj61j4l6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew37qh0g26d9b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b16hsfdgex08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrlel2805rrt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e537bt1tzsn1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfg7lnspnc322\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt1p5lf7dhrxc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzd0edh481j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wwe52kxn87th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194pq4mt56w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjd85qn4x0fx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Atherosclerosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53g863hs8xjq1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq8pe3qtxgvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf7xg6rt6cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgtlvtyprr91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvp2px9276r8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_AG_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n1w3rggbt9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfxc4959b5v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbtklel17gjf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yncv6mp8st7cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17jf14ygcf9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bhzm1v1e6j05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3pkh877b9y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4p2syrmrgqv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v9h9h32exxb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc0wnkbzgvw8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vs8jpmkrm273\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jscwkmhdwsnm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvm84v2kdhhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16ww07v88z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krtt13mhv3337\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsqhd9n4jdqq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyl0y0bsgd78g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k23qwx05c5de3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzyp3knbrhdb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmc2nfb9vkpv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4kkqgwmfe4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mx68p94sj13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YiddishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4c1h5lqqlrwg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1957rtkkrnpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxpy100yv0h27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vmc2cqwfvrpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_ADB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtf7rm8tw6082\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0701hp8cygw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhrjwybdenzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ng2rh5q7z7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc1k4b389k856\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2f2kfgqrx4x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fsyn56rptel6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdhqtswcvsjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjztgqmc2y078\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm6b886qp9sg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02x883denhc09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rceyflfphnym4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sztk3n4wc8qj3\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_HIGH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r36jess17t15f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_TOTL_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4169hvs9klwb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52t4e6c75f0t9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc5zqw6ntrzp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx581wphqdt75\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f4vv8rxsy4vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgqk3n6ydmrv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8nklfrl1bbr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg0zd3ez8clxh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx1r4sm7lrmnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sybg6s7j1h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9helf8rmk545d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4wpkjwhnrqy6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/527h2vd1t0vl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftsqncdfm084d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb5356y6dth4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvcs8n56yej08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peefxt9x9eqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07wnml4j60qyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fjkszyt564z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sc8shwnpgmlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5540_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4txnerrk2zv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z625f396rlzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93qf4bbz2562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcw1bejg29554\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_RawMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjmthdb01633\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GOV_LOGV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9bz528ghdeg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9rm8txfx5mx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9exgp43vj88d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh68tpmj4p6f3\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyfbmtmxvnwvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npn8fxvs04zb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz917g8skdzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ff2ejpbg2jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx3e12gk3ml42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/239nvkqnpkh63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv1pyg7xbfb85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvjs4ejg3j4sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8608mvpfqfr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjhr6f0np8y8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHN_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q3m432g3kvwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjrxk4bxzexzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqpdhvb1xl87h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dz39rsdher\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enr63cx8vt23f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk7zpjtkq9t6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr9zy8v7z75p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q746qfdvn3th1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8z988vwpbzx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5m10y8yvwtx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpc0xeffqd3ch\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0jd7lxfxpq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nje383mjl1h87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjv0848x0p9vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfvxwd2c72d05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bvks0hdhvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqg83tg2srhph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jykbttyj610f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebyfp88d12yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve01c1xsp2597\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_USCitizenByNaturalization_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36h5l06wg4dlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dcb0lxwcnr97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm9681dg8s83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj7e2ncnhck8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1e6cy2zz51n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqpml0s7jjqvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgcn71vm3bp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzbs90re1yyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbyn2sz59rm12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvepqk6nv7td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wd4sd9nqbced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xehl496dp2tt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ez6x9xr1m2qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gjpzmrqf8fc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee96gtnv0d391\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kffxgfg0dby76\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Alphaprodine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv3vhy1trypr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4006-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh0kgzg0m49x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7nkwq25hcq64\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9s2lxqk3ejg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zm16jm85whz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld30wm9v73v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbk24zz0nv0q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/req3re7gx786g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t0vjhl37hn9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm78b4tp4e545\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtq6g78pg8qe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0tz15rv3nmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwy48eeyvtd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leyv1qh89m5r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1exlfrs9qw58\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzlssry5v7zkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwjd6ybgshfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee89b6e8b2dx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krxw6x5lr2sh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl9xjxjw58jc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00g8msjtwvf2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05xh4rwc7r594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b65pq6e2xlkkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxqjsd4mdljc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kzztk69l3flb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n70xq54st8rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jpmwm57mm101\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50q3t9xlqhr6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e19zjh4xh57q1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_PRVGRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83w03ythr9ls1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16gdcx5670934\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f5vw9774x1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszd2wbqyxb25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yjghp7rn047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1vnkdw8eytj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2prrzx6vqf495\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw5twb5dbhsb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3113gw6jt831\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykdnhknvnz0rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9f5251zjdkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z12z8k32c6hl5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmcned8nrezv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/367xv0w9cjqmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6ns7nj22rwdf\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp2kd31rv6k55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73jcgy64qhw41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycl69zfmr4fqb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tervylrb1xk3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hg0pk7878trd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpvtvr9z8sxeh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_GRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x53lw4d1d31t7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b7fljtmyv9j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psd712w5b4dj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1t47p1xfp9ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7em9r84dlxyb6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypj5csql382m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_DOMO_ZG_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyrcbdyxzwej5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l73syfs7xv8r3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd9k702211fy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqyc57d7wd85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km37rps1797z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfecgn71nlh72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPublicCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sb5615cclc9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dxzj9myr15zb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlx8w6xf62lv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvegwk51d279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfqv4zjd99787\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3c37scqyf8r3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f3l90s0penw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c32w3fw08kv15\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmjkjtm5k1qx4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77470mpvj203h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgffwnynksx4b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vxnhgljkhd9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TENR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7s23p4fwkwt63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t583mj557ynbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmhqqqcz0v6t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8wpv48b2l3c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/TOTAL.HVL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z9n99gh63l62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3ybfg91qdhm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m0yeq6w1tjhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e3g9swbjrg4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cj76b9548hc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exmbd4dz5180g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg5byr787s488\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_TransportAccidents_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djntdfz17kxr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek002nsw407bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgx2dktxt5p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qknthns6lq4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wv90e00wcm1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5bd81e4sj0kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2gdszr0f3sh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j467b0hhwms08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46vjlpb7g94e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf336xsqj3bth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33terrd34yz41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91rn80lww755g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w72qp7drmf8b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl4d54tq15e5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpb5fp2q4mwb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj8jthd4f563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mq45qw8csvnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lv9mm6rhrmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzwdx2l14n8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnfpp1c6v2r0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08lb6wnlrl31f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf5ptq3vk8wj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqezg7cfwgnxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_UR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhl1rysfjhjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c18vkhc9xmlw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgyhn3s7hwc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_GGR_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggf7xrk5fyc04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7nmy0c6s9jt3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlfw925jhb6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4427x1b6tycg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w3ryeyweenv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq68bqkmn4yz3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gqcv71gevlp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eedht9k444je9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76mffl8tnqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8r0kbwrcfh6h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_NotInLaborForce_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn8mkr2fy3zd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3wwfwy814pfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz3rnpqcfprk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/820ngv4t4jvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03685wx6xbelh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5j3nh61kenc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tztylbns0wr77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2rb7cn897lcd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IQ_SPI_PIL4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8xqy0psn8nh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6w17sph9jp89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gppng4gszj7z5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgpwmm04kps76\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5054\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2p62fqw63qfb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccfprwbf36nf\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf2vnqetv9bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4y4js8npccg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e0rhv10mvyz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60mq1lysnc39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctb16466w5xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvmzb481wcty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmwcqecwxwlr5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewcdx3d9hl4y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwsc4j3jbcv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jc7e8j8cv29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vg61z3zyzcg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Mephedrone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vs1rtql4h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125zprkcpezng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bev186edek93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jns70vzzclql6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1w5cn1b5e8y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v83ypp487x09b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmd8hb7w27bjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpjmdr3518t82\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m2xz0r30rwlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4e76tyg3l26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx7wrz0q1edwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1nth33emqfs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kx6791h6e83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j92jgl2x4wf0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jrdgy7hhv448\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqrd6nf5zqz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksd9rbjznhz6g\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/181h7mxtrg6m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherRawMaterial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sshf0jwybm10d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoInternetAccess\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qsv5hzev7e2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nr9ck73qmsg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e162m1ts7bg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_DISAB.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ffcpren44zc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht62xj3yhnh4c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0g7sk6km0kj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwyeg3j0b9e65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1svzq1qj8lqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m7e74hndgl68\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f087ps1mm7b79\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce7frpwyfpx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1dh7cy8hmbh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8hn0y56kxfqf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q25jvr9566vq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx94yd6q9elb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfr5714e931m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkmm0xnp386f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnmjj9r6xhswh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4vs7ys6rnkc8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Leukemia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmn5q00p2p75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rseb0v2gkcmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze5kpsrbsbj68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SORCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgrw2r6csr7l8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb50hzx929cd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfrvpn3y7l0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnp1rn9nbb0yg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwb13djq4fvn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3kq16jyeex75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GC_TAX_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkl71tlvs4758\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk3kmgdpf1vg5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds6hcmjs349zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0b0dm6xsnng2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp0pwegx9w211\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9xw77ssm64q9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"InterestRate_TreasurySecurity_20Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sdb4fk1hfdl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66p8jy0397s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzw49y18y08c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qykk4sn2h07\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0c92jz00lg53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqz7d52xh7wd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/258yszbf752x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xfb74c87bjg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpnsbg46qkqx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blt2t5922h52h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whplbzyn1bz43\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e95vf45w6wld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_TBS_INCD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0mlg74s1g88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9y7br6x0bwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqqb5739rfjt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88lbyg73qbrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd8sk24gzqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_T_23_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TLDC_CD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggxfnlwg1h1x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl31x3p32pw83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k79tycbqdybsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t449djg9tg4zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkvt68b4v0349\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtwtq3g5x44b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trgxprtj7glq3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ect9wfv5cr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R10_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d79gs59dllkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5h6hhtp8esdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plwg35kfsynyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lpxnl75fst3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00bg0bhw6twk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sx5pdq4p0m0h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y608pw3943qr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_65UP_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tm92wgnf8q31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwp5rqr7jlt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f8phfx7epnjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wh54xb8glh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r011c1jvrdn4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5beg653nbsb9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09xle1mh06qp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txc7pxm6k7g1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ljlnpl828k4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed5f7bg7rz8l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h00v54zp9tk1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmm7xn1nfv09g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2py19pq23e926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbv1v7wrhwj4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrfv07ynyqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91q5hq8ver0p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtepp5bmek37f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Morphine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0ld3t1fx3s92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3jfdj1t30cm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hhsh91q3sjkb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52p8k9p6q508b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjqtg5lkwzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbj66qqe32jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfj9kpv3slprf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bkl7c9ke4f05\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s1x89gy8k8n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pby32rhmhe8jg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brszzfbpjmdr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32cd01vzztg8\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dnvdzx4er5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0empn05hck9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ztpf30x2h647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122emeqyl6rc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qprlq1xkpfnkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spnjql5215wg3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SportingGoodsHobbyMusicalInstrumentAndBookStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv1c6t59qbgr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewxlf761zrnb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5p5n6k5v3g5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptdp578czmeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8w7c2b95yhp6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m32gc9xzjpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfeeqebqsh413\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3exev6688pb1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27crls2fjcwk7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52f63482fvbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lcsrrv1rm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjh6qkcpvtw74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxw7czv2m8x74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0le1w720k3ym9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcfzv663g81sb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PUUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bwh94d7xpj75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7hf5ykmk4r5g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ptsdwycbq6g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0jhe7sehsk8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4p9cnmwltg8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtcbb96fn2tp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn8cpl5eg59nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/137gbsw5zvvyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS92_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3se53scbjx1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p854b3zl5bjl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv1eecbwgr4rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zgyncnnv75f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc3rmzdm56bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z5520mv76ec3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmzcsxb7gtt53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgb02qdzd8d7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qfk1tqdwg9hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e90ervg70kfp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e3gzzwhvymn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ry4413fhev3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksf7x7qxkkrw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1x2hmkn6f1j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrngk29db4gsb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vt49cnfx1816\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v8bqv2bjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37dzk98qwxgp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzbxg6cn4bm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whxtp7c8tsxp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f76dt1bfxmyt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfjtnmp5q2sk7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2464c67h1n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bnx5lc5bxv3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fkdyz57spqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p30v9tynv1g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0mdqs5sfhv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbygep0j5mbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfbnte4z1wcs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y39q9j48wep3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmm0xwye2991f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1023h20jnx0c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hqyrz7msb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_Wasting_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lvpc4n9y9vx5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSArtsEntertainmentRecreationAccommodationFoodServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsz8rngcf8gyc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nget4v4vbee1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8yr2srmyze3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnh2f28sg1ql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejby7qytvynp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zkfy6wlh42zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frlwscpjfhqx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86jgl5h9xqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wkf0cbw8g7c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxr4sxp8gvf4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5e0kvrt510h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5h8c1xy9gkwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzlr28p2cxsq9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7by899tnrexz1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_MiscellaneousStoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf4t19c6ee3lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n80fxjm6bw8f1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv50bpmfsjteh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzltscjd28fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbv3zc0ezvcyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdbynye61krkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNGRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2e6yqf4v7sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl31hkssq1m36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt82e6x4wbe57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy5yg74wpggnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd6lm1487vqg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvmw222nhhhl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4j9y64lhp0pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684wv8tmwerrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwvgx971y0hd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y262lnnr492j1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h0stbcncfyh3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr6bpj22h117d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbmg0n45xe51\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/417qje31gcq33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0n3rx67f9cj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3jrqwlvvn3ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ABICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/090347n048t11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvehwy72xlsl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlg78n8fqlt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smf25yepdk6vf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlx7nwg26dn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w5mg47fxzth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxbxlfys0p7t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llssf0x1e9g16\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2trc9sellb6t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwt0hcrjlz7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqy5q5ryd7s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27x7s7efrqqx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66c2hn99vt7bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p593k3s4fvnt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00egjmz2yyk93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb726hqr9bc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbt3ltw6kxx15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1989OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d1g0els5yv99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmcglbrgdn0tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmcem304esry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R05_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mgflew2xqm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h674hfbgk2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jghfk6lwqq2g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0w71kqgdp72g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2l52eectrwf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08d8k38mmht67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yje2zrczvxfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk0z6tvx85gk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qld2m1lfft191\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26d5mc579g39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvmek6hp1x1t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv0672v19r5f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejbc8h85cvec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtwsmrt9mqrd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szd3s3pqhjc28\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ys4tntg2ppwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggrwqwknt9y95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v2eelbh3jl6c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47twgspxxfng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/587q4js5l5q0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jcxzybyqxlb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRYSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cjh89vtbjt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clf8tzdn3hzhg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbkbxrp5chz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xfy13lzwfcfg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl90elnp0f72d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmvxc8y0pf6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxwxe89dr817f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7h4xcfddblmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccp6lxvsbrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmxtgz9pkf5m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlepe9gyv7y9d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CrudeOil_OffshorePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_FrontToSideSameDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6bjvvmn60fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj3m2kk5vy744\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04smv47bm69gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1782p0m2hpq3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjnth5xlpe3n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzsr6j2tv762h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5520_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z21ekq0dpcp66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/33qjzj5lkdcdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lm15fv1xjcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tck0gt21950wc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j17gc4xl80h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1krgb359der0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr54sz9plfp1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/PET.KD0VAL_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherGuamanianOrChamorro\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7b528ktdm119\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb5gme73p18h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7cmnelqmtlqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdd5synnqm929\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw315pvvkq48c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43e81q7x3v8pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t7r9hr61pb2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53hddl35kehc8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7renh2jtrfd\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9lv27hllg73c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfqzgs6tvmj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjvf3zsh21j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHOO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc138bsqm0s66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bfbecymd7kbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swrzm2x8xbwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0b5q630b9vg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzb64xknj90x\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v6mrhygmm02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7sb2m4nzh0lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqhfbr3e6nct5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3bm6863qz3b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xnh31jlk5t69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egnpyymstwnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r72tbhd6tv4f3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_UnspecifiedTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxf9k5nd2tgjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfxct4wxd4ssd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5efbyrtg7xyd6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejvbpptwjd2lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w42bss995k3f8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/780sjp4pvsphf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srhc6sl548xcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86jq63wsrpx7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz130wfqm5k1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c404rz7rbtwgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbjmqts65jvf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x67y5mexrp0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gj60xsy2vqlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v770g4rllbm0h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ttxlscnemnxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rc9g2k3th47h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzke91ggy63t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ps9yd21x07w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9tgbcqd1fne3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R5_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wez4jmq4053e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9dz1vf26tnr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd4pel04ed0hd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r42v9j5tde1g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/127v6c3slzhkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhxrzn70j4v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhj989cnl84d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spy8lwvtmccgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s6bzlewdxxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7qd273knbpj8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prb676n386d51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg3eqhnj488ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj07vs31nxqdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj34439vnpnhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wbpz6qkh7pg1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swxyvtfdpyjj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6emp4b3fkdn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyqtsbvky6v07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq05me349n7eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shndqrzqrselb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcslm9xvew774\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g2mm704kfq63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkd35vzct5142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1fj3tg5qmr5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sd5jbp4tyz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg2lbq833qr14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mymwymxb3gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skd6c5mnyp6yd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy75p54pk0jj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gm34346y3lq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjwvxn56bkntd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wqy1jshps0q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdl1bpzj3klq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjb1j4fx070z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/325tc51vkj1k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bng6xj133lecc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_NAICSGeneralMerchandiseStoresWarehouseClubsAndSupercenters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xbsnpzt92wz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm4l4j1jftkbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr7nxf6l6jny3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xqw7y17j1xf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Beverage\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tresyq1t39w0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e84rk4esh0684\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_MPF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R0D_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9w461nvecpgg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg315j7esl8m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl1wht9rcp49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0qmr92ny2t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8z8mmqhbmp5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z864yt4j56g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/565ex5vr2vz5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwlmhwb96byb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mss24tlqzwwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q67cf34en37sf\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhtpccl2ytxp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m6zkz3tsxgn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p6qtz49lt6y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgyqqy90s5qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjeel99ydwzb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6569\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownIntersectionType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_SNS_WALN_DRK\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylf5g4r4e2nm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9d0cevntm8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1AUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v3fvdmj4eh43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlhg4xp4hjr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw2c1k3bp7qzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/107jnwnsh17xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzyyrztrmbwsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekpqvjq11ne7g\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wb7xvhdblcr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fgp483vtd9n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InterstateRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dy6v1zevbpf8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tyfy0j1ep41g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxk4rfpg7gn13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsuranceOrShortTimeCompensation_ContinuedClaim_MovingAverage1WeekWindow\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrdgcxkxdx4hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1frygmknv4rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2b5r4snwj319\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxlpq0fsle7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcb30hc66lyrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g30xnec54kdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcx14hywth46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqrstm16c5ky1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpm1wfhz7ldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcffkklpperwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92lp8cx8pw795\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7yskl9m2y08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdk7y49ep5txd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxmdc0wzrt7b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbxcb2gy5e1hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfn1gth13fs83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl63jflv5k39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYN_UC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qvbbxj747t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvcf2p1q4dqs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OHICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03fd0rdps7231\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53n5nzh1vqnnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qe8jsj152g82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt3rzd7rrkn16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kg5qhez3lbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfdb2ml709q12\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szhwx4efe0n69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52egw3p925kb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6erlvc7mhgcq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1zysc92wbr72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msmlr6q2ej7ec\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4zlmvb65xptg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9vf7hw9m5bh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7lcsv187jvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_ChronicCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrq3eh3cpwv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx8p1gzqxcy2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1k5yhr0bf0xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q977fdwct2kj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr233f9520414\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwpsrfksq077\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6y4psckv3yk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs311qgm1g7v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b18vkxwgc8xbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml141hlrem8s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdhxkcwzqmwp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglj4wzm4n6l9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x7680ge4jxv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1znfjre90g8b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r0g2fl6dy362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpexemvw5qv62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qky20eh3twdr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w11zr863w5x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ztt0f4hkp0r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6np9d7rszjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4h7j6bm178\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wnknwqtvqjh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqphp4lt4sps2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsg5wnbnwkj11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xss7k07l29q3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyq2tp3njmpp6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF421\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vdn1b82zdke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkp3gynq9l3x1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy7c0wl0j5kcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91l34q7kt6h7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnrgwfybfcbe7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kqqflbt1q7hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7drh2ldtpk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gxjz99z9qs5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_SEXV\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb3t6ektmspn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8s7fn4zlcsv1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_STD_ERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfjkcqwx8m4s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pm4x9zlrbd9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tej0l9s6x2rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxd329x7k27fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn828v0hs8qbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgtzbt641m44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd3kenn0kd7h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnMedian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jbf06wxm8tm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11yjcx7j80jy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js77y6jg91pff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxkmgzj942srg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPJ_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkw261jqljesc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj65l3jgepyc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm90w8zcrn9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5k9esftzrex1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rle9cdyydpyy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp174ybhwvm58\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpvxgffcycd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg9g158v1n3fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxeeq78y63q7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9xs9s19c4pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqb8fkl40vc48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndsgy4qfeb9k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkdf4ewn1xhg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3rex9yps901\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljndfxl6sjhx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqfbd8rg0y667\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh2dcrky5g9q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwms2cwfe5401\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/hh0h0bd2qevc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx2w8n7v0f5e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvjt9nvftd7t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jg4mlj7kqps3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xelszwgm52tyg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v17qexrznld6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4psh4yqqv98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnm3xhvbsxn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54yw5cfqr5f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sw7mfhr5c0c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v0jj4q8bhtrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4w9tzys1jv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hb81p9bb9mfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj39xkf8xq977\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7jsft516e67f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m2j3ztcbkkmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbc2001yescs1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz7ebxf6qbq7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl0vly5d8x485\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng2s9hk1ls7lg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15tt7kl6w9277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzyjr85weqk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s0288ev34k2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpxm6qebvwe05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njw5xqf7qqwk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y466jds0x1w47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppc0vtg6mn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmxddwfc4cv5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799cpptpx9vw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xby0pd5lk9cm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zvv7behsy1f7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4418-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxgl6mf3p9vh2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r84l0s8n3d1dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqs4kgbjs7lf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vv6mk7hxtf2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9090_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nyqp6nll9d2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzrqy1xx061p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz552zx902llh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzdnhbfdr0ct3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l41cbz1kqc3sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzeb4tyq5nzg5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgw14hzw0e5hh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6btlqylgy5d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kplnwd05f30rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d8smgzmbh44g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snf7b05zkj93h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNK_LBREDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clfdesv1bpp67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w70b1emwfs43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mx603qh0e616\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3nfjp5jp2kg3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAgricultureForestryFishingHunting_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6g4xcshr4z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5enwr0065t3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9clf6el5nv99c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwhkem254pqz1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w8h2mwwn8hnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrb9r7h61w4nb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_19To64Years_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyd64pwsz2nd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv3jttvwn4hd3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gg13d5xqhv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvzgy7nsyj05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ny76yrc2fdh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ec57gq3c3sg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23jb28ynv3bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7kh4skryhq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j94vwfc71mbg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fet9pcryweg0h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gshcer5sfc97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/607meewm728ch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_1979OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tm7deqmh9fq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbjlv9pd7f2cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSERA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmxcv2hwyh52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hj10e7cyfc41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9jm9ykg2rmwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg6ws071f9nk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srmh0ndb28xg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gewc8ptb94g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26s4b81tlb9t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qke0783btmp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8rnnz90jt964\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3s0ywmg7rq19\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c9dyncxzpvyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd7lw7y9352gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v2dqjx8xr8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlrc8e6zr1k2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8y4l64g19ed7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/105rpz7qydpn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed57j4w6n359\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8eph1s4en47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59c8zc5ft1536\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69fwpcpdd2vy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fln1rcb33hdf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwkjgj41cez4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/463cct9ldh2eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8txpfdzykpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0111g6bf786h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vfngyebjl9v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2f2xmb5rjbnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lvm8vrfwfxq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrlhgbpnj0tf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Manufacturing_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06neszhwp50e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p3y482tlbc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79jbm5zv0f5s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3gnkpqc1hn8c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jj7jvqgql86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1y4xfjvfgqmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtvvhzypgw89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms5nlfn3zksp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GDPRX.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fdn902j1rcx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts8emlhfhrh2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grnrznz51tyr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzw1z614wh4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrx0e53s6mm44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4b2lxk8pkh0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_NoHealthInsurance_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3temt6vyvv7hc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jj80zjvgnssh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kn26jrkwnjz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2y55d9wt516g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmvhl98py50q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj5qwsjq93td6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c16k626yq05p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwt10xgqevb8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6g1l2lkpbl68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl0g1sjrj25v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e186s32k8c7bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqskl9t4tep33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m46zyv8731293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvednt9frdqm7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q8sngrwx8dv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywdwm10hycy1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpsq6pycvnb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f054rvt4ke3k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/404t3zg85d36\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew5jem3883y08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d73jqjvnyqe6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6vc4hhrv241\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6b2y9t5kvpj6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ISLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hxl9ljdcevz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4ctxpcbkj74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Amobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy9g3exbypg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we41flb7nc24c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4g0snbf508d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAEP_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhd5t3cb9hyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl9xb5drcl654\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dr8nld3xt92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvvr8hzemjrt6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7j956xv0tfneh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6lqsj4ydbeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbrj17dck9kbc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zt9zhkd9c92b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y8pvxssczdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjf69ex9lmw4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg4pkj7rv1ygh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls2hfcj4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnq1xq13q2397\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k293b3f7sg3tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w80gfg2rxkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp4cplffwv86g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916cm6ql2p2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzr8pbxs9p5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61t12hdy00swc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebv9c4935ldq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe95jh1bnpehg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dn3wsw2bpbq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbfbfnc38mmp2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfh2r0nb9hzb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykydwldbvexv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CKTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hghm2wpx2xr08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0q4rd8bgm6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b48q99sc7nb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21jmjt6c2bhh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rhmb8sqqx10h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq5xctq14fdcg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71k62n9j89ccd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2eep63ee5b84\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxzph54nvvt75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcg3stsbjyh67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9g4x0nd92x16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zr9vzm035vq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqd9f7lbqlyw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3q3cd0vsd6x8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e5bj1v62zxq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7s778v9skh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqx6t2f4shtfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9wqebpd8jyhc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/051q7gvfmgl4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhyckv3rfpy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exhv01qh1klvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxysl29v3zy72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltdjvmdlym1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqdhejqe8sd81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9zb3zsdpnsm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn87r6hn21dx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v73c5zjjphcz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpe0fzt9qb1n4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1trt8s3nj8yp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cetr8lwxhm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqp2vc6y6fef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev91llpwbqlw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef8yh9lxs3r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhgtgmp3fyfbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhhf32y58623\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyffxxlg9212d\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICSRetailTrade_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vy7z7nl9f4jh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he515s53tbg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w03sd462gj2p7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G1_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xr1p0q810j69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2smzj6tfde2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqfjjkqv9z5vg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_PMTC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg0ln787vktx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_DPND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89cej80lylb4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcs3py61c0qj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8kwbrfeeykwb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ebkl4yfrlf42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8t3elvpkmxt4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/gfm4exn5kxt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jw3q649k0b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c758zyhp1kw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_HAZ_CMRSTHOLM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_Layers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskp6wen8gmg8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcpwfbplw9hmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8894500nz8td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ehs2r403zf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jjq6fxbn2xh8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchqtbr6mxnhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fph0fxbvznp96\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzm1szz05k9wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3p3l6gejs8s\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shb2d4gzk6e57\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgeslzsqptf4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_UsedMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk4pez8w7n2s\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_UnwantedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lhqcv2bmpmhf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp8jqlhevzk57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz1gencw5q0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jnegn6fy7n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jxwzlxrvnz3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jj7vl12y03f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q14m0hwtnzb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PPL_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_250To299USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4s4d0d3d419\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb65x02cwgw5f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlz9hfj2vjks5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeyqtycyjc7w\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mqlxzrybpb71\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlp8rg1fh2c98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5btz8ny13kkf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps284z4809cx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7y6mvnx9wxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e90wkyxde53g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztsgsnpbw5bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jdc5tbhkwzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rs9vl99e03p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d733w2ntv7ex7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/078k11gyfb8s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcrxjfys697g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqnmrmd54nbh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7c18tyn99gp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpw50jqr7lsj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tt77ncyf89\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el9kzrz4yqvng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh63cwyvfgg07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt5cgfy0sg41\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8n3ckwzx8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5z27jqf4rs1c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_SOLAR\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/9lrhbsxnxlz69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnrknq0ynmc0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m077ee7rwyc5d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2818x5pd6g241\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt55vjl4ymxnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/378cnjxknww7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NutritionalDeficiencies_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WaterspoutEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjztmstbptbh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecvmdtvtb29gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rns27km7vgg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k156ykn6y7t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MotorVehicleAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lgmzz5nsl3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9xxv3ws02y7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p070xym5ztgd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34m1l039pfvcc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gjxscwnz00f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmknmxcv8bl9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1s9cr8nln17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6jt4mlgfx1q9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yvlgfykql05h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rgbwcl970b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffh3wp619h467\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kl01excl2h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rm5993zw3wy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44264edc9dxe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_Lubricants_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytgpxxgjx6xsf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrv0e700fclj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dvwnghs32ks7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjcrc62mx3k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe9sdy4dyx8tc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmymcmx8zgf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39xzp15zcscjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/695qbceyvpqk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erxct6nlln81h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tv3ffrsh08xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9q7xe5wjzf0g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx2q0zp1k40n3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgwvxvt5bwv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f92q7n6ngbwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhkg1g03ylkl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lslderpvwj52f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txr50g2ekcdrc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzrncwzmmpv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h560kx205thb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er49j1e9we12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n55qr1d8e72c6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cff1h3dptm027\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc293mbmfbqwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvqhs887kmw6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PPPC_RF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we3wgkh60jlp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clqjle4f94lq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcnr8y6hve14g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownLightLevel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95668yn62e596\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q68s0qcnvq765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw6qf3k48x3m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rgftfxyw02r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4d9ces4pvy8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpqwe1ez5ggh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0zbq5ssztbm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22w7xj108fpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yltrsglh9jbrc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132ll878rn9pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m11q7bk4qge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntl9w6zeztq42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7tjtpz5hehvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rn92t8jh38sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hmkjgeclclpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n0l8m0ry267d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrj74r17eve4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mmn72cscvf71\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6v51w0ls827f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5f3wmmn9enyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp6v9l9q6rk71\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6cmmhsqgnry9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwk30nq4hz3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMUP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqgq0k2ghjv9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jls0cb281v2w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvqrh0kq3jv6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5xy8q3sv51s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llv6nw12k2x5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp4s7b5stcj5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jz1ttf4ck6t6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/848f9emnhbe52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zz165mnzqlj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fls4e2fpjxjf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj65vwnt5csr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs12hbnfv9pt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/096wxx66md9w2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yrwyxwrlv6j5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x60xtmf4xf8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfpkz2ej4cbc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8c39gszf4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdllm4r7f5k5d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glkt4w4l2cyt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckkkh397df87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wyygc5fdlh26\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmmmt7t5wnqr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx6msnfx9zj0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0z8trpz4vyv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egt3q3g4v0dfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpyxrynbtnyv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt07pvnvgdp47\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vl76g8mnpwe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jmjysce9ft57\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmsjj5t7jjwn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv4cd74gsnpf\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_60Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spwgfh6tfr03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6pp92297hfzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgcbpm1l8n9n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jw65tw9s0n33\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn22svxbk5sr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wgtn5bzbm763\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekzhbz3vzbl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvpmv1nsbqqc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Asthma_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dfx7bxktgx35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bew8kj6l7tv93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2j6m7mwffml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx0ndmjeb8rn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj488nk71emt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rscy8z6bgt7cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el7c1czme38dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb75sk34pnexg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppfew24syql51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/014f129545vdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsy5nbnnd3w28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmlh3slb2scp3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Information_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6ehkj226hqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e261gldkp2k92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9s17m786j17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0h4txk4zcen7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_FWTL\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SP_POP_2529_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jqm2g7cm9m75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24btmhjsq5vrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x3qxfsv6z299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dpz781gzzg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz08w4swg9p8b\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwwk17y5tkjy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppex48ts772kg\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nvgyxxzej2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chhvyym6mxbt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3bmb9jxrw8k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8656j4qbc0b04\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tlz5qb1qglk6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/SEDS.PYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03z5xvp7fbdc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blj42b6ltetvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brwx7b9hf4mv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhzqejm5633db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8mln4x0ls154\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetWetlandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_50000To74999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egv1vvk1hv0kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkfccer4ye45d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/536kw8y5q6gmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn492kh669tf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcq5lqjtd6sd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48y5bhx9rsfsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7sq016y0sv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrg7mjl83d6rd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp3j6h0mdj365\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xl58r07jex3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18mhhlzm42t1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z0rr5q77y9m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j0kq57fz5hc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp3njdj2yeb06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jeh63sn69cq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4jn2f0cl5zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4qy5lbdnvms8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqkys66mpp5c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0k5qhnznnm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfs3qye70ndc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpgv5vjm1w0q6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n6l2wrzv7473\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp4tz0x6sfl05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04kcedqq1s2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w4qddxh6yrx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elhmvh6xncwf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqzpd7dqvjkw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryc09h2db96cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs9mkkh79c02d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgcbgt3mflhe1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdm6w7t0e5ph\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ermpcedjflr81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq9n703e4ks7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6bj7drhfp5j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3mjz6qvl8n26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh1e1nzhc5ykh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1l4qr63zn576\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pcp1vrgy4564\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6w16yxzrsve8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw1z4cgvjjyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfx792cr8r669\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xbr9bzvm14hb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx0qhne71cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/C00-D48_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9c08e30rzf07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_MEDIUM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zlyvx7twnr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b02xvb7yy83r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ecswrqfls8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7krgw04xv1h23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv0d4m6hb43g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjqf6meges2hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjwltzcc33lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13klvm1x8h44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwbjf2mjde14g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g994xr11sfwp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d796515q44h02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbyc2eyh3ttb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55ecfs4w689td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Naphtha_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmq6572rgj32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrzmephddzs68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g1kvqnld5gc3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kp5vce530t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2x64j119kq4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvfsc694s9n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkzv14yr2qms8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzmc198nt81w5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21kqe7mj2cx86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjyhxst1n69x9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7wztmfcfn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fs96dxyfjgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5em1r20nyjd28\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ls756jgrhhe7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhv8330ryetc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyzp3nc7855k9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc7j2xvcxzyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt6rqqp25yk05\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR11_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sv5xb0prmzs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb67n55rqbvtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bvmj02rnm6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/924kh9f5ebd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqggxfpymyxv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgqkcx5vts9p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efthsjs8byskd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs8qwbbz70s59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58hjwvvntc47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2jkmpcj4v6d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HyperplasiaOfProstate_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqg445jmv5wh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlfj06gwrqevc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_InLaborForce_AsFractionOf_Count_Person_15To64Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kycfxg1gfqx22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysp6ygx1r8hx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ScandinavianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mngqpr355lyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgv1l044ewf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrjz76qmq05h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6011t1pmbqh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b81fq8c79mb7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z6nw90egcdl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85vb8yfd41j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26kn5w28v0601\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhl8fzbhrjkf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1ys7qk1cbxq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63tlbz3z3sntc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm46mlt9841m6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8mpb0x6846n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_PASG_KM\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/547l436191xkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h6y4ve43njcd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9v1edldf9qn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrgg6xk9900x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drrd5hp6ly57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0zblmqlxwpg4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_UVI_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xme9sx11pcwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3mwk6jdw983\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srf17z0jpcpz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6prgxbsfkmtb9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emdl7j068hr36\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_SOCINS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mrfshcrgzlvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4fvnd4zxljc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlg7eme5ncf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/excflddgg2344\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8yg77pzv1knh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfgtmz1c9etk3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_75To79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2feyhsl08cdf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47088fv6zlp4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th89jlqnentkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy39dqz91yvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5k60l0lwbrnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmsmgj8z5kvs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54453vbx0qykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvj36hgqj89dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxe3j7d2ktdlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efpv6nqmfmcd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxe91g9rkbt67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql44cnx7br2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Falls_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb4hq3xv5z2l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcskkdxejnfrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq19lxsljj1t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0njkwl937mp44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd80q80spp4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54s162frq4tx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f379ml5pz57m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8t7zmqyyvdnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v61m00knctm6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2h263y8yk36c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcxgez9b3ssdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vjl0gn9n48sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt06lbfzlj27g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhr2n8bz3pykh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkhmvkvydjzlb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g1g6jzwlg5wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfsry4t7k488\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58f78mp8kq2lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2hpdr6f00q89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31xnpf34neks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dn9xfvdw7gc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c5msps7j5spw1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gfyfd1nw7qv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2tw7t0z2jw2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2q2c8lsbf32c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbjx4jvy4yvw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pcncbdzldd75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpw36tq2k7yp9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wvvdkx5kw192\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrzd5lseb238g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hxmbe0mzwnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qee2qdeshl827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x1qnk1qneqqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhtxmh5gc347c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smnj1sqwvme55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw39kvqtbp739\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2q3j65fpt807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkpbj91he6f84\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6n75c3g68lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfn0zwmrswjk8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhb0m3z5qwh12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_LimitedServiceEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcys60kxp7fg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_CONU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/d3ger6lm76l1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet5xjxdfjwp7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms6qlfvrhcg67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3z6bhz73xg99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_CONS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h896zn3ecy15d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k70mlmtx767\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGVTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7jbjged04f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckl1pyb1bnq86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr8xe9l28qn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6zzrvqjjtnz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv2fek2e7hbjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynftxcwcfee07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/877hh4h8pgg41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0m9k0becn738\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g752fjnn9lg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue150000To174999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EM_01\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmb99epqlqfnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txt4x33ml0qq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gdlls2gbyk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th5fsy5m8grtf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pc0lg03efkq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppb8k7jtgb4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp32hz04pbh56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9vp1wwb49dp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjzfkr0b9wy9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_FTA_TOTAL\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez0q19z4wgkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zttepg6pwsll7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfcnclyg8tcc4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rryn575hdsn8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b05d7bty553c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cbzvcm92h1s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64r9f2t27wx0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhv7bd5x0rs16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmv449zff93l5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_StormSurgeTideEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/234mx22gmfnd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxjgczf1kqrb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsglxhfb4kdbf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_4Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655v65jz1em4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg6fwy0543s6f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcqgy82h4mh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nge5rjtnp9wk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_SneakerwaveEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqz8wl2yew5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvdsqgqxrpbmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtplhwz1stc55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gezt6ygm4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8mfxs8zzv229\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t1vws8xps4m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzst42j3np78f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht7cz8e131f86\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/AG_PRD_LVSK_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRR0_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_123\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydy7elp3npw92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyk4l25rryhe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q302pl9fk9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpcb4b9tzh1y9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1swh5k02ehtg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn445g34h1g73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bednvgejgeq9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7ymb8vexfzdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsnpbqqzpppr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6m4bxxccyrh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr4zrptqv9b0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3rr4k9f9pkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkdh94gswsb8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35m7358yj8rr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xvrwy1dttb48\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/363sp8c82d08h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hmg767ljnv2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqkr0pq46xhs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0t8mghz9bgqg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx3513z6rl6s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpwdptf6111bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1w9tlbtlv8e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxsz3hvtj2xed\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662td976dj0ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h89s1nz2krng\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbwhzhd77f4zf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgdt6spctdsr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bl5zxfczy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py7fplt44xcw3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_CBK_BRCH_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/remsfjr6ykq35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2TCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0psv90h30myg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wzphvpge8044\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v42102b13bpl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2010To2019DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w138eg8cxs7hd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fpt5bq1w0l2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF122\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1wkpsfmnxr3gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzs1rj929cn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3dw2jyzn75wb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9926pgj90cpe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq66zq76gez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/823qn1pj8ydx\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx43qhrjkpkj1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e2ry74txtjv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fnbktep24fj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdd3s2m2bbk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvjr3sxgmrhe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm91vpmbq1s3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsh9ehtnmyf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhys7cllywg8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r448q3sbf07df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MUORO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjjt9vsmxwl72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkvnj4rlrs84f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yee9zkfstyr31\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teybgzxd6gnb1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sqfespk7tk6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx6zne6lke11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrkqdqv78bkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlycxmxnz333f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s071q7hze4jd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3qdrccyvv92d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lexrn3vp27vzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk9vmhk9fe81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwft5yd1zt5e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt9fhkls744dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4y0dm0ffm1c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnr2j4slk1ddb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P5RFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13dg94502dz65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mec1zm2njkbn6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj2gt9ymlq8jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6rv5pc3wjsnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0dd7gl86wknb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t229g3p4q7hc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtrbkhwke9ny3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVNDI\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t612z0qnlmf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvejf34420e\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ysk3xr7tsvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRR0_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_LEVE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5pcx89t7j9bq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvbvhz7c79e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvgwf80yl0gr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG02_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46drh8cmypf55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcvf4n6efkht9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_EtorphineExceptHCl\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kr8spfcky3kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgq3q1xnbpj36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft1srgpl5345\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljf1d8v6k819d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98kjs8sqg8dc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d24ghmd943g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dqg0cgdl3gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgggc908sttcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtrlp57cech\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_NepaliMarathiOrOtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtzjptleehct9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgmeq39xffh34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7bfnbv5k3v2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xrr7xnf75gq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py9rzq2xytfe3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtxgr5czwgp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qb9lhzl514\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8szql8wsejzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m5bwq3pknrn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bblj39w1grqwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31e8hdsv4d02d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5p9ef3w7tb0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7c96rtdb407b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llwecjq5t3j3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypm5xnwqhp3tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46t96zpewfrhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg018esltgv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq0z59v6zlmfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypx81pw8j1wb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DSTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hd2dwwtfd448\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcnqlc04gy5m6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbvh2gqktct37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4e2v7ngtfcn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk8blrccxr084\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcczfmcxzm3m5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lgnq0w9v02m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly5t95mv6k1nc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4hykjt6edm06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0m6j4wq15bb1\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evr2jnp0f72y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5307_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j5wd7dl662y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdcx8ey230r41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkdm7v4s4hv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkbbmhsd74ep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcjh28tq1fjx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdrnftmh1p5nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7dvmc405pjs4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xseydyce0sn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yve3mlpmm1df\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjgprcyr1ct63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snyvzh4dlxfmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxehsrk881578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hc3m94trwsn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54yck7s8f0thd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdwr3pw201jf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45fegy9r5pc27\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnc4pb1lgzwwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsm8lect9bqy6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TextileMills\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SM_POP_REFG_OR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6pc40zg19e6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjnzw2jx8vsd9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzwrg56hn05p4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwq7qkt7rc72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200060\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspk0xwrl0q67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin15_t_d_2017\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7rbmgs9gv7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hzrqs950ech\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_25000To49999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nsqgws51z7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rlgebw325yb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6pxz0xhnep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnds05kzx87nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhjqmvj6zp4xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvqvqt4fvpwy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4m3d36gym27\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmf3stcxvkj38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seq53gkv7n2p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph5y2xb0p6xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5rhql54qhmf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kzk5pqypwe1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejk8b2xmeqe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp722y6y5mj7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv208g163wf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1532_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yrkkbnwf9ps6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb9vp6lrp68g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x92tweycexzcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn1xhy50ne7g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmx56ysedyzq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcs933ncwytph\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djqvqtjmcd564\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxhm7ldetpz98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy44yn4tbby2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyht6mqcr1nq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvgbnmzw8tbxb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntn07mgp4f51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq9t33649vzx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdkmm88fdjdmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwx6jxp6n6vt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgtwhhdycwvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7eq9mjfn4zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdjg1wg28vy7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2pn7z2h9zyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09v28v6bwqt0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v7lmx2sr14x6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWAG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonMonoxide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2bylcps69pb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k1zj72zdv1t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1qfsprwswcq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsqgzwf1h8f33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr7tt544fh0v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhee9tglbn58d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6vs7n592w1fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44h9blvjd1q3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l32hs740k99h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvnj4v4hz7v99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fr7pq0nyypch\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HR_GEQU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Emphysema_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp0534tdfs484\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7se2pw646r3d3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37d719xfxqc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjzhz30sl2pg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3sgtmf6vr69h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kyn4jtvmd48b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzmdgw6klbw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7cv4n37ywyc3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_8_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9yx9dm2gzbc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sygf72xdxw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g99cseseghc99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf9rg1eb3ynxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cndsntp1gs3f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecncsjgp57rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1s3qv83p7neh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdprpz32dk2r6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/rffmxs26grp85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz9h46kt7yg6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61xxqwkxssvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wttg7hy1b5d28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsj9kglhne31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbe6wjn05ck8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m98dj2f5lsm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23pvzq339q3l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw878fkky42jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7mebt8cx3z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg8pwdpf01v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r5p1f1lqk9c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pc4v69e2jt1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74z4kj05l39q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d4z397pjq0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4j5gcn5td04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ktqlc2gxrk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8w0jz1b923hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Upto1000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqcw138jrw1f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqr1106h7gwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q96plc55mms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beqjg5dr4l52h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ys9r5cjpr828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6l9zp4z4vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x34ee1ty1704\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcwnf9cyfxxx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf49z7m2rt451\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jssd6y8kjyv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn0llft8j9pv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgpe0ds1rw5rd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmm5ql1qrxkt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3we5jfje3hmbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snfk122jt6k3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s8z8bl9q1gk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxtthzmcj6p4d\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egcf0dn66z7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md39cjzbx0tt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcrwdz9dy8e8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd5v6llf9jmx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv9nzhlc29xkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djc8me98rjq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c2763p0ts1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c806knc97b2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpmxgstzmv7w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjj79k5z7qtr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1yd66y0w9qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sd3x3bb4qet5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cxrllscdmk11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr2151m439kv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vm04jfj3w2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49fp5r4fndv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2svgx286g8e4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt922ztbqtye9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sstv7y4kygb8d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etq01kw6dd088\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5l8p2wwg28xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9kjghmj8bfff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HAP_ASMORT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_NOED_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/888cqqxbpcfcf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Water\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8lckx48mc3ye6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d5kzt3hr8nkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2e2kb60ltskf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp75vf2pfwnmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emmdnp540k939\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejbgr06e15w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy94php1rent2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32nnn3ldb9zt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3548lfvk7h2hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfl6bq4stfyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cgdccgx6gh58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clt08ev67qbg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8kemf13ymzfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xce5sv395pgc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g16zpsbypjd7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvzx1nbkws2yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc3bcsk5j95y2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_MANGN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pe00lkjlrb42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/743qdff3nj10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxn85z0l9v5p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvgvrcq0k8fcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3fqsy4wvbe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxdrxvl4mh9j8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sqrtqwv33x19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gb0s681bkpzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djv2lmgc4nywd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfj9vccg1lcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32z6xqgdzyre7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qcryfj6fcsnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7tds762hgg09\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc41xgvqdxw7d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dhtentfk5pb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1enkk6xk16lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cez5brv97kfbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftp4d5ql6ewh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz4e6pm3mnd88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10hx0ezlymss6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58xrh29khkp09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy4x5850ejbz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ww4mv87kvbmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bhxxhzb1kff9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcfv0ydqtwnz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cqgs5fkrry31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c61v80jbf03xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh8hbxq3e9pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhqbpcrcr403\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8ykthp9kg3z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhgnypl16nh6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbbkb1yvld4z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4lvhh3skn2p8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CORIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwgn8r292lxw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wncp0tqjts6vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq5ry2twxbv6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwy9cjy269yx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkddf0gdlnrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhlg6bmb2qs63\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sb23l9mmwn67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85hvbx8n99md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep61hkxb7w9zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kx8z7er7m1z7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl58kmtpmxd2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhbkbtf2wczh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpvbvcfsy7vp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w303m6894p3w5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dch36gccfwdn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqgkj9j70rpm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwvewe2lbq1wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdg6sg2957nd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr56l44pz3hl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzyrg5vmbhc19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cv21e7zkt11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2yrpjj6eqftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wkef6zs7tgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1vf449sfrx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpbyg3c349cm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_USC_MerchantWholesalers_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9t1j703cd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmszsd1m5vmwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_Upto14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rzhpxz8bd7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53x6j7e1zn8z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553md0f7fq3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvqvpzp5e3sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j72f834y3n5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmg7llq7eyj33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dsp6d34q9xb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_7\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/7lw1yyq3yjd6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvxyw484ve4p8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqhbfp2l75mn7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/C00-D48_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8mzef30h12hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydnjfh2ztc9sd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2yxl1fgyx8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l9es301w0dm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6t3ewvkrc72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VEU_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bmqkcg81jd47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90q99tt45n3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfsk06t1vq3q5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_INTP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mwblcfpkeke4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdns0vzsbsexd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4whtlrkve27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7bjp42l3dr71\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jcksbed5c111\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stqw9hm4jz05b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl3kln83z3nvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkhxr3btprred\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2j3g7s049c6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200060\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tkljwffwsw7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm038r58rcrnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cdjfj39gtvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ypptpghw6lxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6p34qrzf2bv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhq3fm9gtvql3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/179dwv5cvh9p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gc9p5fy2qkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxr8pevzbx6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef83xex2n28j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011yxz2hxyt5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndx2e16np4xr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzfy70z3nbds1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12729csph7wg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpf6fc0cx0bzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h93735yjhzqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_1.85OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqr3z2v39b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlj7nrvsb85h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v756y5ms40vp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnjb7h555vsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/359ph71p0hx0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mw2s3fzkweb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ymv3ymvnylw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yzet4mtcl7nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnxmph657ne7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjt8m08pq7v6d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_DYN_MORT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/IT_MLT_MAIN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HOLH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbd0f765qm44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk10qt1j9s3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60sv128qs5eq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z230qph4cmpfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gbbkeffmry7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsv03nbbekv02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp6gzl4y6vz31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.AGE--Y0T14\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shjy28gp4gj55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xeklndg92rt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clyxe7yrgm2yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqkjpwwrw9k9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxmcbwx8vrkyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyzp02yx5jq6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brpj4m8ndsv05\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lejnsbx00jm5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9yvpv5x8747\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee7zdr3f5pg8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6y1q9dnyff2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherLandTransportAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cst3fg9zpgbgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/909pxt2mn7j4b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77e2k8x4xkw8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqr9hdv5cggjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkf6vgtms00yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrf2t37v94d26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7wpfyhdmm7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vntrmwnxxs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v04ptcefy5f2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1df0xne17vt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwtsdy8s3x451\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpkdpxz3hps1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3kl2b8e33sff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e42yhxxdkz9hh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t64e5227n0gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhfcfnc93vl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7866zv98xxkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3r0nhzxz2vx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x0clfwzwlzsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5bt340tbc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b34ejqr3wsjc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee5kjg5bbd9tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8b97s7cjc007\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v1494l4emz71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ln9l5vb5mn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cspc9ksm876l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwgn5hqccfk6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvtk4dnpk0b2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5cp11f5phlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrbqr6lz8zw38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvxcntwxxcv7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bnh2jn85vmm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdsk1m60cckdg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h94zcg0ljs828\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p44r0kyhfkm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ctgeq8pv6r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44r7ffkbb5ln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/515bxg4tfrst3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_SEC_NENR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59030sbt582zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ytf395thbvb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n780pf40b101\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ps43j63q6v5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsrpdftjnxdcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmc0sq9q458l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vr946px69n17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-13-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f66rrq2ecqkc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g35r5cbc5bcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnxpf1qldk5b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwpn2pt9906wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6dw1xn98zw8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s14vsyj9x3mlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9jcmtsxeggg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n3sgnk6km4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfnk097mgy33f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xt7x3d915l92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64ys5321h1h68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f3m3pnplnpb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxp029lnd4tk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9pzvbrcyvvdc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08rf85twltmng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c947c3m5dn2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kf4mx6y8rvdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcenzwxzczjqc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0x216sczl80md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej0pmtfcyzww8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phlgd6b3c60b6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phclwq1nwd1e5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw7yfw104nyy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x18ee2f61z724\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npprydrk81mz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b5z9nkvtqls2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7kbb5gk0nkp9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8692snt6s5cl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83mwpxlwr48k3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKNL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nxbwlgr9lqv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrw5nzdlpy35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlqwjpq96mkz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dn1zp0ggd31f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz3mmcl232c2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_LUXL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_68Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mxq9n9k5mt9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h4wdcns5zb1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfxbd207t053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvg3005q06gfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mee1yh7zht8b9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7spy9h6j0b6bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_FE_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7mv8b7sk2573\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z752zeb40j2s9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q419q9sby99g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9exvbv5n2mlcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9wnecf69slt6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA15_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vsbsmm2lwdr3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSArtsEntertainmentRecreation_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkes7v30b0p2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpdj80ltzspjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r310d47b5kkw\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_RU_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_0Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q94r9w4ztxp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h751ctmwee10g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks8vbnqvcc992\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf3wk23njqv3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhc2wyfdr04q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v52dfmftj535f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/925rw0104ncs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfqhzwv3cbykb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7jsjw66rwrdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrnzgryjb2gq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5tqcfb5v6xdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw22472h8l15c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw0hblzf6f9y4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c560y5q8wlw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbkzs3yfrdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz70zt6wwqg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56lds8x1cqqrd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwt0m5f7kbhv\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rb7htgcm9sz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5wq3skslpl28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b1kt6jvs29m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1teywhcc75c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q1q5k9yzn57b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kv4jhegrggkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d854de1nz519c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl77j45gpmlj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpk5jhgrgw921\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n75x7j2b9flkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbhezctplg3zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc3n70ty629n4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_WTLN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1tqjmym4fq26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fegpz0dl1llnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvd8ycl22mqp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sek9mq1ypbr31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17lm5f55kvtzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7y1kjw164rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/582lzre0zh2nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsymjjt38grh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_EntericFermentation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7s76vcm5nfp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAH_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se3729xmkzd8g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq9ch3cbpkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqmr6zjmm0gc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr2t3bjsf58l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn3v5mvrew909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0nnbc80bhc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflbsqpetjzv\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwq91gw6wkr6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2029xczx4drbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1hh48ew3d7s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/608c8jyf6v091\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5v33fp4eb1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8fgw424e2rfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctprs4qvfdmc4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pdm9z2r2lec9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebgmx7qlmglef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WASH_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9nh6ldg6v58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_REG_BRTH_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cd833jgl3mg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gsnk4yzmx8k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1y86xby8j4n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33k1dr4n8z7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g51srjshrcvgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swttn923bcnnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7x6vnqpzrp92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rs702p3tqnj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdxe90bwsqhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzrw82t57032g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCServiceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cft8zzvsj6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1txgzgegthv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc8q05drd74bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9eyswq42476\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/054wdt5x25469\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw7hhr7x0scv2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ekz1tjk9vvm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey391wh1trd8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmkes1hwyjv23\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zcjv7hkdedlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n89y4mh30v9d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctbmbfw0gdhyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjvg63c4qke94\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj194x89bjhm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkr3qqzvfc2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfn49wmyczs5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxw8pjz4bzmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5fvbhejq5w6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l5jpf0ekzr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b43xp37rg67bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq0h0h3crceb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2cvdmv9f0nd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3c9m02m2yb08\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqzkz5jrqbxkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8t98xp3wtmm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8nr963pm2b32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15djj4t0esm1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lc4p9nprw2ec\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmhnwh5yh1yj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvllzl8fp3lg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44mysrqf3n36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40724bjd19ej7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82t6l5tpqsbl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fyc8m4yskexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwfl1nkvxg1h6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lhc205w5dl56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2dc7x0qy8g8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czqphem0ygmhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6b5dk12hgnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qjff5t2zk7bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezdygffh1kqj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.COPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lc3crsjneqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2qx3cnvrge4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhmhx4hz4m0p7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rprtc03s5jzq1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sw60xynjddgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3hsdzrtc81k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmmyg8rsm3d27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbv43hkn8nj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8fstbz1fpkz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mpxefgng0tpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypfnf225msfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yxl9rlyy6gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdnnlgerh9hdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj658eezzf9n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb6gqxg87y6w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmef0m95jgsvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rhpxzd7cbrq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9f75kjtcjz6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qt4s4y7e257h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0fkfz02lkqsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother26Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/092ejbg81t4hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdx2nlm74se6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkrq2vxw0xgx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv124ze24h0w6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpee94yz52r64\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ygt2pvs5by3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bz7tyxk7hf36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhexddt3hhxb7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvkm079vz22e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r744fn6ej6kw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxpreq7sejj6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq8lh5bfdx2hh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ywv6qbqbdjeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l09430c5d2l94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ftjxws3h311\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Asthma_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wbby6jpxbf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8jj7cv5jr8b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1b1cl33v0829\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkff0225evyw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1d9zr380e0q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhymt1q4119n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/987sncxnqp6s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wspz1g67peph2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw0fjmvdnhef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5l4gym671c88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3sfvy7s7eyr6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9030_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knysgc3etdkpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Snow\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21jdkdtzemsr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k94g6cf8mt87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bte5bn8e2nctd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0y6rj37bfg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l650z755kcecc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bbgmqdqjm254\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2014_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct49fcr6gw784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lym70h6br6yed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vshhv5mvnrs91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SODTB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4m7nskftvet1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fts2evcye3fh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/810y0ctfyx7cf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tm87s6tfek8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1jr8d27rw38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6znrjxs24fg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1b6k5nqxde7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Intimidation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vfd5btczgx19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4rh1zjfx39lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mw1g0sgnpj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcls8b3qm5dw8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccmqjdkw6kkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7tkebdmd3f5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77elyx1tk8s5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g77dy8hfb1rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wlqfr4mykdq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43rfx4sdmh5d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eclm099sz6ch9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m78953rg2cvb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk6mhlnprwme9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wzl5z6q5twyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rffnn5xmfkc5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pdqx6cllwvcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7rjmrje89e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz34prg08c4wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz64yrwq1tpkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf55e4n30y4r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfst8kl5zq7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4zgtebpds87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmt9blffnsd04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PIB_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1330_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pwcebtfrezkf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn8shvjc2e93b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS81_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhq6lpbzg6b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffqs02hzkrphh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqgtgh882yrm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_NA_YDR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP4_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4301md7bhnhz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfndevfc38hlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rnr3g1bt3wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7drcpycdm23p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw75mekk9rk9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v91797f5yxv35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c8pfjln3zre6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dvxwsngxh5f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m9v7g4nlm047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcpwzj12485y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8pxngtgnjeyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbm09rwwm9q06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56y031pyny807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgxbpy0swv0x9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgqbvgtr84wd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pndhs5exsmkh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ShigellosisAndAmebiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpdgxrmq226eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95esph2w5zcl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gsvegvkd6mv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907l609ty4dtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0bt8qrlfw507\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlg0m9v7bxzcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BML9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5vhstlqfjvd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np1q8jkxls2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA2902_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x27ry13fj9z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l40h6gdqpxv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kjd9pr0gvjz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zkv1gwydxrw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32dn93060k402\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77bcqbfqdc7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw46bqc80s0k9\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7j2wyr8l60df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/253ercqs2dp46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CommerceAndPublicServices\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lm3hwclkhn0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5dcptqwlxxw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jqvz9f17dv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3scnkphbtw0xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kg6p860nf306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b528rqqn7mzj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmwqlykd7dmz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztn37ysygl806\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44hg7pjs0w6m9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2qvfqmevpv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jq6q4jr22ypf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deethgg1l2k7b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egyr0zf6sdmp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfts1vjy25k9g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdh8q88c06bzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psshyj59v0wr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r8he0rczkx26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/746bvjmcsxpf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5hkcvl9s2yzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m4wgqnbn1fm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc6q9tty3yyk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e4z6x6dgp7y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyj541w6sm416\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10tqj7myyz0yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd4xmhkn5pe84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bsw0pgvsp8m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h28fcww3b4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvmq7j27b1cv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2znbl9r3mehc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9766p3vrj416b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j03l192evnmcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm0vdd607g3m3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v30nrpfw7w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3vr6q5clh2yd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p84rtd4mgpl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgccgvssgm595\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnyegh03zy4n6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbnbzdgkhq42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0fe65hkxcmr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bsgnetk4rrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/764he5jq7pmjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh07kwhnd7q4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfkwd0szbvx1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_ATM_TOTL_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_Stock_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2kgj20n5yyp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithMortgage_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_HPV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv5g5znttqz94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5jzsh411yegb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8f81cb54411\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0xmph3sdy1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1tj0vj5n2nt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd16p5hbdgth2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr6g47blpzhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlbg58j0xvkec\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG03_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhhntqs86kxvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x1gl14vdwhb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwrvvvf1dmtr1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s04v0ep1c0fg2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1zgmhlmbt7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr4cp8e2nbqs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxq9tbqm4hs82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rkn7xc6sg76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fd2m3r1v6lt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee4bhdelzq1p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eflqbser88hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z942ds9tvedjc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ewhwtt07lc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9313q12yvr6s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx31s3ylzj28g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2whepkq7965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g502my3n4js32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxlyf5x6ykd3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzhmgj9j6jve3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccx0p2ld5v77h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9989m395ep1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0n0wxcrmz3gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr80ltxdw81m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21xnqem4lfdlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrjp8ndh0fn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2peg0jssffeh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ggh5r1kslnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfsvmlkc00wkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8632q6e7bh7v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnspr2jzk8v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8wfgmfx4rwh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_EXP_GNFS_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/263743041bvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfgsn4ggfgjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7cmbnxc2e83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b3jphwj6zt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8g2n3wt9l0w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2n9sd2kx534\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twm7s6epkjb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffcyycsfg9eyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mne8h99k46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9lg6le4gt2md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t2ejqsb7qwd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38bq9w3cxdxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hm30nc6sdkn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7ywgg163gm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cx669jb09637\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emxchbn0mn14c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vkmhvgp9s9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R07_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrgwwcv5qzy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlbjxvqklffyc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgf6t1hfq3w9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcngfwldb98h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lch4l5kzpywk3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c2kjghchg46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hld2hhcft2zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j198nn7rsk2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68lh8hlbllfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83bk1wxdsf0r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqvlm8y2cfth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q445b7splnb09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc4ybl3rbyj77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebw9qwnzsrnx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8md4p5zed4b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gef0kt88k5c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbkx5lg3q1ne\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1msjlztfhzdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc4klvdj46vzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr1e4efh4s22d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jzm1jn4bvf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/549fzf2k5t2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdt2p0r5fced1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cqgy9v22rl09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbz8sv2gdys24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlwdf4ttmzey8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh47tezxjk3e2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qdvp8x0t3l11\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqvsb2vpx0zx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgev2hm45vc8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_GE10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_OI_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhyl62r2mt84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8fd8kc57cfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxrfn5g5nxsq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxqksje6hfjq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk9dgr1nb64e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrk85htd8btx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w02kdjp7b0b61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rm3cxnev0q95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vyjs9vc4drp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmb2cwzhxz5r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmmyfrr7dypvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7y4zfee47x33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3prys3cwpc8dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt5dqmsvqn0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxr5e686r1rjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kd7qnljl8e24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhkcq5e622s5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t128q29s8qpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrlgslkx4fs7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt2bsydwmd05f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wvk7tm4ppf5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpnegvnjwme13\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k21xf0f338be6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27b830fl7s8k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m9p53cqdzp53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wrcc1x6rjy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_UnspecifiedSector_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f45vy4f926r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nghjbptpmgfp5\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedCase\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqxf0ysxcm4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxvep8mlmpzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3bmfle3d90z5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbb3f2kkb852\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsqrfy653ec4d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fytw2rfgjpqkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpmkpj23dh541\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5z80vhjqbw9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1586styx0zsv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf9c8bzklxg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4zx6xdwhh69f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82wvc6kr7je45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5zf2jkm3sh27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb2p9qjyxmrqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCECM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smehsjjkmjm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnz8r1f1q28c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1n0jbbczpnw8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1twxb7g2x40p4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5p5bj5byd3c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh942y5nfmgrb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny5deqprfptc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46yw8d6mhn112\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gnh24nfcg15h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nerthr33grxe1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_19Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tf9zbsrd79j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yejh2yvxe8xd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfl2v8y8reexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zljx16qb9drm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfv2prw55jqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpgcslfjy4r98\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcftwxehvvv55\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.47-34-TBTUUSDPP.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_SAN_DEFECT.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnl33169r8p2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcgpyes65jc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0v2vmxycd299\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l51c18r5nb2zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nq9zkeh9pq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m42xjqr26rzg8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzdq8qdjpn8w3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d56y8jyn83w21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdhdkmvct87j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzx6w04h8nhqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreetFrontageRoad\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvy0tqj4zn4h2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8701nv7ytqw\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94649p8490st8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b66n7k2hc3dl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6tzpetgq89v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vwnv54s90c1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvnsqq0ylt8x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j75f0704cmjmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyx0d8tvjdecg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybbpnt5rfe7p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/561s7j7q6p2g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6247s8558p4q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nr0mms4nfpv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbrzxm94sdtg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97jq541s6xkbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drm3hbkzhhvc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz7xlsgdlsb2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9fmyy6d3tt2\":{\"byEntity\":{\"country/USA\":{}}},\"GrowthRate_Amount_EconomicActivity_GrossDomesticProduction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2emntqfrv1r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ptvs1791q2s6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_4_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5v9thsdnqeg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_123\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkm3fkhc4en6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9dvl9lzhjrg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjz9cgh2b6z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wclrbd8hmz7h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjl0tm1gq9qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8nb54h0xhw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b90zz7cgd643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxcr19p3r9ss6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm9qhvvv1fx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/663f711xrnxr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk7y8kkz57t0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bcg9cjzc1rpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6wd8y1nqs6b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nywkpj4f2x7r5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl0emzn91l3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxeqe25mvzxlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhrwn1d81cc1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y5cbnh82n4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crps672gxw8z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl17l7ke9562d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r42lysdk9hl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgpt25vl1l94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sth7le9lpf0r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r004gdyjwrfc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3krmhmcsk6j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_GPI_PTNPRE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9whdcgvw7ew9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/946ec3zq0570c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynjqdmd7z4tp5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcetmhgnge5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seg1tk8y14c1c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npxn0r2pr5fq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9kcw37fhl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67rn5b73wzr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnd1t2yz3n7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3fnd9h75xe84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fft9pm236zw75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rqd2qqdfq4b2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8se7wv2gbdfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v14mxpkd0bllf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x40e5nl6b58wb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjwgx6fj5eweb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsg4f0ksxx62b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHYV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1xs60xrrezff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1cny3knjg121\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8b3hkwksfpxh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dnj98cwm7l85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yx4g7f2r91l2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee5mkwts6yn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhxvjdqky4xd5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xry4xs7r5m27\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylw09yrjrr0k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kejd7s0h8zj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czlchgc8fl935\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1gs2q2jjzx2b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr4gsvyynlv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/175mb9ghc4299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3shhdm3re0csb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xqtgv25m6prf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct68lhcv0fcy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2sq9rk20pcw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wgy31w6pjjj2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zbj6wc9ndld6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mgd8q17pqx2c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtSchool_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhfp442wt1ng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqt1hxfjhe208\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhsvf73s2tgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk0ewvhc9bc92\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/660jr6qn247q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51gl756rwsbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrd2lq7h4fbed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55n8f3nwlycr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je5ke4gfsdnpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4ggzrwztdm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4k7em5rp57nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsn0yd6vz868\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jzvj8q1lnmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/276kpewv6gvs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvjzm2gglzfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l77hynqb67jqf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljw33gsksphb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_F_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb1fkt34y2ph\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_EA_4T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjbgf4kf5wg89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mrgwfmm9b2bh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1d1vxfmjgb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbw2wjbrylpg9\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pn6n5eh56y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0frx0361cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cfre5ge08nrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4qyejt0m4vs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syy46bt6d8p02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbzsr6f983b4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IMFN_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2vff3qb1efs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment10ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sc5rdmqxxw12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feb4dws4vegs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsw9vxpbj51g4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lw7wgsj3t4e3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zt58r65dggmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr18zbeq83qe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkrff5m8fgfrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psdnx4yc73phc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd60s1zc6lh3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--PC_GEN_EQU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhe1wc89hlg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzllhz70j2yr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x11khy7hgcn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73cfgvr0c0327\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1rg5yllyrj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mxf4p3f5bj62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrfjemn8ygxsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0vv6cs6mt591\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_HDDY_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esb77dlnm91j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnqsmvddxbk2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfkwl069m93jh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ccb89cd4cx75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68s48f02cybpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6lk76pnttsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_6Month\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmp8nlx51dc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNGRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetWithoutSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0l0l1ybcjsx1\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l221724nfes99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5689mkqc01c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9h33pmzjwfd38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpk0ljpc30hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nst7w3f6fk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9per97qy0gb5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v38ev0debhd08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_PepticUlcer_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0m3e2r3pxb21\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NoIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y598b8zj4sr69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8jg4npsqvnj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz831ndyzrqt4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z5c3q4ndh0k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzn09kq7mkcxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvvzmz5dbk2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc721y5xt5551\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k91qzdrqt3r91\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_23_GPV_G1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_Atherosclerosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pznmlmz88q1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqw1p5zkb7gth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t493hmp6rsls7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_CongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19jnbe9y1jex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr66syr5vwqz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yll0vjfx5n908\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c6pcneh8nmq6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm5t9dsmkplj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmjtds97gffsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e414c4x9qvm25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j69btqm3981rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn5gdp0rrn0f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6gzszx5nlsn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Resident_WasteWaterCollectingSystem_AsAFractionOf_Count_Person_Resident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c99sgqg86vc6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1fry8nkhhbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w981bm93lsd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0q6v29zkhmg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0mvwx03evzed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p4r8p2k8c585\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7sxgx3g9nch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el28xy2jlhjgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqtttncngxrff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v6rwwetr0h5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ALLD_KD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_0004_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7599qp4wq21l4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzvte632yk3j8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_28_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v99m25rhtkp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2mnsb29ew027\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDMVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdkkxmkzgq4j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmcly0jtxrj4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_SN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ysthgrswr566\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b1dy0n8zp02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13hzk5w20nbyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm4zgngkwqdfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke32ex0q2vwkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqs1zw1nj3889\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4x8g0f21sybc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq9gznwdmdteb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68pqkrr4fld7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkdpzd5gj0yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw11qr6t7gee8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdj2jzjhmfddc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9rqqech6xbt4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/l4n7fpxs8j4q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn1gb4rygkpf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0pyjz6ppd8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewdqhrqg48wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt47z90p1pmp8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0v7px6bey3l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzlc2e6881fq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58nx3zx4gzpe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0y2sexxk564\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg9rhyj3pf3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf09hy4ferf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0fmy3cw203cf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbl6jnz96l12d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkl2rxnqwykph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdxplwqpct1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5rzt0hw80rb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qzcztzh9z3g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zqjzeh8t3dr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g2j99er9be3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srx5e8jggkfdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyylnme4yjrq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnt2clfq8mwnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykk9nt0j52lq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d4d350es8ke1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddvbzv3ecp4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdqt0pzznkq1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53e4f1tehp1yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f07sn8lmeppw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6zddzkkr4h2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdp2gx6m3lsn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d55w07y474s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlggvjr1t924\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zn4n66g6nrh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmwbrqnk2cc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwbfdnxdcl3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yft8vndkh0v41\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17y1m8fgssr39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw5htl0fcx5vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjmnf6lrws86b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ffe1wdtvpn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy8nk0pkm6r2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zshfd3jcbq9s6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_Capacity_Nuclear_ForEnergyGeneration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btm1zfrpjh71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6jfnd71nm96\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/273kn2nmgl4rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn5kdf8e7fbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypnj1ezmpxhkh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kqtx6ngmr08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyl7pk7c07rv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnl0c4w6k6ve2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbsbswy1rsbed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r35022exxqd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89vg9gen66jw2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkzx1d4jr9c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzx0kkx20kh8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95f0dbveypqy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx3kp1vdvdmc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b536velrxyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vsx115nhcz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mn8q5e9l86d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfgd2kclqq2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3psjq1w183vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggw6rbz7b47h4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24pvwgx85vhl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jh77bwccwsy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wz27egqm3n58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqylsp7kyr4eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l6r75t7vjvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6kv1s12v31j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0k0rzp806n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccy3t3n7smmb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncpr9shphn6kb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tlp8eykz0p11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkwqfd76xyd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mn5yd7h64hpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9sr0m7mnbvpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytk0vdmr64mrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhspq22y9yc85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7pqhptcsk5v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpv15mw3he11\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flcfbtj6lm6p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk3p628k6j7fg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjh5zfnrlry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2jmsqh4hf2q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqc0g1gs3m1x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gxrlcrd6621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdsd3wsph7363\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h17qb43tsjkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtkcd85gee8yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6d9bzygpe654\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wbfneec4x0x6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO4ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxmy5bnzy9ze9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w40wpew012nlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlz85f2m7cyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rjl0m3zkhk57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/214epfkdbtm71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf0nfrer57mld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_DrugResistantDisease_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fs0plr67785\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedteh26bng5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5b2ebz2zqgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmp98eb43131\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_23_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj49zzyzq4f59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/R00-R99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb7nhkcenbz48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqsjjcf0bvje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0t15565d596\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DepartmentStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejpm616jd1pq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c7f5yykrfh27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_50000To74999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bdbshgw3ch63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg6cc4zpwx0w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zk68zmcwk8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg870yk5b2qkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgtzxhbwvzq7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd9ldjbb0yjf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r33cwpqsn8p6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3kg5109b6d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3l7r4qetw7d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARL.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g5lptct3fqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydpttkw8fsfth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5h1s9zsdbqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pwy5e6xhv06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2bnnzz0n7t2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb8mr3rsc9j3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Smoking_AsFractionOf_Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w965dm7vkrzfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSEducationalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6jm1npwgn1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9ysdwztk3x\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_7Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83ltxrxthtyc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drxkq79xd25q3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hj8pg6jwtkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87zf0e3wxe237\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jmmegl5ybtmh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxvphs4dk3cz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jswdwychtv517\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0kdwzrcv152g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy24z4j4xp153\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tz9s4d865yb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh4y0wwwk57sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxrmje36ehx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nv89grvx4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kbdf1z33863d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gn2c08kc93gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsshxr1dw0l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6k6d1g99c3l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3pme1jbcpm46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b656hyrpwn0b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8zdtxx9q20qf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g9pysw1tvv22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmpm8cdgf5pp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c16fefq7hx57d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkd32lm45lvsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqnslkd7dm9t1\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30s4s8x946jbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hxsw383df6h5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zysrtcfn265e6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NoDisability_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrimaryMetalManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DPNG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhr5kq2kpgm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3680tywd1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwldnjhfnrc4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgh4xzmnmxb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3vjcrxx3lvxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ngefe3jrlff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxewl1bcpg709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8708n21vjn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77rt6req0m7s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef05945n5th6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx9z9g9vcp5n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherLessThan9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz8y0lm015k2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qcksy6hwcrc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MISS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j9vbghlp44bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbflb9qvctcjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3000py2tjsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ffp9ypz2mec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjr92t85jnkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g62h1env8m7e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9s2853c1y47\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jr08469pjbsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1h16yzdbbbq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jdlyjydgqrs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbfs2mb4h578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt5t4j3m472m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7f9355896x02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nrk6dn0qzl57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mzh7p7sc431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlb8j0znyzpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4092h192qt956\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd3j2h876sf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f482hmqbh0e42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzwh283lk07e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c007yzphmwt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q62jw8jzjz53b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k161jcw2jzz41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klhxj5sg8hy7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs0vdgppx7v2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp4styxlvnhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tvgtf6cexwpb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb6vycy26w8r4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1v7x4me81hv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2n9pmnfkm5pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7v3jf8f30r4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxllvrxkl8n\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_DIABTS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyqgxfw8xe8ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fexzzr8z5jl4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7ep69p7h2pz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPGR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb517nt2ltxl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjz18zfeg186c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyxltjz073zc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z47kv0d2zzsv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvyg4z2kvx8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hzr9xbcefvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrx6qnny0m9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjptz8jyw9r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z282mwk85c8d\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjsl1mh91lw2b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NursingAndResidentialCareFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hslnb6rjf1zl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2e2tk4czgqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq9bj50bnek5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpewy00ves925\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NotAnIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1yzgslfdstm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07xyh48j6rg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgwtl1r9mhwv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tfe95j66vd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75hs2xr97ck7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tjbvfh3zz09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_4OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_Government\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl9wnzerq54t9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bpy1ghs49vn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x18s5ep0zzp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_RussianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/621sqyp2w1tfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv6pqf7kpeswf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vh1k0m37lb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kfp5ptr1dk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j65tmxw0c4mb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfjs0qs15jwlc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryne3weefdyj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z00r86yc2r3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR21_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc9kznhp75xr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f614b38t5tl8g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p394qejv50w3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5g7ke3xkbf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehzs62n25l019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmpgsf6y8z7z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bhm8ky74tlff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148s7h7mzqxvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3ce0n1wyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9dtjxmg28f24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnev4lp26wj64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p1gln8hd23jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m83r9lp9qy0qf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stb1v1ngt3fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19z8bw4xm7v46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bxe0e6e6yc34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9pq3mkckzr7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt4tcj5b2ks69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_NAHC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4tgr4mvhbd94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8e3tkb485qbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwreqx1dww3fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14gsrrdse5s08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1961t4mql0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4xqykqk6bz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6t3bwc5ccbq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5dq4104b9t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z811e01hxtqg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t783nmzxg0z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DPEM_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ycf1d1m28heh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f22e28x21cdf1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmyjtrlx4cbs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3evfxn2kkjq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x626478knbl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x95kmng969n42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnm522x1n52sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46ntwrw7dxyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7k8bvm23m9ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ldsg9qlclmzc\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjcb77lzv0fw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2nhnv4eqdtzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_ContinuedClaim_ScaledForPartTimeUnemploymentBenefits\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwewsrn28jt7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwnf2mlny1kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n95tb6plydps\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq59st6j3mjpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91v529vclyj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp8cqnk8nn787\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_CO2.ACTIVITY--ISIC4_C10T32X19\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_REPR_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm4yyx7tv1l8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49wjhhdsqrj6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt5qsgy1b6vd6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_AGR_TRAC_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDXL0_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcsbwcjqbvpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgt96e4q3sh61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fctybe7kjtyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxbzfc7jpqyfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9d80gr8qmql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20q5nkr739s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m020zpvzch2gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx8c8rl5cwt7f\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdkb4vj8g0fe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d15sswq39e94g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqyt9fgyvpv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/934btrlknz7vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tc72bp6nkld3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g7jjnycc48b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60c2tpwcz7t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchrdy9208nm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prvxdy54nr8v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nbtz7n5yvmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h1rnmvtj706b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b14k2tkqhge5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q68pe0gmjws4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ss7sykvzbk41\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5cdpcb2x57s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzf8bw5yv0xd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_HIV_1524_KW_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2l7t9jjd45sc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx72cp4hyc9t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6h1s032s5cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klq5lnr4b44sg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj0v3n4w6egm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwkxfn78r5d9d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tprs6n8ptjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3m3pxch7gt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zt2jslhbwm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx5wldtgspqbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWIXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9wb6tg1hz52b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqhkf942nehr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgsqy3sydfes3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp7drtrjcd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z26hmvwdn8rw\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgzk1wv2dnvsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vkp5few5yc31\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v3xwfr1jzms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v4x68lxqdje5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1e7tl51em0e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x523qv29lz2kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdxmpgmplws99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h14wtzpk2zejf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/950yz4f8yj6v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdemegghy86w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvwtrzfetj187\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3s3jsnsrcgr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2pxp34k2trt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y54y68ygk81ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d2esl3rsdqx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl252ghvsl08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkxcexh323fk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6g08wd0qg2t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkvs4jxt7693g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l70z01x3kbw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k53bceemn3pjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny873d32046p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x2llpxx8l965\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evysets3w0mm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yys7dbrd2sj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrcxf57by2k2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pv8te67pfqv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y0bx5vzljsf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8nk7frpdhmh3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_OMR_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwjtzdhp4dp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm30wnk4q81rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhnsfpnsddmd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ytr61en11zc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phgdd3nw3pqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0kdtbs1jbfq5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yjxbjzn6rswg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqqp223y1v277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpz3g6qcxetz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3hs7sd08f53\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6rks7klqlxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfeq1k5xe0ywc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079ewbkwfmswg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1phwvd1ess5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gstgzemdmmt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnlxjwzf4t1z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cy5q0db30r7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9e0m227vsb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24thnfk8pwqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yezfgrrq3swzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygjy84b72g8wb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wzc79y0xy8jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/268b6slcbdtt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2td5wnnd00qfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2syp295e5gp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PASCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtdhrryk5xk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgyx6n71j445\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6rrwlbrkx54g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5dpgreeb887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejbjttj34s8t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p24wffejne383\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_BeverageTobaccoAndLeatherAndAlliedProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2068vs9nvpd1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bze95vtze0v08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vxvb40ezv7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j8fsycvqkls5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyvd96dyp8ym4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9znxjllhefd9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd4e3ypbg5k72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h8glwskng45c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4fszqj51l0cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjr039ffkt7lg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_COMP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z36zx39h84p61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6q8e0qfss85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sngbr2b9sz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vgennhhr2ntb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6pvzzqp5trr6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmr53cvv3749\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdhc6jer83grb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpdnkehylp9tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8qgrs8mr9v51\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08qeyyrnyddz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcp0d4r9ln1jg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEX_ASLT.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlgslfd7enml5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2f9x4te124c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwn0kzdzgz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkzhft2170x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1phncgk4etgg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv58t7betnfw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmhv0wyfhd0cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7gf1t5hxc8c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epcltdcrx1jg4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fcy1rtp16m5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks5hvpt2z5ved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtkcswg6ve1t\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qg48bcm4fp71\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vpq13n0yff6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84775v8r48c4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzdm320w9mflc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/976mb5j9mx8c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjgtj5ql13zd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xtkwd5c04c94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffxpcwg5sz9g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn6bzfvq8f2j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fej5wbqb7x37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj62vpvxc955\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqm6w8e00tmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgfzc4tkjr2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48qzxe8c94zz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwlzgcsyeex8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gcq159h3g5yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n89jmftewvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng7c4he3xms19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGMPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gre151z8bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp9l5496cemtf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_GasworksGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh0zhdy4704g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpnr652e631h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfgy39efsx72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k4ncbd1d1mnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d02lh678tzw39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhgqfgsy7q35f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4q6hpysms63\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwb76m2vf7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xkyegetpt08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5606s97ejwmf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0knrz4lvm1qfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk0e2qnfjfwy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqjm0x2e17zv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dqhgmef14k2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9zp87h4pk1f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldcjveg9gzyzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvlf0t2ftmec8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r5pvjszn5x03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d09bmh0q4e4hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qw5crmyy9hfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationCommoditiesExceptMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lvhwhtwv5nj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89d7jd602fl29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4y6pftb4gyh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8224e56gqm86\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1kf1xrf1t0rh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vvjxwt30cccb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhe6clwjr217g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jprd3rscnx571\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nlhd3rq8fpvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1setrc9d9c2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/899mvh4kq7z52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2m9nbnjymrg7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcds07hzk85l8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d507w5g3fxsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx3j641tbpzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6t94pynp5nf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_DTHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z08czh9wrtz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p8l4q4x21vh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_55To64Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c79k89ty8zjhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehst8sfzlx1lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rce1f1dx8qnk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm204r9w7dbc9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18bkpv57q8fr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pnfbxfes3jbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es68cp1vnek5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm86ct7ngvs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25cvgnqf0kfxb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5yysmvlxpjk7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rych792tcmbb6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmq30mrt4h1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs2cfe5jsft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plsb20k0zqy02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s86ebdd7s611\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egx3t5x6m2e35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztwpb925hd01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1kybvnxzzm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS71-72_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nf7vnrsr3b12\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g93zt9gkv3z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y4dshhwjrp21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Asian_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3p8jp5et5mdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y24dhtqtvcf14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efxntg1619tb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd3sbl67hy9v8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_EWT_GENV\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpr1qcj7g4z12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3v2cjft3lsm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5605_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/738l03bjfzwl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t248fctze65f9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crfz9t3e7dprc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msvr96wnt8jm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8m5tv3vv1083\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90mlkvvb0c7cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6zc1re041m0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1xfhm9b4x455\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phyfd1jln5h42\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbhkc9vzh3kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gk29g2nyn6p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5fwc29r6mdqf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lksm9nn9g4sg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ckg3dbmlbvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1370_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j07y92renqgg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w4y6pz606j86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2jpneq7n71f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbywer7vm8cw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ssv0lrdshbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f4sc66p2z9rb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b6t49x09x452\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j4kfmme6ylk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6z2v4t8cvcd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_DI_02\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsechpklybnj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84m3w0nfrm76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx320rh80rnld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrjg2rmfzempf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4z306vm3zdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkegym1v92exb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7zz2wbf01sj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTEP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3smeh2njscf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/947t41p579xzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwf1fms1sg5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e013ffzmjx9zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz2e81ewm0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbq3y4y06cvx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whpsqxetshz5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sgxfjdg2vfl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3dynhm54x0f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf46b6cfz73p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mht8vmw8f84b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin9N_10N_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4z332w3gjzdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_1_ETOP\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fd8m6kbmwqr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g1pp0e0q6n49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z85fm1f9r3mff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xddcehys2ysd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfcz1zj57w84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kr6b62vwk7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt1fm72s1y7b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pgqrghb12h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8v1lq04cwmp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7rds86q65gy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn52kyeqy6d4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvs1hcx3c2t2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qld5nv77lkncb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6cshmwcecnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbqv827p5dy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjw9jf1kphbr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knrfwx8955ke8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr6k37b6d8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8b18frqqn6c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k21l9gb9djdt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdybjmvdfbzbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8zqytw1v8052\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MARINE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fepyvt41yex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wht1t8c3wmyw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tpl6bjgt1yw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633wvvm74jl3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crvpk9b454sm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3plh8wyzfd75\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9mbzg0qc9zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102cwf7l97bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46f4w20cgf9vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tvkhlptwm7sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/R00-R99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjsckdkh95qqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"usesCurrency\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4m44rclqqr28\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Solar_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xd2ktjs23hk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0k06x59rdwx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/genyk75ry2wpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd33j62nrpjxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6678c1cxntshf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc6f880yfg0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdswfwnntsv7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p835why4yp1r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxcnf4slw1pn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqsh8yxtwwv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrjsmnn1pyq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fywbhhh93d82\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1n1bg6hjemg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q3y9bn9nfxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7c6fhydtd24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvlh6y33gk65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sbpcspsqbrb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v56f47791k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdst1msh18wg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6r5wpqfny84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyeh0vhmhlzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bc3dy0q1e2wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vl7zb1gdt41f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g1ppcy6m2162\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5dt5ccqdye2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbc7q5nxw6q1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjvzn5gm64l24\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vp97j5qrqhv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cygjj62yqbsbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4jz2xdp6eg8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvcc5ynl1f91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfzh7wjg4jgh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0lss4cgq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_IMRT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cb0rwvpzxj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgxfs44b75r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x4sp2p0xf263\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cmqs8xjpb0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46methwws41wh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m4488mpczgnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3tlm67llbfw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nsddr2wxs69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j24g0y4hdg33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk0kvy6rcfy36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlde5vzwq6v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbf1t5sddylcg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_OFFCL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btrr9nmvpb5n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz3sdsv6xybb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrzk2k0z4x18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l15hmv94kcxec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qfl11gregv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0b91ej94xsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0v4lhrg9s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pf6e5x783vm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5s8nkshz1b4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse5kz7gdhmqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4qy4bs8nc4m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q96bb95bdknzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2t0wp53qje59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nqlsrmgz8c88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcyeskvbfnvvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t29mjdcvl0ev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr0qtb7w4x88f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zy2wjhphkykh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kmm7v4hfhjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6032tsvpdc47\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmb9179rcpzh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxz49krpqbs4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27ethqe7ybb18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39smv2wejder2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cszl9gbsf3e2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge45To64Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqchhj96myq66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqm4m6xp23v8c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47heny5c26l08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfphejyt561wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6zj788xzxw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk783byzcbpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsql3hy02p818\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vesrj52ywn54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532smr78sc3lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/902wnr1hb0q94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmx3d6htqtfdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nqj2blblv52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskbzh6kve1gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrc592vc14yj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtem01cpm7e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b856m4qq7025g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1vx5hxrqws4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zjj3cqp9r01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxvbw5mgy4scd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t40vj3yccvrmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrj2lxv53sg9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqlex1ell86yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmhj57rglz8g9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1njkw9e9mn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n29ye5x26mg14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ld4y1v59b6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcse4psvl1z66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphj8zrrfg7g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_PLNTSTOR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y04ktzqnn1y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fckck2jszwndf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbwvrs5mtry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptde9p6j00br2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmc60hlr1btp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s90gn98rgg24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/627h0bd79530f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjb4lp21gl0h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chgdwqeeb6l7g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lez1pt26b154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0mf541d2tws7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l79jjz22sgm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezm7sp2ytf391\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34q4vwm8s2rgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lr98s4p9ekv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5kns2r56kpkg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4erwjse9gfc9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9de19m9e7f8c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s10yd8jp9y01\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nnnq1xjpw016\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0ykc951kgcs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_OtherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw50wzs2v5prb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndsf0t3zqtt1c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6bn7flygpsk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww1estl3syqyc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mz3pn92vq2gd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99f188f50g5dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgbzx237sx544\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq2mxp6d2ydnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35372qv8pm25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3twpszyl05xph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn8786fsxpwj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6v1jp3y8sw82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxgc9ey8e6e79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p68m3b8pdec56\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_60Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/8gh37bm0sqjs9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0hrse0vsyh5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc3mde5hlb1d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hncmmy8nyeewb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f7tbxqs41t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x4mr1petp614\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dbe63hscer7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fchjdw6sspym4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy6yee7f94x3g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6led5xv7lx0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccyrzg3z1f8sc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c1nsevsy2gd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk44w68ny7cn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kg5l29v1ptf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68wghsywt34m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck3by2dgrwcph\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4jme2hg0x5hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dn069ptggg7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hnjwypvphykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j5wgcl8hc99c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxppcm499kdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk5gvsnps3tbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31yjz5yj0z48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nlz1wp9w7g05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44cyjn6s8f88h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mpgt327znfx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjl1pz2z3l0qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdj1lq8656mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjdyrgkblsw1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk0wv904hsyhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj3fncq8yhbx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk1xvm83yhyxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scy8lcd46elrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwm457pwd2y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wxk5n8ctm3c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3t2hfv4e47eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7qj9h2bnkj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srg7fmgywjh55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0crhhtll1dfm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdn6ls0bnk3z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9j1qxg4k9b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mfzxlebr2f22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p98r86zkbct8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h6ddfbn0zcyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115y67nfmeck1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2f423cm6mldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbdddvht6q2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp316ynn2vgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98ldre1bwft95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7nzfkvy9m563\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74hlhtgdm7s17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rysbtdzyxtzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_UnknownPlaceOfResidence_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q45ehmg2w4l5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy4ps4hnv1w5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k7wec0cer8l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/few9zl4eyyzmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5327pb3pbs4n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbbw9qhd17vx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nhfdhmne2yx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rvj653q6hfs5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpqnzzrfsdg49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hrsqwc5t6bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0b498h6x7jmd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z8tsnw5pz7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66sy80vs0b8q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f079tyq0f5bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ws0cm11h96j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yddtwtkmh4r49\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO3ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0lxs43hdlx92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dn6kxsz8vk52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgql4etsp87l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgntsmvvxvg92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR25_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxm5kk6f06meh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CUAT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c552b7jb9vmv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjx9g6n91g9f5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etr5jkbh28rqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7z9x9jq8dz06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rty1bl9hkhnmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhl6h0j9vk446\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/588vmff766xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kprk0vze5ngxg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfrjvqtf6zx26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glrl3gsed7lw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2f8g7ftzfc4g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_PRIM_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhklrzvbste81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gfs4mtkvh5nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SupportActivitiesForTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hbxq3qe36w1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3rflvw4t4h4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5x2y41bf70e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9nbqntlentj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6jfmgf1vy3sc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_5_B_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mky2t9rlrvbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70mex85pk0tv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxfeqqtmzprp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RLUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kt0sc1sf9y64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m6e93v3cv236\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8fybbtgcf4w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_Fuelwood\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_UWT_TFRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7fdl75mj4k34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2pw30kb2kedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4wtb659t1ckd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f07e8t98lmlq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tr6q1xq3pct5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw9c8emnsnb16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_Broilers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re7e0xwdcxyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl129z2tjlfd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7g810yvd0j58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m80nnwyynnt7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxktez2h52ey6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrvtfvserd13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkhz9cl0g4393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/451gnwzgsd141\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nlz2xc7pwc9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p277l964rvj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Unemployed_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we4fmv7j8lszf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jew94cehy5th6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m3xfpntvlgx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sc5s23vgec5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6l5v1b9d07m7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RefineryGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rk0qd6h5wbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teltq9e8n9s0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53y53nybfr39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjx6xrzh0lt69\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhszvfv3fxz3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfn2tlyz48lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt18glw7b172d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1633m0v9px3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70tebwpv24lk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbbb0rsj7ts49\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F500\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5gwq9b793e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2j207cnpd5d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l6edr4gb8nz9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb3v6scxp28kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqr5n4gthnej\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2khsfd4dyp38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8yxtthn9m624\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj4dbcnrklej2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxd7gcfe6p5d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1m3qbxq17s2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bxk3623j5mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84wy8l9clhwfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lft71v2gpk2w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn5vl6b9dkxyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qzmj8ljnegd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zxfr7661snw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgg05s3rtl1g7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4y345eevqf79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb42tbwy5rm3b\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhr2236b5me\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf6tl7bjwqd86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eer0rzg5kwppg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq729dpc09r22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/secse77wkpx18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbzgvt8zhe88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3w2c3qvqt1md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l481yty608g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sql540r12544b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wecejfjhez9jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f166bjrpr9137\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fev969s174k3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b3pxwegbjdp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7dc1t4k7lej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htpe4hwbed85h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdm8b2v4m81cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s44041mbg9cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rcgfz411r92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7908n3q40j8n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b37t6pmrzqkmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykxl63tz1mgh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hehk50ch012\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PR_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9d37g2ek12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66c0d1sj7jcp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l653ersdsq4f1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfp298sseml9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vggwm3gb1p6n3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mjxpvxncl6j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7fqe3xv023r1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_AGR_EMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccfwyb5ktqcp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k5w6hbvw1727\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqjfj3m4r5mmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5fp11p55097b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvbvx9fmr89f8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n9h3rj4f5rw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnybqrw6dv1v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzebyl2589ldd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5veme5w61z31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtecthfq7p0h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_GEOTHERMAL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ViralHepatitis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9e7m384n02l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bscr8h6wrxts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppmj83cyfx2x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ddx7ctn5tws2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76gl7dlc851d8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcw07dhjftxc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efmy5qydlvycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjlszd8b8r33h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbwb2ttgstlh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d7zjzewn62g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybsybvkps4w2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Emphysema_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2rdhm186cn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jg1h12zk29r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld02veepekvf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0xh2dwe3v3m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg1m6jjy9m0eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhcvw3ypwrq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceTwoOrMoreRaces_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfgtmcpx7wk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ryb4s9h70b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2shwmxksl9vj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDLCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stcrdjkcj439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzm4wt1n6fl58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sj8c6fw94849\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgg91pgzc23gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sw5v1gmhmqv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g44m3h76vzkyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzdnqrdxj4vw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2vcfrt5wv8c\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekvs0zs3h00g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlhxq8z9969nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesd66l9g0t52\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71hrct8kpwrv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxllmts4enldd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er4w0dghdhzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl2ezd7f3pn97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znrl4ddvw0jf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx3wsl902cet1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwn81neb9kx65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE_USE_DISORDERS--SUD_OPIOIDS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1ljr6rkfdbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr7pvemm18vp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp11f2d5sf31b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzvtgthltdmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvb7rhp3y8ln8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1550npbjshts3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2v50ep404e3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzwnb7hnkqpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2n0nmtztgnx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejsd2j44plw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx49g2svhe4f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vmt9p5h33n1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq2sgbpcv4l05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrbgnqww7mx35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45y30h89rq6bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqsw2qmk33nw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsssfkp4hptp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs1hcvvtjmqhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2016Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x18wk8seljpw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwe0bsqkfbec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/964zzq3kkv0p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jf8m80krs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qglkz2e2r6468\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/737crz2xcq048\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylz02q4bljbs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f33ttxdtrkg9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emwbms6fzyp4d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_IMP_GBSVR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3cblxp2srlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/strb18c35k6vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9pwkcj1qc49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn1tm5b9hw3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4grp4sq2g5d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz4wx3f4f705d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkbrnnhqzd5w9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bmgke4xgdex5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Amphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37fy62lrzb0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy43x54yxtfbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvr2y8zvvp0e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n08r4v1wleq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cf48tqldeen6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvv5shm051cy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zezdd4p20xsv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3gtsp7ytplc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2bh30kglzg35\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5l0v8p7fl7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59jpdnvsm8t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj3p64b9bfzc3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt94e1ds32ep6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4hmk0638392d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ParkinsonsDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88p7zzrs7l827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70t5gwkxzszqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmbghrtn12hy\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyhxtqe2pxhl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6bbpw9msyv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Female_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc6mq65zbtjr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fv41b2gfbvb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7vstm7gpsv76\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/725x6l4dgqk48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evwm58mejgpyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ck7tp73v7l71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svr8twfhjg97f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/fin15_t_d_2017_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g6egegppbqr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g226n8qh4h5j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nmcj3w1lhed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j626d5j4368x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj9sk23l4w215\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20pswxm9ehln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667b0gdyjvl96\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgnn07pnhfz97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51gk7jlqjc8k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycdzfp5ny6dc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_CCIS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdgyh4myr5p1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ev4gg7eyvqr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlv485bd1lbc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tw8lqyzpqf9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgdbyvb3bvvzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ManureManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71d5wqex9xnv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylq9s2q1m76q9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ypjklzc4bgrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t96zj50n2lf75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm61pznxzhh7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBARO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fnhkjrnhclz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89byhhg5g84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xytsd7ptgcbg6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjn7h8s55wxfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kjh4zby25389\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m857939365yxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg8cly6bbmlp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5559_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h1vzfg7lqkdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yc5bfwsjgddb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtzwfz9dsdddf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgt0yfk6v70h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r00kmdmmllvx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27q3gd00qws5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4em1eyjcn2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0237ljg399tw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6lcm4ek746x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p4yk9pedgvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kketk373288m5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/726szqznsf171\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5v8pehl7r1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdb1dg6yvr3y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t43lld6vkhp8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qk5qkd6m45q4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b05elrrb7qh5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hxxh6lp3prmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcry95reqpy23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84djv0jtlrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yp3y1ezhvwz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnjknz8s9yhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue200000To299999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ghxps19rrx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_5000To9999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxx60jc6k9b9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSManagementOfCompaniesEnterprises_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89nqky4z5zgd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz90wzt88rzxc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j31t39jg8km8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9qqmp8g4dd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22lbeftwesvl2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtf0jg02ctvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4zb8bdwm501\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtjjyvbmf27rg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfjreyre8r26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw5g1vkvp8dyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzlgw8jvc07mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjx6qpgh5sr31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dctgw00n30t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dp0bxjmvt425\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6dg4618tnv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt607m0gxqrsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrqf3v1436k43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczbfgjb1cc8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y3yvbfy0r48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxgrtf21637k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRYSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesExceptFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98fr9n30gvt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tklr7zdpfm0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxplk1ggxq9b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ns1lkdt581d5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mjp5pfptrnz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x3hp8gddydgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l94d3es89r653\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgl5d4dnzr75g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DSR_LGRGSR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpe3qllmvc6n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5rt2vt0n8st\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy897zqtc398g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jywpwzyeq7yp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye48b9t3t0dxh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nn535xse74f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr6w5fs0frg3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv4kbbnj62mj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnmvjtswcx7n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znsktf4wdpbf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6m1cl114gdj4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdsfk6nwyedw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1st4jjq8qq5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8dfz96k60vh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc7wbw6g53wm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv8n3xj3llq1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmn560k7fgf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym6h1szkb912\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10wrtnx7s2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r28vmqw5jmr6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vbe63whhxd9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf2y7bffl3v34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s71vw2cqlhzpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r94c7tc5j68g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmr8kt8v0vkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/966k8k44667xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c019r5gt4ggqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgn51j37932yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t01d4xxq5betg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nplk1b9cbvre2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h73ljr840v013\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntjm7cxse393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sck2lrgklrtn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/melgp08qr1vdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvqh62rkl1gwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fhdjzrys5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc0tt210eep18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6men6jcq5n5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkwm8hqrkmkm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z57ndxdj51h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v29dc0442ljg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4shw7z1jennf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1wh7f0k2vx9f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r890lphprb979\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1skbqe62e14s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4j45jnty1tc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd4hb6fdccln5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Secobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf3vcedlncfl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9mr63j8812b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hmjzrpt2wh1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/635hnz9jxb4q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsxedb7ysn491\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxph0dxhlx9bf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x5c241nyfyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7lwkepg7g48g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj3eytwh12rl5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_35To44Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmzxtyffqzr86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/038yhfhrzf8ld\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7e0ndledrzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfv8exxtn0dw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjfjw40zx25g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pehd345t0vw27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hec19czw39524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj5fxldygwhx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jejczn7ek6fwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r56clw4fjt3w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n8zewjdlm1z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwwhnbgs5c06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5e5sf4vx2j53\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wkpxg3f99mjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90xyz1gc71nfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2wgeyxnblrjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znmt64mpvkf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj43rbmy99zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7ts6c54l6f6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23xkhrs51kcr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4swwcfjndn4xd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efyznl7wv6mjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbcx822x3sj4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk77rndj80y4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy9p0jebl91d1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2pbtlrbzj592\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyl8l4vtwem3h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10dj3lw3ttyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4mx1phe2d239\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p00d7jj2r6cz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klksykfrsky54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5jpmxjrbhrf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j2nltxrcn6wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1yz7pk9j7lfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl955w65qmnt5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1_AG25T99\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsn3qjp1hhp2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2pnrj6wzfk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SemiconductorAndOtherElectronicComponentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6sv31f55x0k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhwph5z7dsn6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q2_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drj59mkdyj82h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tylrhlktbyj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87wgbny37wymh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcyn6mfqedwy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxb77cprc4dfd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2nqlj61xfef\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnpjpp8r5q814\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e69zjpmp2wcr9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAEP_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51x375rh21tjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k15fsdnp94kyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59sczb9tntpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9xxt7fxcxzc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwv6vdx3l9rz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqm9t5zwss3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttr1j0r82hel8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p55t752j41n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8tcwqw8mee29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggl7ectbrtykb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9r7p2v4zbwd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjbjff7we7r3g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ets634sy11jv\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z92mmd92edbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bt2270vfsehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peb544myj0py3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsw4bgj7kwy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6zk8mytby8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywyyt1s6b8vk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsqze1p5l8pc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtj93yq251lxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5jsww581yztg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrjf7dgw5t0sd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zc0y09fp6wp\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNAI_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_OtherSeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/013fsw7v5ks9h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkxgse26ln224\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng7v5y9dgj339\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blnsk74ql2xg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ldyhwcngxtb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentLessThanHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StandardizedCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XOF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ctrhzdn8rkkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c48246x97sfz9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqhf8rjkzv9l9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ght5r08087ze6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w157zh76c0mp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsrpnpqegc1t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hx2x7f6yy04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentNoSchoolingCompleted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jh689xeeefk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h40lr2vfdjcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7686zt8lzb63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqjrr9wt8cx9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy1ppv7eme3x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09q5wkb9xxkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g87x3wjk2rjm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hxqzqdev7g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1m8975hs1063\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zttehyke8p0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822j7wpn2q68g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gydkv08qpxsq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqwtz6w1v3gk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8pcds0sseld4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yy8lk7zl01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61kfs1qgwnjpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwqw3rv1t3qcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5n50cqj5kb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf932zkkzq3v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlnxdfgfx02v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v9g75jseqpqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l4ks9r8dzkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlb49g7kxk079\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"QuantitySold_FarmInventory_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz54e7vl3nw73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v6n3dpqpc219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4prwkl9bf6vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzy512xdph1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb641j5lswte3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr2sf9p4ebc4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slykk6zt8wf1d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vszmtpt9r4lt1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/860zk8qf5xy09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hn0zs5wkp06\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr5dhsjh06t3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5lmhe39vnhx1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91ejqbelzzfw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke283pkfeb0xg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex593wnp8sxm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yj2b2vbwmy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ldy4qsnetmlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlhh5qmsvkk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kyemlvfgycx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp6s2zc9vtkc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n618pjp9wtlk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ResidesInNoninstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kn1w040vex97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e48qn2g5480fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf6qme0q2szy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx9lyfcxh4r3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq4kgmj1g9kbg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j63r4ln0egz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3c02722dtbs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mcpksrhpkycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctjldzcrvb7df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grzx2xj8v6dy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs888wq2qw375\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/A00-B99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3275wd5tqw7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmlsp3cx3b6gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yy0gnl3vh9l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxbb2pt0clt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mfrq6crclblh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdqj6n46bqf4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsqh2phlcl0tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqrt240zg89y9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR41_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02pfn9hd1y5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/excdh909whjs1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcbl2tekwmy55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymrh67bhjhzj2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kvgcpys0j884\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbfchwnl3veh7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_